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

Material master EAN11 Update or insert

Former Member
0 Likes
1,078

Dear All,

I am trying to update or insert EAN11 in Material master using BAPI_MATERIAL_SAVEDATA.

I have condition like if there is no EAN11 then i need to insert new record into material master ,if there is EAN11 data then i need to add additional EAN11 .

Some how it is not updating here ,i am using BAPI_MEAN Structure then i am calling BAPI_TRANSACTION_COMITT FM.

If you have any example code then please paste here.

Thanks

Seshu

Dear All,

I am trying to update or insert EAN11 in Material master using BAPI_MATERIAL_SAVEDATA.

I have condition like if there is no EAN11 then i need to insert new record into material master ,if there is EAN11 data then i need to add additional EAN11 .

Some how it is not updating here ,i am using BAPI_MEAN Structure then i am calling BAPI_TRANSACTION_COMITT FM.

If you have any example code then please paste here.

Thanks

Seshu

1 REPLY 1
Read only

Former Member
0 Likes
462

I am having the same problem. Did someone provide an answer - and if so, can it be shared with me please.

Table MARA has field EAN11 which I have populated many times with a third party software. I am in the process of converting this interface to a BAPI and cannot seem to update this field with the MARA structure (or any of the other structures in this BAPI for that matter).

Thanks.