CMS_STR_REL_DETAIL is an SAP Structure so does not store data like a database table does but can be used to process "Relationship 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_REL_DETAIL TYPE CMS_STR_REL_DETAIL .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
REL_RANK | CMS_DTE_REL_RANK | NUMC | 4 | Relationship Rank-Order of the source linked to destination | ||
REL_PRIORITY | CMS_DTE_REL_PRIORITY | NUMC | 4 | Priority of a Relationship | ||
CALC_TYP | CMS_DTE_CALC_TYP | CHAR | 6 | Calculation type for relations of collateral agreements |
Key field | |
Non-key field |
CMS_STR_REL_DETAIL - Relationship Details CMS_STR_REL_DATES_DB - Relationship dates(DB Format) CMS_STR_REL_DATA - Relationship data CMS_STR_REL_CAG_TO_SNG - Relationship Details: Contributions 'To' CMS_STR_REL_CAG_TO_CAG_POR_SNG - Relationship from CAG to CAG-POR CMS_STR_REL_CAG_TO_CAG_POR - Relationship from CAG to CAG-POR