CMS_STR_REL_DATES_DB is an SAP Structure so does not store data like a database table does but can be used to process "Relationship dates(DB Format)" 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_DATES_DB TYPE CMS_STR_REL_DATES_DB .
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 |
VALID_FROM | CMS_DTE_REL_VALID_FROM | NUMC | 15 | Date from which the relationship came into effect | TSTPS | |
VALID_TO | CMS_DTE_REL_VALID_TO | NUMC | 15 | Date until which the relationship stands valid | TSTPS |
Key field | |
Non-key field |
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 CMS_STR_REL_CAG_TO - Relationship Details:Contributions 'To'