‎2014 May 19 3:53 PM
Hi,
I need a BAPI to create material views such as ADV , Storage , stocks plant, ..
can "BAPI_MATERIAL_SAVEDATA" be useful to that , would you help with recommendation!
Thank youu.
‎2014 May 19 4:07 PM
Yes, this BAPI will perform well for that
call function 'BAPI_MATERIAL_SAVEDATA'
exporting
headdata = ls_headdata
storagelocationdata = ls_storagelocationdata
storagelocationdatax = ls_storagelocationdatax
* IMPORTING
* RETURN =
tables
returnmessages = lt_return.You could also use BAPI_MATERIAL_GET_DETAIL to get information from another structure as default values.
Regards;
Raymond
‎2014 May 19 4:07 PM
Yes, this BAPI will perform well for that
call function 'BAPI_MATERIAL_SAVEDATA'
exporting
headdata = ls_headdata
storagelocationdata = ls_storagelocationdata
storagelocationdatax = ls_storagelocationdatax
* IMPORTING
* RETURN =
tables
returnmessages = lt_return.You could also use BAPI_MATERIAL_GET_DETAIL to get information from another structure as default values.
Regards;
Raymond
‎2014 May 19 4:57 PM
In the field headdata I can take BASIC_VIEW , SALES_VIEW ,.. If I want to create multipe views by one call of the BAPI??
‎2014 May 20 6:47 AM