Mathematical Functions in ABAP
When library functions are used in calculations, at least one SPACE must be provided after the 1st bracket and before the last bracket of the function.
Example:
K = SQRT (16). Now K contains a value 4
P = trunc( '34.567'). Now P contains a value 34
Comments
Post a Comment