cancel
Showing results for 
Search instead for 
Did you mean: 

Validating the Requested Delivery Date in Sales Orders

Former Member
0 Kudos

Hi all,

If I understand the threads on this subject, we would have to customize an user exit if we need the RDD to be validated as follows: if the RDD is more than a year from the document date, a warning must be flagged.

And as I am lazy - can anyone please tell me what user exit we need to change?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Rob,

yes, you are right. It is not a standard function in ERP. And you have to develop a user-exit, where the corresponding check will be done and a warning message will be issued. You can use the user-exits from the include MV45AFZB, namely

USEREXIT_CHECK_VBAP if it is more relevant for the dates on the item level, or

USEREXIT_CHECK_VBEP if the required delivery date on the schedule line level should be checked. The second possibility is more universal and can be used, for example, in case of several required schedule lines ordered to one item (multiple schedule lines).

I hope, this info helps you further.

Kind regards,

Akmal Vakhidov

Development Support SAP, Walldorf/Germany

Answers (0)