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: 

Trying to get the ship -to state

Former Member
0 Kudos

I am working on vl01 transaction user exit prepare to save and over there I want to find the ship to (WE ) state or zipcode that i changed in delevery before saving it.

.e.g.while creating delivery I changed the city from pitsburg to london soship to record is changed. I need that information at the time of user exit prepare to save.

thanks

Manan.

5 REPLIES 5

Former Member
0 Kudos

HI,

check these exits...

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

V02V0003 User exit for gate + matl staging area determination (headr)

V02V0004 User Exit for Staging Area Determination (Item)

V50PSTAT Delivery: Item Status Calculation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50R0001 Collective processing for delivery creation

V50R0002 Collective processing for delivery creation

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50S0001 User Exits for Delivery Processing

V53C0001 Rough workload calculation in time per item

V53C0002 W&S: RWE enhancement - shipping material type/time slot

V53W0001 User exits for creating picking waves

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

Regards

CNU

Former Member
0 Kudos

Look at table YVBPA in the exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV50AFZ1.

I believe this will hold the data for any changed partners.

Now get the ADRNR from the table and use it to select from ADRC to get the State.

Message was edited by:

Matt Nagel

Former Member
0 Kudos

Hi Mana,

Check user exit V50R0001 or VMDE0002.

Ashven

Former Member
0 Kudos

None of the above ans is working . Also I checked the XVBPA and YVBPA table but the entry are same. So if any thing else knows where it store the data that we changed please update me.

0 Kudos

Hi Mana,

Check Table CDHDR & CDPOS. These table contains the records of all changed records.

Reward points for helpful answers.

Ashven