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

FM BAPI_PO_CHANGE

0 Likes
444

Dear Expert,

Could anyone advise to change Delivery Complete Flag via FM BAPI_PO_CHANGE. i try to create a program and call this FM and set the parameter :

t_poitem-po_item = '00010'.

t_poitem-deliv_compl = 'X'.

t_poitemx-po_item = '00010'.

t_poitemx-deliv_compl = 'X'.

but, when i run the program, BAPIRETURN is contains some error " "Delivery completed" indicator can only be set for stock transfers"

please advise for this problem

Best Regards,

Affan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

I think this flag is set only when you do goods movement.....

Dear Expert,

Could anyone advise to change Delivery Complete Flag via FM BAPI_PO_CHANGE. i try to create a program and call this FM and set the parameter :

t_poitem-po_item = '00010'.

t_poitem-deliv_compl = 'X'.

t_poitemx-po_item = '00010'.

t_poitemx-deliv_compl = 'X'.

but, when i run the program, BAPIRETURN is contains some error " "Delivery completed" indicator can only be set for stock transfers"

please advise for this problem

Best Regards,

Affan

1 REPLY 1
Read only

Former Member
0 Likes
395

I think this flag is set only when you do goods movement.....