CMS_STR_ANL_PRES_CALC_RESULT SAP (Analysis : Presentation of calculations results structure) Structure details

Dictionary Type: Structure
Description: Analysis : Presentation of calculations results structure




ABAP Code to SELECT data from CMS_STR_ANL_PRES_CALC_RESULT
Related tables to CMS_STR_ANL_PRES_CALC_RESULT
Access table CMS_STR_ANL_PRES_CALC_RESULT




Structure field list including key, data, relationships and ABAP select examples

CMS_STR_ANL_PRES_CALC_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Analysis : Presentation of calculations results structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CMS_STR_ANL_PRES_CALC_RESULT TYPE CMS_STR_ANL_PRES_CALC_RESULT.

The CMS_STR_ANL_PRES_CALC_RESULT table consists of various fields, each holding specific information or linking keys about Analysis : Presentation of calculations results structure data available in SAP. These include RESULT_ENT_DESC (Calculation Result entity description), RESULT_TYPE (Calcualtions Result Type), RESULT_TYP_DESC (Calculations Result type description), ENTITY_ID (Result Entity identification number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CMS_STR_ANL_PRES_CALC_RESULT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RESULT_ENTITYResult Entity (AST / CAG or RBL) CMS_DTE_RESULT_ENTCHAR3CMS_RESULT_ENT
RESULT_ENT_DESCCalculation Result entity description CMS_DTE_RES_ENT_DESCCHAR60CMS_RES_DESC
RESULT_TYPECalcualtions Result Type CMS_DTE_RESULT_TYPCHAR15CMS_RESULT_TYP
RESULT_TYP_DESCCalculations Result type description CMS_DTE_RES_TYP_DESCCHAR60CMS_RES_DESC
ENTITY_IDResult Entity identification number CMS_DTE_ENTITY_IDCHAR105CMS_ENT_ID
CREDIT_SYSTEMCredit System CMS_DTE_RBL_CRDSYSCHAR3Assigned to domainCMS_RBL_CRDSYSCREDITSYSTEM
RESULT_SUB_TYPECalcualtions Result Type CMS_DTE_RESULT_TYPCHAR15CMS_RESULT_TYP
RESULT_SUB_TYP_DESCCalculations Result type description CMS_DTE_RES_TYP_DESCCHAR60CMS_RES_DESC
SUB_ENTITY_IDResult Entity identification number CMS_DTE_ENTITY_IDCHAR105CMS_ENT_ID
AST_GUIDGUID for Table CMS_AST CMS_DTE_AST_GUIDRAW16SYSUUID
CAG_GUIDGUID for Table CMS_CAG CMS_DTE_CAG_GUIDRAW16SYSUUID
CAG_POR_GUIDGUID for Table CMS_CAG_POR CMS_DTE_CAG_POR_GUIDRAW16SYSUUID
ENTITY_TYPEEntity Type Name CMS_DTE_ENT_TYPE_NAMECHAR40CMS_NAME
ENTITY_TYPE_NODEEntity Type Name CMS_DTE_ENT_TYPE_NAMECHAR40CMS_NAME
BLOCKING_REASONPortion Restriction name in the Specified Language CMS_DTE_CAG_POR_BLK_REAS_NAMECHAR40CMS_NAME
ENTITY_STATUSSystem Status CMS_DTE_SYS_STAT_LINECHAR40TEXT40
RESULT_CURRCalculations Result Currency CMS_DTE_CALC_RES_CURRCUKY5Assigned to domainWAERS
RESULT_AMT_MAXRISKCalculations Result Amount for Maximum Risk CMS_DTE_RES_MAXRISKCURR17(2) CMS_AMOUNT
RESULT_PCT_MAXRISKCalculations Result as Percentage for Max Risk CMS_DTE_RES_PCT_MAXRISKDEC10(2) CMS_RES_PCT
RESULT_AMT_CURRRISKCalculations Result for Current Risk CMS_DTE_RES_CURRRISKCURR17(2) CMS_AMOUNT
RESULT_PCT_CURRRISKCalculations Result as percentage for Current Risk CMS_DTE_RES_PCT_CURRRISKDEC10(2) CMS_RES_PCT
RBL_AMT_SEC_MAXRISKReceivable Secured Amount - Maximum Risk CMS_DTE_RBL_SEC_MAXRISKCURR17(2) CMS_AMOUNT
RBL_AMT_SEC_CURRRISKReceivable Secured Amount - Current Risk CMS_DTE_RBL_SEC_CURRRISKCURR17(2) CMS_AMOUNT
RBL_COMPONENT_TYPEComponent Type for a Receivable CMS_DTE_RBL_COMPONENT_TYPCHAR3CMS_RBL_COMPONENT_TYP
RBL_PORTIONPortion of the Receivable CMS_DTE_RBL_PORTIONCHAR2CMS_RBL_PORTION
RBL_OTHERBANKIndicates that the Receivable belongs to an External Bank CMS_DTE_RBL_OTHERBANKCHAR1CMS_OTHERBANK
ORIGINAL_CURRCurrency Key for the Original Amount. CMS_DTE_ORIGINAL_CURRCUKY5Assigned to domainWAERS
ORIGINAL_AMTOriginal Amount that is to be Converted CMS_DTE_ORIGINAL_AMTCURR17(2) CMS_AMOUNT
RATEExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS

Key field Non-key field



How do I retrieve data from SAP structure CMS_STR_ANL_PRES_CALC_RESULT using ABAP code?

As CMS_STR_ANL_PRES_CALC_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CMS_STR_ANL_PRES_CALC_RESULT as there is no data to select.

How to access SAP table CMS_STR_ANL_PRES_CALC_RESULT

Within an ECC or HANA version of SAP you can also view further information about CMS_STR_ANL_PRES_CALC_RESULT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!