Symptom
The Delivery Date for RFQ for Purchase Order should automatically be 30 days.
Environment
SAP Business ByDesign
Reproducing the Issue
- Go to the Sourcing and Contracting work center.
- Click on New RFQ common task.
- Enter the Submission Deadline.
- Select the RFQ Type as RFQ for Purchase Order.
- Click on Next and Add Row.
See that the
Cause
The Delivery Date change under RFQ category from 7 to 30 days does not have any available configuration settings. In the backend, there is a class that maintains and sets the determination of the delivery date as 7 days. The code checks if the delivery day is initially provided or not. Since no value is initially provided, it sets the default delivery lead day as 7 days.
Resolution
This is the standard behavior which will be applicable for any RFQ creation. So if we make the alterations to the standard code, this will be impacting other RFQs and other customers as well.
As there are no active configuration settings available to control the Delivery Date Lead Time and standard code changes would impact other RFQs, our recommendation is to handle this field manually as the Delivery Date Lead time is editable.
Keywords
RFQ, Delivery Date, Delivery Date Lead Time , KBA , SRD-SRM-PRO , Purchase Requests and Orders , How To