CMS_STR_ANL_DETAILS_CAG SAP (Analysis: Required CAG details) Structure details

Dictionary Type: Structure
Description: Analysis: Required CAG details




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




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

CMS_STR_ANL_DETAILS_CAG 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: Required CAG details" 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_DETAILS_CAG TYPE CMS_STR_ANL_DETAILS_CAG.

The CMS_STR_ANL_DETAILS_CAG table consists of various fields, each holding specific information or linking keys about Analysis: Required CAG details data available in SAP. These include CAG_GUID (GUID for Table CMS_CAG), CAGMTID (Collateral Agreement ID), CAGMT_TYPE (Collateral Agreement Type), NOM_VALUE (Nominal Value of the Collateral Agreement).. 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_DETAILS_CAG 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
CAG_GUIDGUID for Table CMS_CAG CMS_DTE_CAG_GUIDRAW16SYSUUID
CAGMTIDCollateral Agreement ID CMS_DTE_CAGIDCHAR40ALPHACMS_CAGIDCMS_CAGIDCMS_SRCH_CAG
CAGMT_TYPECollateral Agreement Type CMS_DTE_CAG_TYPCHAR6Assigned to domainCMS_CAG_TYPCMS_CAG_TYPCMS_CAG_TYP
NOM_VALUENominal Value of the Collateral Agreement CMS_DTE_CAG_NOMINAL_VALUECURR17(2) CMS_AMOUNT
NOM_VALUE_CURRCurrency for Nominal Value of the Collateral Agreement CMS_DTE_CAG_NOMINAL_CURRCUKY5TCURCWAERS
ASMT_AMTAssessment Amount CMS_DTE_CAG_ASMT_AMTCURR17(2) CMS_AMOUNT
ASMT_CURRCurrency of Assessment Value CMS_DTE_CAG_ASMT_CURRCUKY5TCURCWAERS
ASMT_DATEDate on which the Assessment Value was Calculated CMS_DTE_CAG_ASMT_DATEDATS8CMS_DATE
CAGMT_DATEDate on which Collateral Agreement was Concluded CMS_DTE_CAG_DATEDATS8CMS_DATE
VALID_FROMCollateral Agreement Document Valid-from Date CMS_DTE_CAG_VALID_FROMNUMC15TSTPSTZNTSTMPSL
VALID_TOCollateral Agreement Document Valid-to Date CMS_DTE_CAG_VALID_TONUMC15TSTPSTZNTSTMPSL
BANKAREABank Area in Collateral Management CMS_DTE_BANKAREACHAR4Assigned to domainCMS_BANKAREACMS_BANKAREA
COUNTRY_KEYJurisdiction Country CMS_DTE_COUNTRY_KEYCHAR3Assigned to domainLAND1
FLG_GLOBALFlag to indicate a Global Collateral Agreement CMS_DTE_FLG_CAG_GLOBALCHAR1CMS_FLG_GLOBAL_CAGMT
SPL_MARKDOWN_PCTPercentage of Special Markdown CMS_DTE_CAG_SPL_MARKDOWN_PCTDEC10(6) CMS_PCT
SPL_MARKDOWN_AMTAmount of Special Markdown CMS_DTE_CAG_SPL_MARKDOWN_AMTCURR17(2) CMS_AMOUNT
DESCRIPTIONDescription of Collateral Agreement CMS_DTE_CAG_DESCCHAR30CMS_DSC
GUAR_RATEGuarantee Rate CMS_DTE_CAG_GUAR_RATEDEC10(6) CMS_PCT
FLG_FIXED_LIABTYFlag for Fixed Liability CMS_DTE_FLG_CAG_FIXED_LIABILTYCHAR1CMS_FLG_FIXED_LIABILITY
FLG_DEF_LIABTYFlag for Default Liability CMS_DTE_FLG_CAG_DEF_LIABILITYCHAR1CMS_FLG_DEF_LIABILITY
PCT_DEF_LIABTYDefault Liability in % CMS_DTE_FLG_CAG_PCT_DEF_LIABTYDEC10(6) CMS_PCT
PCT_ASSET_VALPercentage of the Asset Value used in Collateral Agreement CMS_DTE_PCT_AST_VALDEC10(6) CMS_PCT
FLG_INCL_CAG_LNKFlag for back-up guarantee to be used in calculations or not CMS_DTE_FLG_CAG_INCL_LINKEDCHAR1CMS_FLG_CAG_INCL_LINKED
LENDING_RATELending Rate 1 of a Guarantee CMS_DTE_CAG_LRTE_PCT1DEC10(6) CMS_PCT
IND_LESSOR_LIENIndicator for Lessor Lien on Collateral Agreement CMS_DTE_IND_CAG_LESSOR_LIENCHAR2CMS_IND_CAG_LESSOR_LIEN
IND_ACC_LIABLESpecifies the applicability of accessories liability CMS_DTE_IND_CAG_ACC_LIABLECHAR2CMS_IND_CAG_ACC_LIABLE
IND_GBC_LIENGBC Lien on Collateral Agreement CMS_DTE_IND_CAG_GBC_WAIVERCHAR2CMS_IND_CAG_GBC_LIEN
FLG_COLL_LCHGFlag: Collective Land Charge CMS_DTE_FLG_CAG_LCHG_COLLCHAR1CMS_FLG_CAG_LCHG_COLLECTIVE

Key field Non-key field



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

As CMS_STR_ANL_DETAILS_CAG 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_DETAILS_CAG as there is no data to select.

How to access SAP table CMS_STR_ANL_DETAILS_CAG

Within an ECC or HANA version of SAP you can also view further information about CMS_STR_ANL_DETAILS_CAG 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!