SAP Managed Tags: ABAP Testing and Analysis hi, I facing problem with remove leading zero. simply I use this SHIFT a LEFT DELETING LEADING '0'. so this statement remove all leading zeros but my problem is if s
SAP Managed Tags: ABAP Development This FM does not work. It only works on Integer types and if you want to remove the padding or leading zeros in case of vendor number etc. Reply Former Member 2007 Mar 21 9:04 AM 0 Kudos 6,995 SAP Managed Tags: ABAP Development hi u ...
SAP Managed Tags: ABAP Extensibility hi i am doing as below num_in is FLTP 16 in database DATA: NUM_OUT(12) TYPE N. MOVE NUM_IN TO NUM_OUT. first value of num_in is 1.0000000000000000E+01 is it becoming 000000000010 it should become 000000000001 as leading zeros but not displaying...