BAPICMS_STR_CAG_SA_GET SAP (Special agreements on collateral agreements) Structure details

Dictionary Type: Structure
Description: Special agreements on collateral agreements




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




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

BAPICMS_STR_CAG_SA_GET 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 "Special agreements on collateral agreements" 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_BAPICMS_STR_CAG_SA_GET TYPE BAPICMS_STR_CAG_SA_GET.

The BAPICMS_STR_CAG_SA_GET table consists of various fields, each holding specific information or linking keys about Special agreements on collateral agreements data available in SAP. These include COLLATERAL_AGREEMENT_TYPE (Collateral Agreement Type), PORTIONID (Unique ID assigned to a CAgmt portion in the CMS), SPECIAL_AGREEMENT_TYPE (Special Arrangement Type), SPECIAL_AGREEMENT_ID (Special Arrangement ID).. 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 BAPICMS_STR_CAG_SA_GET 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
COLLATERAL_AGREEMENTIDCollateral Agreement ID BAPICMS_DTE_CAGIDCHAR40ALPHACMS_CAGIDCMS_CAGIDCMS_SRCH_CAG
COLLATERAL_AGREEMENT_TYPECollateral Agreement Type BAPICMS_DTE_CAG_TYPCHAR6Assigned to domainCMS_CAG_TYPCMS_CAG_TYP
PORTIONIDUnique ID assigned to a CAgmt portion in the CMS BAPICMS_DTE_PORTIONIDNUMC4CMS_PORTION
SPECIAL_AGREEMENT_TYPESpecial Arrangement Type BAPICMS_DTE_CAG_SA_TYPCHAR6Assigned to domainCMS_CAG_SA_TYP
SPECIAL_AGREEMENT_IDSpecial Arrangement ID BAPICMS_DTE_CAG_SA_IDCHAR40ALPHACMS_CAG_SA_ID
PROCESS_STATUSSpecial Arrangement Processing Status BAPICMS_DTE_CAG_SA_PROC_STATCHAR2CMS_CAG_SA_PROC_STAT
LEGAL_STATUSSpecial Arrangement Legal Status BAPICMS_DTE_CAG_SA_LEGAL_STATCHAR2CMS_CAG_CA_LEGAL_STAT
VALID_FROMSpecial Arrangement: Valid From BAPICMS_DTE_CAG_SA_VALID_FROMDATS8CMS_DATE
VALID_TOSpecial Arrangement: Valid To BAPICMS_DTE_CAG_SA_VALID_TODATS8CMS_DATE
NOMINAL_VALUESpecial Arrangement Nominal Value BAPICMS_DTE_CAG_SA_NOM_VALUEDEC23(4) BAPICURR
NOMINAL_VALUE_CURRENCYSpecial Arrangement: Nominal Value Currency BAPICMS_DTE_CAG_SA_NOM_CURRCUKY5Assigned to domainWAERS
NOMINAL_VALUE_CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
ASSESMENT_AMOUNTSpecial Arrangement Assessment Amount BAPICMS_DTE_CAG_SA_ASMT_AMTDEC23(4) BAPICURR
ASSESMENT_AMOUNT_CURRENCYSpecial Arrangement: Assessment Amount Currency BAPICMS_DTE_CAG_SA_ASMT_CURRCUKY5Assigned to domainWAERS
ASSESMENT_AMOUNT_CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
BANK_COUNTRYBank country key BAPICMS_DTE_BANK_CTRYCHAR3Assigned to domainLAND1BKL
BANK_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BANK_KEYBank Keys BAPICMS_DTE_BANK_KEYCHAR15BANKKBNK
BANK_ACCOUNTBank account number BAPICMS_DTE_BANK_ACCTCHAR18BANKN
REFERENCE_AGREEMENT_IDSpecial Arrangement: Reference Agreement Id BAPICMS_DTE_CAG_SA_REFAGMT_IDCHAR40CMS_CAG_SA_REFAGMT_ID
REFERENCE_AGREEMENT_DATESpecial Arrangement: Reference Agreement Date BAPICMS_DTE_CAG_SA_REFAGMT_DATDATS8CMS_DATE
DESCRIPTIONSpecial Arrangement Description BAPICMS_DTE_CAG_SA_DESCCHAR30CMS_DSC

Key field Non-key field



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

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

How to access SAP table BAPICMS_STR_CAG_SA_GET

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