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

User Exit using KOMP changing EKPO

Former Member
0 Likes
757

Hi Friends,

I have a requirement to copy subtotal field values from KOMP structure to EKPO table.

But unfortunately, I am not able to find appropriate user exit for the same.. Can you please suggest some?

I researched a lot.. But NO user exit that takes in KOMP & changes EKPO I can find. please suggest some..

Thanks a lot..

Regards

Ankush

Hi Friends,

I have a requirement to copy subtotal field values from KOMP structure to EKPO table.

But unfortunately, I am not able to find appropriate user exit for the same.. Can you please suggest some?

I researched a lot.. But NO user exit that takes in KOMP & changes EKPO I can find. please suggest some..

Thanks a lot..

Regards

Ankush

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
558

You can BADI ME_PROCESS_PO_CUST to make the changes to PO Line items.

Use the method PROCESS_ITEM to get the values of the Line item conditions and populate the Items. In this method, you have an access to the item object using the parameter IM_ITEM. Use method GET_CONDITIONS, to get the conditions. Set the value of your field and use method SET_DATA to set values at line item.

Regards,

Naimesh Patel