cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for update EWM delivery order quantity

former_member746094
Participant
0 Likes
2,508

I want to update EWM delivery order quantity through the function module.

I tried to search the function module on se37, but I don't found any function module that can do this process.

Do anyone have any suggestion of function module to implement this process?.

The screen below is the transaction code /SCWM/PRDO.

Accepted Solutions (1)

Accepted Solutions (1)

Daniil
Active Contributor
0 Likes

Hi Jacky, maybe you search for /SCWM/PDENIAL_EXECUTE ? This function used for delivery adjustment in case of pick denial. Should work in your case, I guess. In case you need something like delivery adjustment in case of stock shortage, read about pick denial, it is standard to adjust document automatically.

If not, EWM is more object oriented, it means you should use service provider class (and not a functional module) to adjust delivery.

BR,

Daniil

former_member746094
Participant
0 Likes

Thank you so much

former_member746094
Participant
0 Likes

is there any function module if I want to perform GI for EWM delivery order?

Answers (0)