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

BAPI_MATERIAL_SAVEDATA for MM02

Former Member
0 Likes
1,795

Hi all,

Have anyone of you implemented BAPI_MATERIAL_SAVEDATA to change Material Master data(MM02)? Please give me info.

Thank you,

Shashikanth

Hi all,

Have anyone of you implemented BAPI_MATERIAL_SAVEDATA to change Material Master data(MM02)? Please give me info.

Thank you,

Shashikanth

3 REPLIES 3
Read only

Former Member
0 Likes
640

SEARCH sdn with BAPI_MATERIAL_SAVEDATA to get any useful info

go thru the sample also

http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm

Message was edited by: Venkat

Read only

Former Member
0 Likes
640

Hi,

You can call the funmction module:

CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'

EXPORTING

HEADDATA = STRUCT_HEAD

VALUATIONDATA = STRUCT_MBEW

VALUATIONDATAX = STRUCT_MBEWX

FLAG_ONLINE = c_check

IMPORTING

RETURN = STRUCT_RETURN

regards

Aveek

Read only

Former Member
0 Likes
640

Hi,

IN order to make it work for change u have to pass the material number for which u want to change the data.

You should also refer FM documentation provided, which explains u everything on how to use the BAPI.