‎2009 Feb 25 4:16 PM
hi
i have devloped a code for updating material master using bapi BAPI_MATERIAL_SAVEDATA
in that i have passed the value of
material statistics grp
itemcategory
material pricing grp for salesorg2
but it is not updating the filed after creation of material
‎2009 Feb 26 4:51 AM
Hope you are passing data to corresponding tables which has X in the end.
Example. Plantdata and PlantdataX.
You have to pass data to both the structures. Firs test through SE37
‎2009 Feb 26 4:51 AM
Hope you are passing data to corresponding tables which has X in the end.
Example. Plantdata and PlantdataX.
You have to pass data to both the structures. Firs test through SE37
‎2009 Feb 26 4:58 AM
Hi friend,
Use CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' after BAPI_MATERIAL_SAVEDATA
Let me know whether it helps .
Thanks...
Edited by: Sap Fan on Feb 26, 2009 8:31 AM
Edited by: Sap Fan on Feb 27, 2009 5:11 AM
‎2009 Feb 27 4:17 AM
Hi,
You have to call 'BAPI_TRANSACTION_COMMIT' after calling the BAPI 'BAPI_MATERIAL_SAVEDATA' for updating the filed after creation of material.
Regards,
Jyothi CH.