on ‎2023 Jan 12 1:03 PM
Hi,
Sales order created with credit block. Releasing the order in UKM_CASE and In Delivery Creation Credit check is not happing again.
Looks to me that If we are creating an Order and releasing the order and creating delivery on the same day the credit check is not happing.
Request you check how we can trigger the credit check
If we are creating an Order and releasing the order and creating delivery on the same day.
Thanks
Request clarification before answering.
Hello,
The described behaviour is according to standard design.
On the day of the release, no further credit check occurs if the document value has not increased compared to the release value. This also applies when you create a delivery for a released sales order. In this case the system takes over the 'Released' status from the order to the delivery.
There is possible code modification to change this design, which is relevant for the classic credit management and SAP Credit Management (FSCM) as well.
In the Function SD_DELIVERY_CREDIT_CHECK you would need to change the check on the validity of the release from "Greater or Equal" to "Greater Than".
FUNCTION SD_DELIVERY_CREDIT_CHECK
...
IF valid_to GT sy-datum.
...
This is a modification, please implement and test it at your responsibility.
For further information see below SAP Notes:
718260 - Released documents are not checked
52637 - Modification note: Further check for delivery
Best regards,
Edina
SAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 30 | |
| 26 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.