cancel
Showing results for 
Search instead for 
Did you mean: 

ME22N How to restrict Changing Schedule Date

Khan
Participant
0 Kudos

Hi Guys,

I need to restrict the Stat. Del. Det. from changing when the user enters the Deliv. Date.

Any way will work ABAP or configuration.

Thanks

Khan

DominikTylczyn
Active Contributor
0 Kudos

A word of caution - statistical delivery changes should not be blocked indiscriminately. Users should be allowed to update the date depending on the actual situation. There are two scenarios:

- PO delivery date is changed due to vendor delay, then the statistical delivery delivery should not be updated as we want to keep the original one to calculate on-time delivery KPI correctly

- PO delivery date is changed because your demand changed and the vendor agrees to the change, then the statistical delivery date should be changed together with PO delivery date

View Entire Topic
0 Kudos

If you're using SAP Business One, there are two ways to restrict the "Stat. Del. Det." from changing when the user enters the "Deliv. Date":

Configuration: In the SAP Business One application, you can set the "Delivery Date" field to be read-only by using User Defaults. To do this, go to the "Administration" menu, then to "System Initialization," and then to "User Defaults." In the "User Defaults" window, select the "Delivery Dates" tab, then set the "Delivery Date" field to "Read Only."

ABAP: If you prefer to make changes in the ABAP code, you can write a validation rule in ABAP to restrict the "Stat. Del. Det." from changing when the user enters the "Deliv. Date." The validation rule would need to check the "Deliv. Date" value and then determine whether the "Stat. Del. Det." field should be allowed to change.