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

copy/extend material function module or bapi

Former Member
0 Likes
1,696

Is there a simple way to copy/extend a material from one sales org/plant/dist channel to another with a series of function modules or bapi function modules?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Hi,

Check out the following BAPI's:

BAPI_STANDARDMATERIAL_CREATE

BAPI_MATERIAL_EDIT

BAPI_MATERIAL_SAVEDATA

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
670

Hi,

Check out the following BAPI's:

BAPI_STANDARDMATERIAL_CREATE

BAPI_MATERIAL_EDIT

BAPI_MATERIAL_SAVEDATA

Thanks.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
669

Read the original data via BAPI_MATERIAL_GET_DETAIL and select additional data from MKVE and save it via BAPI_MATERIAL_SAVEDATA (table parameter SALESDATA)

Regards