cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for creating warahouse task associated to a delivery PRDO

chris_SAP
Participant
0 Kudos
1,351

I'm looking for a BAPI to create a warehouse task.

The standard flow. /SCWM/PRDO Create task / associate HU. Save.

The standard uses /SCWM/TO_PREP_WHR_UI_INT and /SCWM/TO_POST. But I'm not sure that it works easily.

I've found functions:
/SCWM/TO_CREATE, /SCWM/TO_CREATE_MOVE_HU and /SCWM/TO_CREATE_WHR
But I'm not sure that I'm in the good functional part.

Accepted Solutions (1)

Accepted Solutions (1)

Daniil
Active Contributor
0 Kudos

Hi, function /SCWM/TO_CREATE_WHR is a right one, you need to provide there only docid/itemid and warehouse number. For sure you can create task using /SCWM/TO_CREATE as well, but it would be little bit more complex.

chris_SAP
Participant
0 Kudos

Thanks Daniil.

The function /SCWM/TO_CREATE_WHR works fine.

Answers (0)