cancel
Showing results for 
Search instead for 
Did you mean: 

WM User Exit

Former Member
0 Kudos

Hello ALL,

I want to findout a User exit which can be used after TO Confirmation...Can anyone help me with any user exit available for the same..we need to call a transaction as soon as a TO is confirmed

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

andrzej_chmura
Contributor
0 Kudos

Hello,

[Function Modules and Customer Exits in WMS |http://help.sap.com/erp2005_ehp_02/helpdata/en/c6/f83a294afa11d182b90000e829fbfe/content.htm]

L_TO_CREATE_SINGLE Create a transfer order with one item

L_TO_CREATE_MULTIPLE Create a transfer order with two or more items

L_TO_CREATE_MOVE_SU Create a transfer order to move a storage unit

L_TO_CREATE_MOVE_LSR Initiate a stock transfer of storage units from an external system

L_TO_CREATE_TR Create a transfer order for a transfer requirement

L_TO_CREATE_DN Create a transfer order for a delivery

L_TO_CONFIRM Confirm a transfer order

L_TO_CONFIRM_SU Confirm a transfer order for a storage unit

L_TO_CANCEL Cancel a transfer order

L_TO_CANCEL_SU Cancel a transfer order for a storage unit

L_REF_CREATE Create transfer orders using multiple processing

L_TO_CREATE_2_STEP_PICKING Create transfer orders for 2-step picking

L_TO_CREATE_POSTING_CHANGE Create transfer orders for posting changes

Andrzej

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.