CMS_STR_LIQ_CONST_SCR SAP (Collateral constellation) Structure details

Dictionary Type: Structure
Description: Collateral constellation




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




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

CMS_STR_LIQ_CONST_SCR 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 "Collateral constellation" 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_LIQ_CONST_SCR TYPE CMS_STR_LIQ_CONST_SCR.

The CMS_STR_LIQ_CONST_SCR table consists of various fields, each holding specific information or linking keys about Collateral constellation data available in SAP. These include RBL_ID (Receivable ID), RBL_DESCR (Description of Receivable), AMT_DEBT_ARR (Debt in arrears), CURR_DEBT_ARR (Currency of Receivable Capitals).. 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: Cannot Be Enhanced


SAP CMS_STR_LIQ_CONST_SCR 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
CREDITSYSTEMCredit System CMS_DTE_RBL_CRDSYSCHAR3TCMS_RBL_CRDSYSCMS_RBL_CRDSYSCREDITSYSTEM
RBL_IDReceivable ID CMS_DTE_RBL_IDCHAR64ALPHACMS_RBLIDRBL_ID
RBL_DESCRDescription of Receivable CMS_DTE_RBL_DESCRIPTIONCHAR60CMS_TEXT
AMT_DEBT_ARRDebt in arrears CMS_DTE_RBL_DEBT_ARREARSCURR17(2) CMS_AMOUNT
CURR_DEBT_ARRCurrency of Receivable Capitals CMS_DTE_RBL_CAPCURRCUKY5Assigned to domainWAERS
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
CAG_DESCRDescription of Collateral Agreement CMS_DTE_CAG_DESCCHAR30CMS_DSC
IND_ENFORCMT_TYPEnforcement Type CMS_DTE_IND_CAG_LCHG_ENFC_TYPCHAR2CMS_IND_CAG_LCHG_ENFC_TYP
ENFORCMT_TITLEIndicator for Enforcement Title CMS_DTE_IND_CAG_LCHG_ENFC_TITLCHAR2CMS_IND_CAG_LCHG_ENFC_TITLE
ENFORCMT_AMTEnforcement Amount CMS_DTE_CAG_LCHG_ENFC_AMTCURR17(2) CMS_AMOUNT
ENFORCMT_CURRCurrency for Enforcement Amount of Land Charge CMS_DTE_CAG_LCHG_ENFC_AMT_CURRCUKY5Assigned to domainWAERS
FLG_DISCLFlag to indicator whether the Agreement is disclosed or not CMS_DTE_FLG_CAG_DISCL_PLEDGECHAR1CMS_FLG_DISCL_PLEDGE
DISCL_DATEDate of Disclosure to Third-party Debtor CMS_DTE_CAG_DISCL_DATEDATS8CMS_DATE
CAG_PRE_REQ_DESCRDescription: Colllateral agmt pre-requisite for the measure CMS_DTE_LIQ_CAG_PRE_REQ_DESCCHAR60CMS_TEXT
CAG_PRE_REQ_STATUSStatus: Pre-requisite of the collateral agmt for the measure CMS_DTE_LIQ_CAG_PRE_REQ_STATCHAR2CMS_LIQ_CAG_PRE_REQ_STAT

Key field Non-key field



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

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

How to access SAP table CMS_STR_LIQ_CONST_SCR

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