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: 

BAPI_PLANNEDORDER_CHANGE issue

Former Member
0 Kudos
1,786

Hi,

I am using the BAPI FM BAPI_PLANNEDORDER_CHANGE

to unfirm the Planned Orders and update the database table PLAF. But in my program I get a error message E MD 651 No imported data has been set with the flag for "change". And when I test the stand-alone FM I get the message E MD 654 Planned order 1188 cannot be changed manually. I am passing the PLNUM with the preceeding zeros despite the fact I am unable to change the Planned orders. Pls help with your inputs.

Many thanks ,

Regards,

Mira

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
555

In the HEADERDATAX import parameter, you must set the field FIRMING_IND to "X". This tells the BAPI that you want to change the firming indicator.

Regards,

Rich Heilman

Message was edited by: Rich Heilman

0 Kudos
555

Hello ;

it is because your HEADERDATAX Table in bapi is empty. You should set X to FIRMING_IND in HEADERDATAX and make empty FIRMING_IND in HEADERDATA table in your case.  İf you will test it in SE37, dont forget to commit it by test sequence of bapis.