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

Error on BAPI_MATERIAL_SAVEDATA

Former Member
0 Likes
3,064

I'm executing the BAPI_MATERIAL_SAVEDATA, but in several materials I'm getting "The field MARC-MTVFP/BAPI_MARC-AVAILCHECK is not ready for input and was therefore not transferred". How can I know when an specific field is not ready for input? So I don't mark it for update in the PLANTDATAX

2 REPLIES 2
Read only

ravi_lanjewar
Contributor
0 Likes
1,576

Hi,

You have to discuss with your function consultant for it, On Material group or material type some of the input fields will input enable or disable. Run the transaction and check which fields is input enable and disable check it. Make necessary changes in your program for same.

Kind Rgds

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
1,576

Hello,

Check in transaction OMSR if the field is marked as "Display". Also you don't have to pass all the fields for update in PLANTDATAX.

If BAPI_MARC-AVAILCHECK is reqd. for the BAPI to work correctly, ask your FC to make the necessary config. Otherwise you can safely ignore this field.

BR ,

Suhas