‎2013 Mar 11 8:50 AM
Hi Experts,
Do you know if there is the possibility to avoid the conversion routine running when updating a custom table using SM30 / SM31?
My goal is, for instance, to create a record in the table with sales order number (VBELN) equal to '1'.
If I create the record, the conversion routine is converting it to '0000000001', while I simply want '1'.
Any help is greatly appreciated.
Thank you.
Regards,
J.Flanders
‎2013 Mar 11 2:34 PM
Hi
It seems like you are using standard Data element VBELN which has the Standard domain VBELN so instead you can define your custom table Field with out referencing to VBELN.
You can define your ZVBELN field with character 10(CHAR 10) instead.
Hope this helps.
Thanks
Siva