on 2022 Jul 29 9:04 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
8 | |
5 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.