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: 

User Exit or Badi for VL01N (before the delivery will be displayed)

KlausFliri
Explorer
0 Kudos

Hello Togheter:

I have to change the sort order of the delivery items in VL01N before they will be displayed (not at the moment when they'll be stored on the database). Does anybody know any enhancement or user exit or BADI that i can use for this? I've tried with BADI LE_SHP_DELIVERY_PROC, but there is no methode which I can use for reordering the table XLIPS/LIPS before the delivery will be displayed.

Thanks in advance

Klaus

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Did you try the user-exit MV50AFZ1. Maybe you can use the following subroutines there:

userexit_read_document

userexit_move_field_to_lips

Regards

Shounak

4 REPLIES 4

Former Member
0 Kudos

Hi

Did you try the user-exit MV50AFZ1. Maybe you can use the following subroutines there:

userexit_read_document

userexit_move_field_to_lips

Regards

Shounak

0 Kudos

Hi Shounak,

yes I've tried with both user exits, but userexit_read_document is triggered only with VL02N or VL03N when the delivery is read form the database. userexit_move_field_to_lips allows me to change a single item line but not to change the internal table which contains the items (which I need to change the sort order of the delivery).

Thanks anyway

Klaus

Former Member
0 Kudos

Exits for VL01N ::::::

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)

Hope they may help a little.

Regards,

Jignesh

0 Kudos

Thanks Jignesh,

but none is usable to modify the sort order.

Regards

Klaus