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

Avoid conversion routine when updating a custom table

jepi_flanders
Participant
0 Likes
482

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

1 REPLY 1
Read only

siva_subramanian2
Participant
0 Likes
325

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