2012 Feb 20 3:22 PM
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
2012 Feb 20 5:23 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |