cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Credit check not happening on delivery after order release from UKM_CASE

SAPSupport
Employee
Employee
1,870

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


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

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

Bohdan
Active Contributor
This is a very strange case, where SAP actually created a loophole in the standard process and refuses to correct it. The solution that SAP (in your person) is recommending is to implement an implicit enhancement, which is against all those principles that SAP is actually propagating. How can you achieve clean core concept in your system, when SAP is proposing things like that ?

Answers (0)