cancel
Showing results for 
Search instead for 
Did you mean: 

Create warehouse internal order - WMR

prem_hpk
Discoverer
0 Kudos
1,183

Hi Experts,

In EWM (S/4HANA 2022), Is there any standard class or function module for create warehouse request via customized program??? We have some customized requirement to create WR.

WMR - Stock Transfer Warehouse request - /SCWM/IM_ST

Many thanks

Prem

Accepted Solutions (0)

Answers (2)

Answers (2)

LaurinPS
Explorer
0 Kudos

Hi, you can set a breakpoint at class /SCDL/CL_DL_DOM_PRD method CREATE_NEW_DO. In that one the headers is beeing created. From there on you could debug your way through. check out lo_header the class is also available as item.

j_blohm
Active Participant
0 Kudos

Hi,

Use /SCWM/CL_DLV_MANAGEMENT_PRD=>CREATE_WHR. You can check where-used list to see how the WMR is created e.g. in /SCWM/ADPROD.

prem_hpk
Discoverer

Hi Jonas,

Good day!!
Thanks for your reply.
I have check this class and method, where used list was empty and tried to implement the same and we get assert dumps, If possible can you share an example.

Thanks

Prem