Hi,
My client requirement in credit management ..
Customer-XYZ
Credit limit - 1000/-
payment terms :- 3 days
created sales order Amount 500/- on 20.06.2013 after that commercial invoice but payment is not receive yet and payment terms is 3 days
which is over on 23.06.2013..requirement is ,if payment is not receive within payment terns days (3 days) then next sales order which
he create on 24.06.2013 should be block.Is this possible in standard SAP.
Regards
Varun
Dear Varun,
I assume you require a check based on both credit limit and payment terms.
If the payment term is uniform for all customer codes, then you may select OLDEST OPEN ITEM with 3 days in OVA8 and also select DYNAMIC.
Else, this has to be via exit.
If you are going via exit, then keep the OLDEST OPEN ITEM checked in OVA8 and maintain 1 day.
Also selecte DYNAMIC(so that credit check based on limit is active)
When you create order for the customer who is having an open billing document which is due for more than 1 day, system will give the credit check . Ask your abaper to write a code just before this error due to oldest open item.
Logic should be to check all the open billing documents for this customer. If any of the open billing document is due, then system has to give the error message due to oldest open item.
If there are no open billing documents for this customer which is due, then system has to bypass the error message due to oldest open item.
Thanks & Regards,
Hegal K Charles
Hello Varun,
This is very much possible with SAP Standard Credit Management settings.
Go to T-Code OVA8 & select the combination of your Credit Control Area + Risk Category + Credit Group.
Here do the following settings:
1. Under Checks, put a Tick mark in Oldest Open Item check box
2. Mention C in Reaction Box against Oldest Open Item
3. Put Tick Mark in Status/Block Check box against Oldest Open Item
4. Maintain 0 in Days oldest Item.
The above setting will ensure that system will not allow to create Sales order for a Customer who has not paid for a Invoice for which payment is overdue. It will block the creation of Sales Orders even it the Credit Limit is available.
Thanks,
Jignesh Mehta
Add a comment