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

BAPI PO CHANGE failing for Item category B ; return table contains error

former_member683231
Discoverer
0 Kudos
863

I have a requirement to update PO item category to B, and update the Limits and Account Assignment.

i tried using BAPI_PO_CHANGE, but fails to update; it gives:

-E SE 001 Buffer table not up to date (as the package being 0)

-I ME 664 Change Item Category could not be effected

As per my understanding, BDC Recording wont be apt for me22n as its an njoy tx and for me22 ,item category field is grayed out-(https://launchpad.support.sap.com/#/notes/512162 thus cant go with the BDC option)

https://launchpad.support.sap.com/#/notes/2048777 2048777 - BAPI_PO_CHANGE: not possible to change item category

is there a better way to achieve this/using BAPI.

Please help with the same.Thanks.

2 REPLIES 2
Read only

ziolkowskib
Active Contributor
650

Hi dmd_divya,
It seems the only workaround is deleting and creating a new line.
https://launchpad.support.sap.com/#/notes/2887571
Regards,
Bartosz

Read only

former_member683231
Discoverer
0 Kudos
650

Thanks ziolkowskib for the quick responseh.