‎2009 Jun 30 12:27 PM
Hi frends
MY requirement is For each PO which is of type PSTYP = 9. I have set the delete Indicator as L (loekz).
I am using the Bapi (BAPI_PO_CHANGE) But i am not able to update in the table as well as in the PO also
what are the parameters thet I have to pass coorectly to do these
Please Suggest me
Thanks.
‎2009 Jun 30 12:38 PM
Hi,
try this.
If pstyp = 9.
in the POITEM populate tthe DELETE_IND = 'X'.
In order to upadte the table.
define an itab of structure BAPIMEPOITEMX.
pass the values
itab-DELETE_IND = 'X'.
Regards,
Bharagava
Edited by: Bhargava TC on Jun 30, 2009 1:38 PM
‎2009 Jun 30 12:49 PM
HI bhargaava
I have tried these but i am not able to update in PO number as well as in Table
Thanks
‎2009 Jun 30 1:31 PM
Hi try this.
Answer for below Q:
You need to pass below details for BAPI - BAPI_PO_CHANGE
Importing parameter
PURCHASEORDER <=== PO number
Tables parameter
POITEM
PO_ITEM <=== Po Line item number
DELETE_IND <=== 'X'
POITEM
PO_ITEM <=== Po Line item number
PO_ITEMX <=== 'X'
DELETE_IND <=== 'X'
After this you need to commit usig the BAPI - BAPI_TRANSACTION_COMMIT
Importing parameter
WAIT <=== 'X'
Regards,
Bharagava
‎2009 Jul 01 5:54 AM
Hi bhargava
Thanks for the reply actually the same I have done Ec 6 it is working fine and I am able to set the delete Indicator .
But when I have to do it in ECc 5.0 I am not able set the Delete Indicator for service PO.
Please Reply me
Thanks
P.Pramod
‎2009 Aug 17 1:24 PM