on 2011 Aug 26 1:31 PM
Dear All
Customer - A Credit Limit - 50000.00 INR
Created one Sales order worth value - 40000.00 for 500 pcs Credit Exposure - 40000.00 INR
Delivery created worth value - 30000.00 INR
After PGI the credit exposure still shows 40000.00. But I want system to consider credit exposure based on amount of delivery (after PGI).
Please guide me how to config the above requirement.
Regards
Animesh
Hi Animesh,
Not only after delivery completion, even after invoicing also the credit exposure will be 40000. System evaluates credit exposure based on the formula Open orders + open deliveries + open bills + A/c receivables.
You have to have credit related user exits for your purpose.
u2022 LVKMPTZZ
u2022 LVKMPFZ1: USER_CREDIT_CHECK1
u2022 LVKMPFZ2: USER_CREDIT_CHECK2
u2022 LVKMPFZ3: USER_CREDIT_CHECK3
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Animesh,
I got a brilliant idea. Before trying user exits try using static credit check for this purpose. This alone is sufficient.
In OVA8 screen use static credit and you uncheck open orders check box which is present besides status check box and try to check whether it is working fine.
This must work. If you uncheck open orders then system will not consider open orders while evaluating credit. This is simple and straight. Make this config change in the automatic credt contol settings.
Hope this must work. Let me know if the problem is still not resolved.
Edited by: mokirala tilak on Aug 31, 2011 10:31 AM
Hi Animesh,
In case your requirement is that sytem should not consider "Open Sales Order Value" from credit exposure, then change the field "Update Group" from 00012 to 00015 in your credit control area. Update group 00015 will only consider the Open deliveriesOpen billingA/c receivables, and excludes Open sales orders.
Do update after testing the same.
Regards
Vamsi.
Hi Animesh and Vamsi,
I still don't suggest changing update group (Though 0000015 can be used) as it is being already used by the client and suggest to use static credit check with open orders check box unchecked. This will have minimum negative impact. As per my understanding this will automatically prompt system to use 000015 update group. Below is the text of SAP.
If a document cannot be processed with the update group you specify, the system determines the next possible update it can carry out. For example, you select Update group 000012 which, at delivery, reduces the open order value and increases the open delivery value. Assume that one item in the order is not relevant for delivery. In this case, the system automatically determines Update group 000018 for this item. Update group 000018 increases the open delivery value for the order item. The system uses the confirmed quantity of delivery-relevant schedule lines to update the order value.
Further to change update group we have to make changes in credit control area data in configuration which automatically updates the update group of OVA8 screen. But this is not suggestable.
Edited by: mokirala tilak on Aug 31, 2011 2:36 PM
The credit exposure is indeed 40,000 because that is the value of order and delivery. The delivery is 30,000 but the order is still open for 10,000. If the intent is to not process the order additionally, you must update the order to Part. dlv./item to 'B' so that system knows only one delivery is to be created per line item.
The sales value in FD32 should reflect
Order 10,000
Delivery 30,000
Total sales exposure is $40,000.
Until the remaining balance on order is fulfilled, it will count as credit exposure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The credit exposure could be the result of update of info structure settings. Check in t.code OMO1, what type of synchronization is set for structure S066. You can make the updating as 1, synchronous updating.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
User exit seems to be the feasible soln as standard system works on the process as mentioned above.
However one thing can be done try tcode va05 and delete open orders ( click open orders ) , in this way you can
get the correct exposure.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.