SAP_ABAP_PROGRAMMING
Wednesday, 22 October 2014
SUPPRESS A SIGN BEFORE A NUMBER
hi,
use
data : a type p decimals 2 value '13245.56-',
b type p decimals 2.
b = abs( a ).
write : b.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment