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

Save EAN11 field while creating POrder creation through Function module

Former Member
0 Likes
698

Hi All,

I want to update EAN11 field in material master while creating Purchase Order through function module. I am using function module BAPI_PO_CREATE1 for creating purchase order. There are no structures in the PO creation FM in which EAN11 field is there. I have also tried using function module MEPO_DOC_ITEM_PROCESS for updating EAN11 field. It is not working. Please suggest some method to do that.

Note: I am receiving EAN11 through an external system by proxy.

Thanks,

Chinmay

2 REPLIES 2
Read only

Former Member
0 Likes
495

Hi,

Use BAPI_MATERIAL_SAVEDATA to updat ean numbers for materials.

tables INTERNATIONALARTNOS is used to update EAN.

Regards,

Shanmugavel Chandrasekaran

Read only

Former Member
0 Likes
495

Thanks