RSRD_S_REGISTRATION is an SAP Structure so does not store data like a database table does but can be used to process "Registration Information for UI" 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_RSRD_S_REGISTRATION TYPE RSRD_S_REGISTRATION .
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 |
.INCLUDE | RSRD_V_REGISTRTN | Generated Table for View | ||||
EVENT_TYPE | RSRD_EVENT_TYPE | CHAR | 2 | Event Type in Broadcasting Framework | ||
EVENT_ID | RSRD_EVENT_ID | CHAR | 30 | Event ID in Broadcasting Framework | ||
SETTING_ID | RSRD_SETTING_ID | CHAR | 40 | Technical Name of Broadcast Setting | ||
LANGU | LANGU | LANG | 1 |
* | Language Key | ISOLA |
OBJVERS | RSOBJVERS | CHAR | 1 | Object version | ||
OBJECT_TYPE | RSRD_OBJECT_TYPE | CHAR | 2 | Object Type of BW Reporting Object in Broadcasting Framework | ||
OBJECT_ID | RSRD_OBJECT_ID | CHAR | 40 | ID of a BW Reporting Object in the Broadcasting Framework | ||
SYSTEM_ALIAS | RSRD_SYSTEM_ALIAS | CHAR | 32 | Alias Name of External System in SLD | ||
LASTCHANGEBY | RSTSTPNM | CHAR | 12 |
* | Last changed by | |
CREATED | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
LASTCHANGED | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
LASTUSED | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
CREATYPE | RSRD_CHAR30_OBSOLETE | CHAR | 30 | --- obsolete ---- | ||
OUTFORM | RSRD_CHAR30_OBSOLETE | CHAR | 30 |
* | --- obsolete ---- | |
DISTTYPE | RSRD_CHAR30_OBSOLETE | CHAR | 30 |
* | --- obsolete ---- | |
OBJSTAT | RSOBJSTAT | CHAR | 3 | Object Status | ||
CONTREL | RSCONTREL | CHAR | 6 | Content release | ||
CONTTIMESTMP | RSCONTTIMESTMP | DEC | 15 | Content time stamp: Last modification to the object by SAP | ||
OWNER | RSOWNER | CHAR | 12 |
* | Owner (Person Responsible) | |
BWAPPL | RSBWAPPL | CHAR | 10 | BW Application (Namespace) | ||
TXTLG | RSTXTLG | CHAR | 60 | Long description | ||
REGISTERED | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
LAST_EXECUTED | RSTIMESTMP | DEC | 15 | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
REGISTERED_BY | RSTSTPNM | CHAR | 12 |
* | Last changed by | |
ID | NUMC10 | NUMC | 10 | Numeric Character Field, Length 10 | ||
SELECTED | RS_BOOL | CHAR | 1 | Boolean |
Key field | |
Non-key field |
RSRD_S_REGISTRATION - Registration Information for UI RSRD_S_RECIPIENT_X - Recipient-Specific Document Creation (RFC-Enabled) RSRD_S_RECIPIENT - Recipient-Specific Creation of Documents RSRD_S_RAW250 - Structure for Binary Data RSRD_S_PARAMETER_X - Parameter Structure (RFC-enabled with Additional Key) RSRD_S_PARAMETERID - Parameter ID