2005 Sep 16 8:39 AM
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
2005 Sep 16 8:45 AM
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
2005 Sep 16 10:43 AM
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
2005 Sep 16 10:48 AM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |