on 2017 Nov 22 9:03 AM
Hello All,
I am a newbie in FSCM Credit Management.
Can someone please suggest some documentation wherein it is explained how to write a formula for credit limit and score calculation.
I am totally lost when it comes to writing a formula and sap help documentation does not provide any example of score or credit limit formula.
Any help will be highly appreciated.
Warm Regards.
Request clarification before answering.
You can choose fields from the field list in transaction UKM_FORMULAS and combine these in a formula using calculations and a series of conditional statements /steps that can be true or false, similar to ‘if’, ‘then’, ‘else’ logic.
For example (as an example only), for Credit Limit calculation the formula may be:
Condition:
RISK_CLASS = 'A' AND OWN_RATING > '70' AND IND_SECTOR = 'Z4']
Condition is True, then: C_CREDIT_LIMIT:= '100000'
Condition is False, then: C_CREDIT_LIMIT:= [1,000 * OWN_RATING]
Hope this helps,
Georgios Sofianos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
4 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.