Menu

SAP Function Module CMS_API_ANL_GET_CALC_FOR_CON

Input the constellation and get the Results of Calculations (Analysis)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CMS_API_ANL_GET_CALC_FOR_CON (Input the constellation and get the Results of Calculations (Analysis)) is a standard Function Module in SAP ERP and is part of the function group CMS_API_ANL_CALC within the package CMS_CORE_ANL.

Technical Information

Function Module CMS_API_ANL_GET_CALC_FOR_CON
Short Text Input the constellation and get the Results of Calculations (Analysis)
Function Group CMS_API_ANL_CALC
Package CMS_CORE_ANL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_RATE_TYPE TYPE CMS_DTE_RATE_TYPE 'M' Exchange Rate type for currency conversion
I_RBL_RISK_METHOD TYPE CMS_DTE_IND_RISK_METHOD 'B' Indicator for RBL amt : Referring to MaxRisk or CurrRisk
I_RESULT_CURR TYPE CMS_DTE_CALC_RES_CURR Calculations Result Currency
I_TAB_AST_GUID TYPE CMS_TAB_AST_GUID Technical Key of the Asset
I_TAB_CAG_GUID TYPE CMS_TAB_CAG_GUID Technical Key of the Collateral Agreement
I_TAB_CAG_RBL TYPE CMS_TAB_CAG_RBL_LINK_DATA Collateral Agreement-Receivable details with the CAG-GUID
I_TAB_CHG TYPE CMS_TAB_CHG Charges details
I_TAB_RBL_SKY TYPE CMS_TAB_RBL_SKY Semantic Key for a Receivable
I_TAB_RBL_STATUS TYPE CMS_TAB_RBL_STATUS Receivables Status
I_TAB_REL_CAG_TO TYPE CMS_TAB_REL_CAG_TO Table of Relationship Details: Contributions 'To'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TAB_ASSESS_VALUE TYPE CMS_TAB_ANL_NOM_VALUE Assessment value - Calculation Result table
E_TAB_COLL_RIGHT TYPE CMS_TAB_ANL_COLL_RIGHT Collateral Right - Calculation Result table
E_TAB_COLL_VALUE TYPE CMS_TAB_ANL_COLL_VALUE Collateral Value - Calculation Result table
E_TAB_COVERAGE_GAP TYPE CMS_TAB_ANL_COVERAGE_GAP Coverage Gap - Calculation Result table
E_TAB_COV_RATIO TYPE CMS_TAB_ANL_COV_RATIO Coverage ratio of collateral agreements -Calculatiion result
E_TAB_DIST_COLL_VALUE TYPE CMS_TAB_ANL_DIST_CV_RESULT Distribution of Collateral value- Result table
E_TAB_DIST_COLL_VALUE_REL TYPE CMS_TAB_ANL_DIST_CV_REL_RESULT Distribution of Collateral value to relations
E_TAB_DIST_LENDING_RANGE TYPE CMS_TAB_ANL_DIST_LR_RESULT Distribution of Lending Ranges : Results table
E_TAB_FREE_COLL TYPE CMS_TAB_ANL_FREE_COLL Free Collaterals - Calculation Result table
E_TAB_LENDING_LMT_AST TYPE CMS_TAB_ANL_LENDING_LMT_AST Lending Limit for Asset - Calculation Result table
E_TAB_LENDING_LMT_GRT TYPE CMS_TAB_ANL_LENDING_LMT_GRT Lending Limit for Guarantee - Calculation Result table
E_TAB_LENDING_RANGES TYPE CMS_TAB_ANL_LENDING_RANGE Lending Range - Calculation Result table
E_TAB_LENDING_VAL_AST TYPE CMS_TAB_ANL_LENDING_VAL_AST Lending Value for Asset - Calculation Result table
E_TAB_LENDING_VAL_GRT TYPE CMS_TAB_ANL_LENDING_VAL_GRT Lending Value for Guarantee - Calculation Result table
E_TAB_LTOV_RATIO_CAG TYPE CMS_TAB_ANL_LTOV_RATIO_CAG Loan to Value Ratio (With Ref to CAG) - Results Table
E_TAB_LTOV_RATIO_PR TYPE CMS_TAB_ANL_LTOV_RATIO_PR Loan to Value Ratio (With Ref to Prior Charges) - Res Table
E_TAB_LTOV_RATIO_RBL TYPE CMS_TAB_ANL_LTOV_RATIO_RBL Loan to Value Ratio (With Ref to Prior RBL) - Results Table
E_TAB_PRIOR_CHGS TYPE CMS_TAB_ANL_PRIOR_CHGS Prior Charges - Calculation Result Table
E_TAB_RC TYPE CMS_TAB_MSG_COL_MESSAGE Return Code and corresponding Message

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.