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

how to update and validate the material masterdata using BPI

Former Member
0 Likes
997

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

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
Read only

former_member188827
Active Contributor
0 Likes
785

Check BAPI "BAPI_MATERIAL_SAVEDATA" to update material.

Regards

Read only

arindam_m
Active Contributor
0 Likes
785

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

Read only

Former Member
0 Likes
785

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.