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: 

Automatic transaciton posting for transaction VL02N

Former Member
0 Kudos

Hi Experts

Can i know whats is the user exit for the transaction VL02N we want to use for the purpose of posting a transaction MIGO while save the outbound delivery document.

My requirement is when save the delivery document in one plant, in other plant the goods receipt needs to be done against the purchase order mentioned in the sales order of the previous one.

Pls advise me, Thanks in advance.

Regards

Rajaram

4 REPLIES 4

ak_upadhyay
Contributor
0 Kudos

Hi,

Check user-exits for VL02N...

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)

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

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

V02V0004 User Exit for Staging Area Determination (Item)

Reward points if useful....

Regards

AK

0 Kudos

can you tell me out of this which one is enabling while save the document.

0 Kudos

hi,

Try the enhancement:

V50S0001 User Exits for Delivery Processing..

and BADI Being..LE_SHP_DELIVERY_PROC.

Regards

kiran

Former Member
0 Kudos

hi dear,

there is a lists of BADIs:

LE_SHP_DELIVERY_PROC

LE_SHP_GN_DLV_CREATE

LE_SHP_GOODSMOVEMENT

LE_SHP_ITEM_STATUS

LE_SHP_PRICING

LE_SHP_TAB_AUID_HEAD

LE_SHP_TAB_CUST_HEAD

LE_SHP_TAB_CUST_ITEM

LE_SHP_TAB_CUST_OVER

LE_SHP_TAB_GLTR_HEAD

LE_SHP_TAB_GLTR_ITEM

LE_SHP_TAB_SCEM_HEAD

but also some old-style exits in the inlcudes of the following list should be triggered:

include mv50afzz.

include mv50afz1.

include mv50afz2.

include mv50afz3. "Userexit neu zu Release 3.0A

include mv50afzk. "Userexit 4.6A (KOMKG/KOMPG)

include mv50afzl. "Userexit 4.6A Liefergruppen

include mv50afzp. "Userexit for pricing screen input

Regards,

Sudarsan