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: 

Purchase Order Item Shipping Data Update

Former Member
0 Kudos
426

Hi xperts,

I need to update shipping data of purchase order item. I need to update the Unloading Point (ablad) field. Inside exit 'EXIT_SAPMM06E_013' I am changing value of field xekpv-ablad. but the value is not updated in the purchase order. Please advise.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
95

Hi

1 Activate the Project in which u have included this User exit.

2. also check in which client you are checking

3 Debug and see whether u code is executed and also after saving check the Table EKPV whether inforamtion gets update or not.

Or else use Classs IF_PURCHASE_ORDER_ITEM_MM---- METHOD -


GET_SHIPPING_DATA

surya

1 REPLY 1

Former Member
0 Kudos
96

Hi

1 Activate the Project in which u have included this User exit.

2. also check in which client you are checking

3 Debug and see whether u code is executed and also after saving check the Table EKPV whether inforamtion gets update or not.

Or else use Classs IF_PURCHASE_ORDER_ITEM_MM---- METHOD -


GET_SHIPPING_DATA

surya