RCOLL_AGR SAP (Collateral Agreement) Structure details

Dictionary Type: Structure
Description: Collateral Agreement




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




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

RCOLL_AGR 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 Agreement" 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_RCOLL_AGR TYPE RCOLL_AGR.

The RCOLL_AGR table consists of various fields, each holding specific information or linking keys about Collateral Agreement data available in SAP. These include CAG_CATEGORY (Collateral Agreement Category ID), CAG_TYPE (Collateral Agreement Type ID), CAG_TYPE_NAME (Name of Collateral Agreement Type), NOMINAL_VALUE (Nominal Value of 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 (Deep)


SAP RCOLL_AGR 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_IDCollateral Agreement ID TB_COLL_CAG_IDCHAR40ALPHAT_COLL_CAG_ID
CAG_CATEGORYCollateral Agreement Category ID TB_COLL_CAG_CATEGORYCHAR6T_COLL_CAG_CATEGORY
CAG_TYPECollateral Agreement Type ID TB_COLL_CAG_TYPECHAR6T_COLL_CAG_TYPE
CAG_TYPE_NAMEName of Collateral Agreement Type TB_COLL_CAG_TYPE_NAMECHAR40T_COLL_CAG_TYPE_NAME
NOMINAL_VALUENominal Value of Collateral Agreement TB_COLL_CAG_NOMVALUECURR13(2) WERTV7
NOMINAL_VALUE_CURRCurrency for Nominal Value of Collateral Agreement TB_COLL_CAG_NOMCURRCUKY5Assigned to domainWAERS
CAG_DATEConclusion Date of Collateral Agreement TB_COLL_CAG_DATEDATS8DATUM
CAG_VALID_FROMCollateral Agreement Effective from TB_COLL_CAG_FROMDATS8DATUM
CAG_VALID_TOCollateral Agreement Effective to TB_COLL_CAG_TODATS8DATUM
CAG_GLOBALCollateral Agreement is Abstract TB_COLL_CAG_GLOBALCHAR1T_COLL_CAG_GLOBAL
PERC_ASSET_VALUEProportion of Asset in Collateral Agreement as Percentage TB_COLL_CAG_PASVALUEDEC10(7) DEC3_7
CAG_DESCRIPTIONDescription of Collateral Agreement TB_COLL_CAG_DESCCHAR60XLBEZ
CAG_EXTERNAL_IDExternal Collateral Agreement ID TB_COLL_CAG_EXTIDCHAR40ALPHAT_COLL_CAG_ID
TERM_NOTICE_DATEDate Notice was Sent TB_COLL_CAG_NOTICEDATEDATS8DATUM
DISTR_VALUE_MAXMaximum Risk when Collateral Values Distributed TB_COLL_CAG_DISTRVALUE_MAXCURR13(2) WERTV7
DISTR_VALUE_MAX_CURRCurrency for Maximum Risk when Collateral Values Distributed TB_COLL_CAG_DISTRVALUE_MAXCURCUKY5Assigned to domainWAERS
DISTR_VALUE_ACTActual Risk when Collateral Values Distributed TB_COLL_CAG_DISTRVALUE_ACTCURR13(2) WERTV7
DISTR_VALUE_ACT_CURRCurrency for Actual Risk when Collateral Values Distributed TB_COLL_CAG_DISTRVALUE_ACTCURCUKY5Assigned to domainWAERS
USR_STATUser Status TB_COLL_CAG_USR_STATCHAR6T_COLL_CAG_USR_STAT
USR_STAT_NAMEName of User Status TB_COLL_CAG_USR_STAT_NAMECHAR40TEXT40
SYS_STATSystem Status TB_COLL_CAG_SYS_STATCHAR6T_COLL_CAG_SYS_STAT
SYS_STAT_NAMEName of System Status TB_COLL_CAG_SYS_STAT_NAMECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RCOLL_AGR

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