Application Development 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: 

bapi to update delivery date in confirmation tab in purchase order me22n tc

Former Member
0 Kudos

Hi All,

I am writing a BDC to update the data in confirmation tab for puchase orders for enjoy transaction.

Please let me know how to updated delivery date in confirmation tab in purchase order(ME22N) using a bapi.

I tried using BAPI_PO_CHANGE but found no parameter related to confirmations tab. this BAPI has every thing to update like header data, item data, scheduling data..... except confirmation.

So please let me know how to update the data in confirmation.

We need to use only enjoy transaction ME22N not ME22 in BDC thats why we are looking for a BAPI.

Regards,

Venkat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Check the table parameter POCONFIRMATION in BAPI_PO_CHANGE

U can see the field DELIV_DATE in the structure BAPIEKES.

DELIVERY_DATE in the structure BAPIMEPOSCHEDULE as well.

Regards,

Dwaraka.S

Edited by: Dwarakanath Sankarayogi on Feb 5, 2009 7:57 AM

2 REPLIES 2

Former Member
0 Kudos

Hi

Check the table parameter POCONFIRMATION in BAPI_PO_CHANGE

U can see the field DELIV_DATE in the structure BAPIEKES.

DELIVERY_DATE in the structure BAPIMEPOSCHEDULE as well.

Regards,

Dwaraka.S

Edited by: Dwarakanath Sankarayogi on Feb 5, 2009 7:57 AM

0 Kudos

Hi Dwarakanath,

We dont have table parameter in BAPI_PO_CHANGE and we are in 4.6 c. This parameter available in ECC 6.

Please let me know what to do in 4.6c

Regards,

Venkat