cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FSCM Formula

former_member301274
Participant
2,135

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.

Accepted Solutions (1)

Accepted Solutions (1)

sofianos_g
Explorer

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

manel_hernandezv
Explorer
0 Kudos
Very useful. Thanks Georgios

Answers (0)