2010 Apr 28 4:01 AM
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
2010 Apr 28 5:00 AM
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
2010 Apr 28 5:00 AM
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
2010 Apr 28 5:05 AM
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.