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_member445996
Participant
0 Likes
883

Hi All,

I am using BAPI_MATERIAL_SAVEDATA function module to create/change data. Is there another BAPI to create/change Material data available that I can run in a test/simulation mode in order to find out if there will any errors returned with the material load before we actually load the material?

Thanks.

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
643

Do not call bapi commit function module in test moode, instead call bapi rollback FM, after u call the material save data bapi

Regards

Sridhar

3 REPLIES 3
Read only

sridhar_k1
Active Contributor
0 Likes
644

Do not call bapi commit function module in test moode, instead call bapi rollback FM, after u call the material save data bapi

Regards

Sridhar

Read only

Manohar2u
Active Contributor
0 Likes
643

Try with BAPI_STANDARDMATERIAL_CREATE.

Regds

Manohar

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
643

I understand that you are using the BAPI, but if you were to use LSMW direct input program instead, you would be able to run in TST mode, and make sure that all of the errors are taken care of before you actually update the system.

REgards,

Rich Heilman