cancel
Showing results for 
Search instead for 
Did you mean: 

SO Delivery date change when item category is modified

former_member261745
Participant
0 Kudos

Hi expert,

When i change the item category on my SO, the delivery date change.

Can you please give me the configuration, or exit to check how the delivery date is calculated?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member223981
Active Contributor
0 Kudos

- Set a breakpoint at function module SD_SCHEDULING

- Change your item category

- This should trigger your breakpoint (if SD_SCHEDULING is changing the delivery date)

- Post screenshot of call stack back here.

Looking at the call stack will give us an idea of why a new scheduling is triggered.

If SD_SCHEDULING is not called, then I assume it must be a user exit causing the issue - check your coding in the SD user exits of include MV45AFZZ.

Lakshmipathi
Active Contributor
0 Kudos

Is it only for a particular item category or any item category you change, there is a change in delivery date?

G. Lakshmipathi

former_member261745
Participant
0 Kudos

Yes in my case it's for a particular item category.