2010 Oct 22 1:51 PM
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
2010 Oct 23 1:11 PM
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
2010 Oct 23 1:11 PM