Create Warehouse Task in Foreground | Prefilled destination bin
Mar 07, 2017 at 07:26 AM|162 Views
Good morning experts,
want to code a "jump" out of my z-program to create warehouse tasks in foreground. For this, I use function /SCWM/CALL_TODLV (Function Module for External Call of Transaction /SCWM/TODLV).
Great, working, BUT I need to fill the destination bin on forehand. At the moment I can see all my requests, but the destination bin is "open" to be filled manually. I need it to be prefilled out of my program.
found that if I set a breakpoint in function /SCWM/WHR_GET_INT and change ET_WHR_ITEMS to my requirement, it will work...but this would mean modify standard SAP :-(
Nobody any idea how to achieve this in "normal" way?
Add comment