RSTT_S_RELOBJ is an SAP Structure so does not store data like a database table does but can be used to process "Object Parameter" 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_RSTT_S_RELOBJ TYPE RSTT_S_RELOBJ .
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 |
DATAKIND | RSTLOGO | CHAR | 4 | BW: Object Type (TLOGO) | ||
ACTIVITY | RSTT_FLAG | CHAR | 1 | Trace Tool: Standard Flag | ||
DATAKIND_IMG | RSTT_STRING | STRING | Trace Tool: String Field | |||
DATAKIND_TT | RSTT_LGTXT | CHAR | 60 | Description | ||
ACTIVITY_IMG | RSTT_STRING | STRING | Trace Tool: String Field | |||
ACTIVITY_TT | RSTT_LGTXT | CHAR | 60 | Description | ||
TEXT | RSTT_LGTXT | CHAR | 60 | Description |
Key field | |
Non-key field |
RSTT_S_RELOBJ - Object Parameter RSTT_S_REFVAR_GRID - RSTT: Structure for the Display of a Reference Data Variants RSTT_S_REFVAR - Trace Tool: Structure for Table RSTT_REFVAR RSTT_S_REFPARAM - Parameters for Test Reference RSTT_S_REFDATA_LOAD - Structure for Load Status of Test Reference Data RSTT_S_REFDATA_GRID - Structure for Display of Available Reference Data