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

Former Member
0 Likes
640

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

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

3 REPLIES 3
Read only

Former Member
0 Likes
600

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

Read only

awin_prabhu
Active Contributor
0 Likes
599

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

Read only

Former Member
0 Likes
599

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.