V_CMS_CAG_REL_SH SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

V_CMS_CAG_REL_SH is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_CMS_CAG_REL_SH table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include REL_GUID (GUID for Table CMS_REL), CAG_GUID (GUID for Table CMS_CAG), REL_TYP (Relationship type), VALID_FROM (Date from which the relationship came into effect).. 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: Not classified


SAP V_CMS_CAG_REL_SH table view 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
MANDTClient MANDTCLNT3T000MANDT
REL_GUIDGUID for Table CMS_REL CMS_DTE_REL_GUIDRAW16SYSUUID
CAG_GUIDGUID for Table CMS_CAG CMS_DTE_CAG_GUIDRAW16SYSUUID
REL_TYPRelationship type CMS_DTE_REL_TYPCHAR6TCMS_REL_TYPCMS_REL_TYPCMS_REL_TYP
VALID_FROMDate from which the relationship came into effect CMS_DTE_REL_VALID_FROMNUMC15TSTPSTZNTSTMPSL
VALID_TODate until which the relationship stands valid CMS_DTE_REL_VALID_TONUMC15TSTPSTZNTSTMPSL
CREATED_BYLogin ID of the User who created the Record CMS_DTE_USERCHAR12CMS_USER
CAGMTIDCollateral Agreement ID CMS_DTE_CAGIDCHAR40ALPHACMS_CAGIDCMS_CAGIDCMS_SRCH_CAG
CAGMT_TYPECollateral Agreement Type CMS_DTE_CAG_TYPCHAR6TCMS_CAG_TYPCMS_CAG_TYPCMS_CAG_TYPCMS_CAG_TYP
DESCRIPTIONDescription of Collateral Agreement CMS_DTE_CAG_DESCCHAR30CMS_DSC

Key field Non-key field



How do I retrieve data from SAP table V_CMS_CAG_REL_SH using ABAP code

The following ABAP code Example will allow you to do a basic selection on V_CMS_CAG_REL_SH to SELECT all data from the table
DATA: WA_V_CMS_CAG_REL_SH TYPE V_CMS_CAG_REL_SH.

SELECT SINGLE *
FROM V_CMS_CAG_REL_SH
INTO CORRESPONDING FIELDS OF WA_V_CMS_CAG_REL_SH
WHERE...

How to access SAP table V_CMS_CAG_REL_SH

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