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 For PO UPDATE

Former Member
0 Likes
995

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

7 REPLIES 7
Read only

Former Member
0 Likes
823

hi

Use this

BBP_PD_PO_UPDATE

hope this helps

regards

Ritesh

Read only

0 Likes
823

SORRY RITESH the bapi u suggest is not exist....please suggest me something different

regards

rahul

Read only

RemiKaimal
Active Contributor
0 Likes
823

Hi Rahul,

Please check [Abap code on BAPI PO Change|http://wiki.sdn.sap.com/wiki/display/HOME/AbapcodeonBAPIPO+Change]

Cheers,

Remi

Read only

Former Member
0 Likes
823

Hi Rahul,

Please try BAPI_ACC_PURCHASE_ORDER_POST.

Thanks &Regards,

Sri Ramya.

Read only

0 Likes
823

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.

Read only

Former Member
0 Likes
823

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

Read only

Former Member
0 Likes
823

SOLVED