Menu

SAP Function Module CMS_API_ANL_GET_CALC

Build constellation and get calculation results for entities

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module CMS_API_ANL_GET_CALC (Build constellation and get calculation results for entities) 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
Short Text Build constellation and get calculation results for entities
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_AST_GUID TYPE CMS_DTE_AST_GUID GUID for Table CMS_AST
I_BUS_PROC TYPE CMS_DTE_BUS_PROC CMS Business Process Name
I_CAG_GUID TYPE CMS_DTE_CAG_GUID GUID for Table CMS_CAG
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_RBL_SKY TYPE CMS_STR_RBL_SKY Semantic Key for CMS_RBL
I_RESULT_CURR TYPE CMS_DTE_CALC_RES_CURR Calculations Result Currency
I_TAB_AST_STATUS TYPE CMS_TAB_SYS_STAT System status
I_TAB_CAG_STATUS TYPE CMS_TAB_SYS_STAT System status
I_TAB_RBL_STATUS TYPE CMS_TAB_RBL_STATUS Receivables Status

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.