RSRREPDIR_STATIN is an SAP Structure so does not store data like a database table does but can be used to process "Include Without Genuniid for RSRREPDIR_STATUS" 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_RSRREPDIR_STATIN TYPE RSRREPDIR_STATIN .
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 |
OBJSTAT | RSOBJSTAT | CHAR | 3 | Object Status | ||
IDVERS | RSIDVERS | NUMC | 2 | Dictionary version (internal vers.) of report in RSIX | ||
DVERS | RSDVERS | NUMC | 2 | Dictionary version (current Release) of report in RSIX | ||
RNAME | PROGRAMM | CHAR | 40 |
* | ABAP Program Name | |
XUAUTHOR | CHAR | 12 |
* | Name of author | ||
GENTIME | RSRGENTIME | DEC | 15 | Query Generation Time (Cache Invalidation) | ||
LASTUSER | RSTSTPNM | CHAR | 12 |
* | Last changed by | |
MODTIME | RSRMODTIME | DEC | 15 | Last Change to Definition | ||
REPTIME | RSRREPTIME | DEC | 15 | Last Change of Query Runtime Object | ||
GEN1TIME | RSRGEN1TIME | DEC | 15 | Query Generation Time | ||
OPT_OCCURS | RS_BOOL | CHAR | 1 | Boolean | ||
OPT_OCCURS_TIME | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
OPT_OCCURS_PER | INT1 | INT1 | 3 | Dummy for B20 int1 (Local Everywhere) |
Key field | |
Non-key field |