FIN_AR_ML_CONFIG - Basic Settings of SAP Cash Application
Basic Settings of SAP Cash Application information is stored in SAP table FIN_AR_ML_CONFIG.
It is part of development package FINS_AR_MACHINE_LEARNING in software component CA-ML-CA. This development package consists of objects that can be grouped under "Accounts Receivable related Machine Learning".
It is part of development package FINS_AR_MACHINE_LEARNING in software component CA-ML-CA. This development package consists of objects that can be grouped under "Accounts Receivable related Machine Learning".
Fields for table FIN_AR_ML_CONFIG
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MANDT | Client | X | MANDT | CLNT | 6 | |
| ML_ENABLED | Machine Learning Enabled | ML_ENABLED | CHAR | 2 | ||
| THRESHOLD_RATE | Proposal Threshold Rate for Machine Learning | ML_THRESHOLD_RATE | DEC | 5 | ||
| AUTO_CLEARING_RATE | Auto Clearing Threshold Rate for Machine Learning | ML_AUTO_CLEARING_RATE | DEC | 5 | ||
| TRAINING_DATA_PERIOD | Training Period in Months | ML_TRAINING_DATA_PERIOD | NUMC | 4 | ||
| ML_DATA_UPLOAD_LIMIT | Data Upload Limit (in MB) | ML_DATA_UPLOAD_LIMIT | NUMC | 6 | ||
| INFERENCE_SIZE | Number of bank statements to send each inference call | ML_INFERENCE_SIZE | INT4 | 4 | ||
| INFERENCE_TRIES | Number of tries to fetch inference result per batch | ML_INFERENCE_TRIES | INT1 | 1 | ||
| INFERENCE_DELAY | Waiting minute before trying to fetch inference result again | ML_INFERENCE_DELAY | INT1 | 1 | ||
| PROPOSAL_ACCURACY | Machine Learning Target Accuracy for Proposal (%) | ML_PROPOSAL_ACCURACY | DEC | 5 | ||
| AUTO_CLEARING_ACCURACY | Machine Learning Target Accuracy for Auto-Clearing (%) | ML_AUTOCLEARING_ACCURACY | DEC | 5 |