2007 Sep 11 6:32 PM
hi can any one let me know , how to add the zero's to the field.
zzmat = 14229703700
zzfaf = 1000000203
but i have to assing the value zzmat = 000000014229703700 , so please let me know how to assign zeros. thanks
2007 Sep 11 6:34 PM
Try:
CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
EXPORTING
input = zzmat
IMPORTING
output = zzmat.
Rob
2007 Sep 11 6:34 PM
Try:
CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
EXPORTING
input = zzmat
IMPORTING
output = zzmat.
Rob
2007 Sep 11 6:37 PM
2007 Sep 11 6:39 PM
2007 Sep 11 6:44 PM
If it is 18 digits long and of type matnr it is enough.
u can still use the fm
Message was edited by:
Nehal Fonseca