cancel
Showing results for 
Search instead for 
Did you mean: 

user exits for shipment

former_member208541
Participant
0 Kudos

Hi,

My system is allowing two different routes in shipment through two different delveries. I want to prevent system from including two different deliveries with two different routes to be included in one shipment.

is there any user exit for shipment to prevent the above.

regards

sachin

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

chk the link below.. can get all the available user exits

http://www.planetsap.com/Userexit_List.htm

Reward If Useful

Thanx & Regards..

Naren

Former Member
0 Kudos

User Exits For Shipping

User exits have development class VMOD. You can find them in the system

under:

Tools -> ABAP Workbench -> Object browser. Display VOMD.

Return ->

Application

Regards,

Rajesh Banka

Former Member
0 Kudos

Hi

list of user exit related to 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

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)

to see all user exits refer link below

<a href="http://www.easymarketplace.de/userexit.php">All SAP User Exits</a>

Former Member
0 Kudos

Hi Sachin

see if any of these exit helps you

V56DISTZ - Transportation processing: Field modification

MV56AINI - Initialization of transaction control for transportation

V56AFCCH -Shipment processing: Check function code allowed

V56LOCID Shipment Processing: Determine Location Identification

V56SLDET Shipment processing: Leg determination

V56TDLIF Filter Delivery Items for Shipment

V56UCHCO Check shipments are complete

Hope these might fix your problem

Cheers