ABAP how to round number

DATA: mark_VALUEUNROUNDED type i,
mark_INTVAL type i.

mark_VALUEUNROUNDED = '4.01' .

mark_INTVAL = CEIL(
mark_VALUEUNROUNDED ).

WRITE:/ 'THIS IS AN OUTPUT ROUNDED to the nearest integer = ' , mark_INTVAL.
0 comments:

Post a Comment

message

Labels

NuffNang

Search google

Blog Archive

My Blog List

Twitter

Message

Followers