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

Error:Enter a material number

Former Member
0 Likes
1,645

Hello all,

In my code while using BAPI_MATERIAL_SAVEDATA,my code is throwing an error.

The numeric material number 111110009 was transferred without leading zeros and Enter a material number(Enter a material number occurs 2 times).

Plz suggest why this error occuring.

Ravi

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
1,120

HI

BAPI_MATERIAL_SAVEDATA then you have to convert an external material number into the internal format with leading zeros.

Regards

Pavan

1 REPLY 1
Read only

bpawanchand
Active Contributor
0 Likes
1,121

HI

BAPI_MATERIAL_SAVEDATA then you have to convert an external material number into the internal format with leading zeros.

Regards

Pavan