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 for delivery while assigning serial numbers(urgent)

former_member190312
Active Participant
0 Kudos

hi all,

can u plz tell me the specific user exit for delivery (VL01n) while assigning serial numbers?

i am getting the serial numbers for material in database table OBJK .i am also getting these serial no.s in IQ01.

while doing delivery,i am going for extra-->serial number.at this time one screen for serial number is comming.those serial numbers which are stored in objk will transfer to this screen of delivery automatically.

for this , i want a specific user-exit for delivery so that i can transfer the serial nos from objk to that screen of delivery.plz suggest .(urgent )

any idea is highly appreaciated

Regards

pabitra

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can find from below list of user exists

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)

3 REPLIES 3

Former Member
0 Kudos

You can find from below list of user exists

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)

Former Member
0 Kudos

Hi Pabitra,

Did you got the right user-exit to solve your issue? I am looking for something similar and would be very glad if you could give me any useful information.

Thanks in advance!

Regards,

Nisha

0 Kudos

Hi to all,

Use BAdI LE_SHP_DELIVERY_PROC in this use method SAVE_AND_PUBLISH_DOCUMENT this will trigger before PGI .

For serial numbers u have to call FM GET_SERNOS_OF_DOCUMENT for this u should pass key data i.e keydata-lief_nr = your delivery no & keydata-taser = 'SER01'(fixed) and serno(in this u will get available serial no. may be multiple).

Regards,

Ravindra.