2013 Jan 22 12:03 PM
Hi Experts,
I have matnr field,
initially matnr = 0000000002000018 this is internal representation.
when we try to displaying the matnr displaying as matnr = 2000-018
Actual Requirement : actually i need to pass matnr field without leading zeros to some other non sap system,
For this requirement i used convert_exit_alpha output or shifet field leading deleting '0' , after applying this matnr showing in sap system as "-" only...
please help how to fix it?
2013 Jan 22 12:06 PM
Hi Srinath,
To resolve this you can use SPLIT command at hyphen and concatenate those strings again.
Regards,
Mahidhar.
2013 Jan 22 12:10 PM
2013 Jan 22 12:17 PM
Hi Srinath,
Please try the below Function module for conversion.
CONVERSION_EXIT_MATN1_OUTPUT
2013 Jan 22 6:22 PM