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: 

Updating the VETVG table while creating the purchase order

Former Member
0 Kudos
1,554

hi all,

I have one requirement to calculated the delivery creation date while creating the Purchase Order. It is calculated based on the delivery date of PO. I have calculated that one but how to update it after calculation. Can any body give a user exit or BADI with implementation which will update the VETVG table while creating the PO.

Thanks

rajkumar

4 REPLIES 4

Former Member
0 Kudos
491

Hi

You can check OSS 498143 .

Try BADI ME_PROCESS_PO_CUST.

Cheers

0 Kudos
491

hi sanjay,

thanks for reply, I am using same BADI(ME_PROCESS_PO_CUST) and implementation(FIELDSELECTION_ITEM_REFKEYS). In this implementation i am setting the shipping data with SET_SHIPPINGDATA method . but after that the values are not updating the EKPV and VETVG tables but it is only showing in the screen. Can you give a idea where to pass these values so it will update the tables.

thanks

rajkumar

0 Kudos
491

in which tcode u r doing this ?

0 Kudos
491

hi,

It is in ME21N transaction.