cancel
Showing results for 
Search instead for 
Did you mean: 

Create Warehouse Task in Foreground | Prefilled destination bin

michael_fallenbchel
Active Participant
0 Kudos

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.

Is this possible somehow?

Thanks

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_fallenbchel
Active Participant
0 Kudos

Hi,

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?

Thanks

Michael