Credit Management
Amecath_SD_Fit_Gap_V2.0.pdf
Reference Page: 62
1. Business-User Summary
Credit Management is the process of monitoring a customer's financial health and controlling how much debt they can accrue with Ameco. The system automatically blocks sales orders or deliveries if shipping the goods would cause the customer to exceed their approved credit limit.
2. Why This Process Matters
Shipping goods to over-limit customers increases the risk of bad debt (uncollectible revenue). Credit Management protects company cash flow while providing the flexibility to release critical orders based on manual review.
3. Where It Fits in Order-to-Cash
This occurs automatically during Sales Order creation and Delivery creation.
4. Process Card
| Attribute | Details |
|---|---|
| Trigger | Sales Order is saved, or an existing order increases in value. |
| Input | Customer Credit Limit, Open Orders, Open Deliveries, Open AR. |
| Output | Order Released or Order Credit-Blocked. |
| Owner | Finance / Credit Controller. |
| Frequency | High (Every order). |
5. Roles Involved
- Salesman: Enters the sales order. Is notified if the order is blocked.
- Credit Controller: Monitors the blocked order list, investigates customer payment history, and makes the release/reject decision.
6. BPMN Process Flow
7. Simple Status Flow
8. Step-by-Step Process
| No results found matching "" |
9. SAP Touchpoints
- FD32 / UKM_BP: Manage Customer Credit Master Data (Set limits).
- VKM1 / VKM3: List of Blocked SD Documents (Release/Reject).
10. Business Rules & Controls
- Quotation Exemption: Creating a quotation does not trigger a credit check or block.
- Segregation of Duties: A Sales representative cannot release a credit block. Only Finance / Credit Controllers have the authorization to release orders.
- Dynamic Check: Credit is checked at Sales Order creation and again at Delivery creation (in case the customer's financial situation deteriorated in the meantime).
11. Integration Points
- Sales & Distribution (SD): Captures the order and delivery.
- Finance (FI): Maintains AR balances and credit limits.
12. Reports and KPIs
Credit Block Resolution Actions (Count)
Example KPI View — Demo Data
DEBUG data: "[\n{ \"action\": \"Released (Exception)\", \"count\": 45 },\n{ \"action\": \"Payment Received\", \"count\": 120 },\n{ \"action\": \"Order Cancelled\", \"count\": 15 },\n{ \"action\": \"Limit Increased\", \"count\": 8 }\n]"
DEBUG parsedData: [
{
"action": "Released (Exception)",
"count": 45
},
{
"action": "Payment Received",
"count": 120
},
{
"action": "Order Cancelled",
"count": 15
},
{
"action": "Limit Increased",
"count": 8
}
]13. Risks and Common Mistakes
- Setting credit limits too high, defeating the purpose of the check.
- Credit Controllers auto-releasing blocked orders without verifying payment or analyzing the actual risk.
14. Fit-Gap / Customization Notes
- GAP: Standard SAP blocks the entire order. Ameco requested to only block the specific line items that push the customer over the limit.
- Resolution: Custom enhancement implemented in the credit check user exit to apply item-level delivery blocks instead of header-level credit blocks for specific VIP customers.
15. Source Document Reference
Amecath_SD_Fit_Gap_V2.0.pdf
Reference Page: 62
16. Knowledge Check
Question: Which of the following makes up a customer's "Credit Exposure"? A) Open Orders, Open Deliveries, Open Billing Documents, and Open Accounts Receivable. B) Only unpaid invoices (Accounts Receivable). C) The customer's total revenue from the previous year. D) Open Quotations and Open Orders.
(Answer: A)