Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from ameensha on Dec 7 at 8:27 AM Hi Pavan, Try using the overlay function. For this you need to first declare a char variable and initialize with zero then overlay the char var. with matnr. pass this char var to the work area and append it. Here you need to see that the char variable again set to all ZEROs before overlaying. Ex. l_val = '000000000000'. overlay l_val with wa_vbap-matnr. wa_final-matnr = l_val. ....... ....... Hope this solves your issue. Regards, Ameenshah.
| | | ---------------Original Message--------------- From: pavangonuguntla2008 Sent: Friday, December 07, 2012 7:17 AM Subject: Add Zeros to a Field in Internal Table Generally we copy a fields of matnr field from vbap to our internal table ,my question is normally matnr field is like 'm-01' but i want to store in my table like '00000m-01' in matnr , please suggest me relevant answer . | | Reply to this email to post your response. __.____._ | _.____.__ |