Application Development 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: 

How to Add EAN Number using bapi

Former Member
0 Kudos
2,028

Hi all ,

I am creating a Custom development in which I want to create an external EAN.

The bapi's BAPI_MATERIAL_MAINTAINDATA_RT and BAPI_MATERIAL_SAVEDATA are not allowing to create any EAN .

Can anyone suggest ?

3 REPLIES 3

Former Member
0 Kudos
582

HI abhishek,

plz go through this forum

thanks,

Gaurav.

Former Member
0 Kudos
582

If the material is RETAIL specific use the bapi BAPI_MATERIAL_MAINTAINDATA_RT, otherwise use bapi BAPI_MATERIAL_SAVEDATA. In both cases, pass the EAN Number details along with the associated UoM details in the structures UNITSOFMEASURE & UNITSOFMEASUREX.

0 Kudos
571

How can I change the main ean, if there is a new EAN, which should be the main ean?
Is there another bapi for this issue?