cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP - Creation of Warehouse Task with inbound delivery

OBEG
Discoverer
0 Kudos
181

Hello

I search to create automatically Warehouse Tasks since an Inboud delivery

I tryed with /SCWM/TO_CREATE_WHR : 

tasks and Warehouse order are created and confirmed but the Inbound Delivery Status don't change

Perhaps I must launch another function but I don't find it

Can you help me ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Ajit_Routray
Active Contributor
0 Kudos

Hi @OBEG ,

I have gone through your post then writing here...

I think in standard you can do automate gr, create and confirmed ( Warehouse Process type auto confirmation ). I do not know your scenario, still you want to write your own can...Please see details below and let us know if you have questions...

Screenshot 2025-03-25 at 1.10.30 PM.png

Screenshot 2025-03-25 at 1.09.25 PM.pngScreenshot 2025-03-25 at 1.10.09 PM.pngScreenshot 2025-03-25 at 1.12.29 PM.png

Kind Regards,

Ajit

OBEG
Discoverer
0 Kudos

here the screen of status

Mangelier
Explorer
0 Kudos

Hi,

Like Ajit is saying. If you want to use customized logic I would still suggest to use class services instead of FM. The service help you to perform the steps outside the standard. Because you are trying to perform the actions with FM I think that is what you want to do. If so have a look at /scwm/cl_dlv_management_prd. For WT creation I would suggest same as Ajit, look into PPF actions.

To be honest it is still a bit unclear what the actual goal is.

Regards Mark