‎2010 Feb 11 4:35 AM
Hello Gurus....
As we enhance me21n screen according our buziness requiremnt......we add some field for
Mother Vessel Schedule
Feeder Vessel Schedule
and for these fields we make .INCUDE and add this to EKKO table.....
Now my requirement is to UPDATE PO values of ( Mother Vessel Schedule / Feeder Vessel Schedule ) with SHIPMENT value
for that...... i need BAPI for PO_UPDATE which contains all information for mother/feeder vessel information...
as i tried BAPI_PO_CHANGE.....but this bapi does'nt contain our ( Mother Vessel Schedule / Feeder Vessel Schedule ) FIELDS...
SO is there any method to include our .INCLUDE structure to BAPI_PO_CHANGE....poheader structure name....BAPIMEPOHEADER
or is there any bapi for PO UPDATE......please suggest me the solution
regards
rahul
‎2010 Feb 11 5:02 AM
‎2010 Feb 11 5:52 AM
SORRY RITESH the bapi u suggest is not exist....please suggest me something different
regards
rahul
‎2010 Feb 11 5:11 AM
Hi Rahul,
Please check [Abap code on BAPI PO Change|http://wiki.sdn.sap.com/wiki/display/HOME/AbapcodeonBAPIPO+Change]
Cheers,
Remi
‎2010 Feb 11 6:33 AM
Hi Rahul,
Please try BAPI_ACC_PURCHASE_ORDER_POST.
Thanks &Regards,
Sri Ramya.
‎2010 Feb 11 7:02 AM
Hi,
Using this below tables parameters you can update Zfields using bapi BAPI_PO_CHANGE.
EXTENSIONIN LIKE BAPIPAREX Customer's Own Fields (Import Parameters)
EXTENSIONOUT LIKE BAPIPAREX Customer's Own Fields (Export Parameters)
Go trough the documentation given for these parameter.which tells how to update ZFIELDs.
‎2010 Feb 11 7:08 AM
hi,
try this
Use BAPI_PO_CHANGE
Check the sample code for this BAPI :
[http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm]
hope this helps
regards
Ritesh
‎2010 Mar 05 4:37 AM