2008 Nov 17 5:31 PM
I want to update some customer fields on the Material Master MEAN table. I have added the append structure to the table. I want to update the fields when I call this BAPI
BAPI_MATERIAL_SAVEDATA
Is there a BADI available through this BAPI call where I can update this data ?
I want to update some customer fields on the Material Master MEAN table. I have added the append structure to the table. I want to update the fields when I call this BAPI
BAPI_MATERIAL_SAVEDATA
Is there a BADI available through this BAPI call where I can update this data ?
2008 Nov 17 5:46 PM
Hi
U can use the structure EXTENSIONIN in order to update your z-fields
Max
2008 Nov 17 5:50 PM
The documentation for EXTENSIONIN tells me that I can only update the following
The structures BAPI_TE_<NAME> (<NAME> = MARA, MARC, MARD, MBEW, MLGN, MLGT, MVKE) and the relevant checkbox structures BAPI_TE_<NAME> (<NAME> = MARAX, etc.) must first be extended by the customer to include the fields required. The standard structures contain only the corresponding key fields. When including new fields in these structures, make sure that the field has the same name as the field in the database table. In addition, the fields in the structures BAPI_TE_<NAME> may only be of the type CHARACTER. The data element BAPIUPDATE must be used for the fields in the checkbox structure (except for key fields).
There is no BAPI_TE_MEAN structure to update which means I cannot pass it in EXTENSIONIN ? I assume ?