cancel
Showing results for 
Search instead for 
Did you mean: 

credit management

cathy_liang
Contributor
0 Kudos

Hi experts, i have gone through the relevant info but still fail to solve the questions below. Pls help solve. Thx in ad.

Q1: Why the status of credit management for the specific customer is only updated after saving order?

Q2: How to make the status updated during order creation, i.e. sales value & sales exposure to be updated when keying in order qty & price?

Q3: How does system calculate the max. percentage for open items exceeded?

Q4: Why the status of credit management cannot be updated after the max. percentage for open items has been exceeded, i.e. the figures mentioned in the below case are unchanged even new orders have been created?

My major settings:

1. dynamic check

2. automatic credit control with update "000012"

3. reaction of open item: warning

4. max. open item%: 50

5. horizon: 1, Month

My case:

credit limit: $3000

credit limit used: 15.49%

receivables: $12.87

sales value: $451.72

sales exposure: $464.59

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,

When you are creating the customer

001 : good customer

002: Risk customer

003 : Bad customer

If you have given the 001 good customer that time will allow the credit limit maximum.

If you will change the good customer to 003 Risk customer than you will get the error .

you will get the error Maximum document value exceeded.

You have to check this. You have to maintain the same risk.

If it is useful reward points.

Regards,

P.Srinivasa Reddy

Former Member
0 Kudos

Hi Cathy,

1. In the Standard process tables get updated only after saving the document. Same as with credit management Tables S066( Sales orders) and S077( deliveries and billing). These tables for credit check will be updated only after saving, then only the credit process starts.

2. So your second question is not possible( refer point 1)

3. That is from your pricing procedure. In the pricing procedure for the total value of sales in the subtotal field you would have maintained A( reference value for credit management).

4.i would not get the fourth question, It comes under customisation settings which are done by taking the business requirements.

For customisation please refer the above answer by one of my friend

regards

prasad

Former Member
0 Kudos

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIARCR/FIARCR.pdf

How To Do Configuration For Credit Management

Credit and risk management takes place in the credit control area. According to your corporate requirements, you can implement credit management that is centralized, decentralized, or somewhere in between.

An organizational unit that represents the area where customer credit is awarded and monitored. This organizational unit can either be a single or several company codes, if credit control is performed across several company codes. One credit control area contains credit control information for each customer.

For example, if your credit management is centralized, you can define one credit control area for all of your company codes.

If, on the other hand, your credit policy requires decentralized credit management, you can define credit control areas for each company code or each group of company codes.

Credit limits and credit exposure are managed at both credit control area and customer level. You set up credit control areas and other data related to credit management in Customizing for Financial Accounting. The implementation guide is under Enterprise Structure -> Definition or Assignment -> Financial Accounting and then Maintain credit control area. You assign customers to specific credit control areas and specify the appropriate credit limits in the customer master record.

Settings for determining the credit control area of a document. The settings of items 1 - 4 are taken into account according to their priority. The credit control area found is stored in field VBAK-KKBER.

1. Transaction OB38

Check which credit control area is assigned to the company code.

Company code:

Credit control area:

2. Transaction OVFL

Check which credit control area is assigned to the sales area.

Sales area:

Credit control area:

3. Transaction XD02 or VD02

Check which credit control area is assigned to the payer.

Payer:

Credit control area:

4. Transaction SE37

Is user exit EXIT_SAPV45K_001 being used?

5. Transaction OBZK

For the settings under items 2 - 4, field "All company codes" must be marked in Transaction

OB45, or the credit control area must be entered under the relevant company code in table

T001CM of the credit control areas allowed.

Company code:

Credit control areas allowed:

6. Settings for the credit checks

7. Transaction OVAK

Which settings do exist for the sales document type used?

Sales document:

Check credit:

Credit group:

8. Transaction OVAD

Which settings do exist for the delivery type used?

Delivery type:

Credit group for delivery:

Credit group for goods issue:

9. Transaction OB01

Credit management/Change risk category

Definition of the risk category for each credit control area. This risk category can be

assigned to a credit account by using Transaction FD32.

10. Transaction OVA8

Here, the individual credit checks for key fields

o credit control area

o risk category

o credit group are set. Take these key fields from the above settings and go to the detail

screen. In particular, check whether fields "Reaction" and "Status/block" are set

correctly. To carry out follow-up actions in case of a credit block, the credit check

status must be set (field "Status/block").

11. Transaction FD32

Credit master data for the payer of the relevant document.

Credit account:

Credit limit:

Risk category:

Currency:

12. Settings for updating the credit values Update of the credit values is required for the limit

check (static or dynamic credit limit check).

13. Transaction OVA7

Update of the credit value is active for the corresponding item type if the check box is marked. This field corresponds to

field "Active receivable" in Transaction VOV7.

Item type:

Active receivable:

14. Transaction V/08, Pricing

In the pricing procedure used for pricing, subtotal "A" must be entered in a line for

determining the credit value (mark the pricing procedure and doubleclick on "Control").

Usually, the net value plus taxes is used. This way the system is determined to use this

subtotal for credit pricing. The credit price is stored in field VBAP-CMPRE and used for

update and credit check.

You can find the used pricing procedure of the order under "Item -> Condition -> Analysis".

Pricing procedure:

Line with subtotal = 'A':

15. Transaction OB45

Which update group (field "Update") do you use in the relevant credit control area? The

default setting is "12". If you use another update group, check whether this is fine with

you. If you open an OSS message, please tell us the alternative update group.

Credit control area:

Update:

16. Transaction OMO1

Which kind of update did you choose for structure S066?

In any case, "Synchronous update (1)" has to be chosen as the kind of update.

All other settings will lead to errors.

Credit Check & Delivery Level Configuration:

Spro>Sales and Distribution>Basic functions>Credit management/Risk management>Credit management>Assign sales documents and delivery documents>Check credit limit for delivery types--> Here if you want the credit check at delivery level assign 02 Credit Group(CG) for your delivery type or if you want credit check at PGI level then you assign 03 Credit Group(CG) for your delivery type

Regards,

Rajesh Banka

cathy_liang
Contributor
0 Kudos

Hi the experts, many thx for all yr advice.

But i'm still clueless. Pls kindly advise further. U know, i have gone through the relevant info mentioned by some of u.

Former Member
0 Kudos

Cathy,

The reason why the status gets updated is because the standard program for updation is linked to the event saving of order.

If you want it to update after keying in the details then yuo need to write a function module as a PAI ( Process after Input ) program which will excute at the time you want it to execute, But for this you need authorisation from SAP.Because you will be changing the defalt code.

regds

Jude

former_member396676
Contributor
0 Kudos

HI,

- Please check settings in OVZ7.

-In customizing -SD- Basic function-Availability check and Transfer of requirement-Transfer of requirement-Block quantity confirmation in delivery block-deliveries blocking reason/criteria.

Tick/untick in credit limit as per your req.

-The proportion of overdue open items (that exceed the specified number

of days) in the total of open items should not exceed the percentage

specified.

- Customizing- SD- Basic function- Credit management-credit management/risk management settings- determine active receivable per item category- activate for your item category

Hope this helps you.

Thanks,

Vrajesh