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

Item Cancellation using BAPI_PO_CHANGE

Former Member
0 Likes
535

Hi Gurus,

I just want to ask help on this, how can I cancel an item in PO using BAPI_PO_CHANGE, I try to fill up the required table such PO_ITEM and give the value for DELETE_IND as "X" i try also L, no error message return aside from Standard PO 4500001121 changed. but upon opening the PO in ME21n, the item still not canceled. Is there any BAPI for item cancellation? note this PO is not yet release...kindly help me on this guys thank u very much.

Edited by: Johnny Taghoy on Apr 28, 2010 5:03 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
502

Hello ,

u need to pass

PO_ITEM-DELETE_IND = 'X' and

PO_ITEMX-DELETE_IND = 'X' to that BAPI and commit work if no errors was found.

regards

Prabhu

Hi Gurus,

I just want to ask help on this, how can I cancel an item in PO using BAPI_PO_CHANGE, I try to fill up the required table such PO_ITEM and give the value for DELETE_IND as "X" i try also L, no error message return aside from Standard PO 4500001121 changed. but upon opening the PO in ME21n, the item still not canceled. Is there any BAPI for item cancellation? note this PO is not yet release...kindly help me on this guys thank u very much.

Edited by: Johnny Taghoy on Apr 28, 2010 5:03 AM

2 REPLIES 2
Read only

Former Member
0 Likes
503

Hello ,

u need to pass

PO_ITEM-DELETE_IND = 'X' and

PO_ITEMX-DELETE_IND = 'X' to that BAPI and commit work if no errors was found.

regards

Prabhu

Read only

0 Likes
502

yeah i got already, i create my on fm and call BAPI_TRANSACTION_COMMIT after calling BAPI_PO_CHANGE...Thank you very much for the idea also.