2006 Oct 26 8:37 PM
Hi,
I am using the BAPI BAPI_PO_CHANGE to set the Final invoice flag in a PO line item. But the call throws up various kinds of errors.
Are there any mandatory parameters that I may have missed out for the updation of this particular field.
Thanks in advance,
Ashish
2006 Oct 26 8:55 PM
Hi,
As per my knowledge the following parameters are required.
PURCHASEORDER
POHEADER
POHEADERX
RETURN
POITEM
POITEMX
There is very good function module documentation available for the BAPI.
Open the function module in SE37 and click documentation.
YOu will see example also.
Thanks
Ramakrishna
2006 Oct 26 9:32 PM
HI Ramakrishna,
I have used all these parameters, but I guess some thing else needs to be filled.
However, let me know one thing: In the table poitem, I have just passed this one particular field, final_inv. And in poitemx i have flagged this particular field to be updated.
Is there anything else to be done?
I had used exactly the same way for updating another field and it worked.
2014 Mar 25 9:28 AM
Did you get solution for this issue. I am facing the same issue.