cancel
Showing results for 
Search instead for 
Did you mean: 

Determine the delivery item category in User exit

Former Member
0 Kudos

Hi all,

I need to determine the delivery item category based on the storage loaction, do you know any user exit can determine the delivery item category?

Thanks!

Alex Lu

Cheers!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is the correct storage location determined/defined already at order level?

If yes, then I would suggest not to use user-exit but copy control routine.

Transaction VOFM -> data transfer -> deliveries.

Recommended approach is to copy the one assigned now (if standard one use) and apply changes there. How to find which one is assigned -> transaction VTLA at item level for given document type/item category.

Regards,

Dominik Modrzejewski

Former Member
0 Kudos

Hi Dominik,

Thanks for your reply.

Actually, I have two storage location, one is WM management, the other is Non-WM management.

I need to determine delivery item category by storage location, one is relevant for picking, the other is not relevant for picking.

The system will check the WM and Non-WM storage location when create delivery, the material on delivery document might be from both WM and Non-WM, so I need to determine the delviery item category by storage location.

I use the schedule agreement, can not know the storage location on order level

Do you have any idea?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check out BADI 'LE_SHP_DELIVERY_PROC' Method 'FILL_DELIVERY_ITEM'. You should be able to change item category with in the structures CS_LIPS and CS_LIPSD in this BADI.

Thanks

Funky Tech.