Application Development 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: 

how to update and validate the material masterdata using BPI

0 Kudos

hi,

i am using Materialno,Plant to get the data in ALV,and i creadted custom buttons on ALV Application toolbar,Download,Validate,Update.

If download is clicked datawould be downloaded,next we can edit cost nad date field then we have to updae the data using BAPI,Same as validate.

which bapi is used to update the data and validate the data.

can any one help me

Thank you

3 REPLIES 3

former_member188827
Active Contributor
0 Kudos

Check BAPI "BAPI_MATERIAL_SAVEDATA" to update material.

Regards

arindam_m
Active Contributor
0 Kudos

Hi,

Please find the list of BAPI's for Material Master data related processing.

http://wiki.sdn.sap.com/wiki/display/PLM/Material+Master+BAPIs

I think the BAPI BAPI_MATERIAL_EXISTENCECHECK might be useful to you, but you can go through the list and see which one suits your purpose.

Cheers,

Arindam

Former Member
0 Kudos

Hi Satya,

There is a function code field in BAPI_MATERIAL_SAVEDATA & BAPI_MATERIAL_SAVEREPLICA BAPIs. Set it to 'UPD' if you want to update the materials.

For validation you can do as sugg. by Arindam.

BR.