Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Conversion data

Former Member
0 Likes
894

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?

4 REPLIES 4
Read only

Former Member
0 Likes
860

Hi Srinath,

To resolve this you can use SPLIT command at hyphen and concatenate those strings again.

Regards,

Mahidhar.

Read only

0 Likes
860

This message was moderated.

Read only

madhankumardham
Explorer
0 Likes
860

Hi Srinath,

Please try the below Function module for conversion.

CONVERSION_EXIT_MATN1_OUTPUT

Read only

RaymondGiuseppi
Active Contributor
0 Likes
860

Use CONVERSION_EXIT_MATN1_OUTPUT and put the result in a field without conversion exit if you want to display it and prevent automatic re-conversion.

Regards,

Raymond