cancel
Showing results for 
Search instead for 
Did you mean: 

Order entry cut off time to avoide same day line itme confirmation

Former Member
0 Kudos

Hello Friends,

We have a very unique requirement as below u2013

Business want SAP System to automatically determine the Order entry cut off time to avoid same day line item confirmation. I.e. If an order is entered after a specific time in a day (For example if order is entered after 2 PM local time) system should not confirm that order on the same day. In such cases system should confirm the schedule line for that line item on the next day.

Requesting you kindly guide us if there is something we can do in SAP to achieve this.

Thanks and Best Regards,

Amol Wadekar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

check the Rounding Work days in the shipping point customizing.

"Rounding-up period for delivery scheduling (in days)

The amount of time that the system automatically adds as a safety margin to the estimated time required for processing a delivery."

Check also http://help.sap.com/saphelp_46c/helpdata/en/dd/5607e7545a11d1a7020000e829fd11/frameset.htm

Former Member
0 Kudos

Hi,

Please use userexit to change order entry date,if user create order after 2PM

Former Member
0 Kudos

In the Sales Order, we have a status tab. There is a 'Reason for Rejection' there. Probably we could ask the ABAPers to create a time/clock there and write a code so that if the time is more than 2PM, the order could get rejected automatically.