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 for mm06

Former Member
0 Likes
929

Hi,

Can any body tells me the required fields to run this Bapi...

Atul

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

For changing existing material

only material number, field you want to change & X mark against relavent view where that field exist.

you need to CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' after BAPI_MATERIAL_SAVEDATA

to reflect your changes.

For create material lot many fields will become mandatory depending on configuration of your SAP system.

Hi,

Can any body tells me the required fields to run this Bapi...

Atul

2 REPLIES 2
Read only

Former Member
0 Likes
748

For changing existing material

only material number, field you want to change & X mark against relavent view where that field exist.

you need to CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' after BAPI_MATERIAL_SAVEDATA

to reflect your changes.

For create material lot many fields will become mandatory depending on configuration of your SAP system.

Read only

Former Member
0 Likes
747

Hi

Refer This LInk

Ranga