RSRD_V_DISTTYPE is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_RSRD_V_DISTTYPE TYPE RSRD_V_DISTTYPE .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DISTTYPE | RSRD_DISTRIBUTION_TYPE | CHAR | 30 | Distribution Type in Broadcasting Framework | ||
LANGU | LANGU | LANG | 1 | T002 | Language Key | ISOLA |
TXTLG | RSTXTLG | CHAR | 60 | Long description | ||
DESCRIPTION | TDLINE | CHAR | 132 | Text Line | ||
SUPPRESS | RSRD_SUPPRESS | CHAR | 1 | Boolean: Entry Not Offered as a Selection | ||
NO_ZIP_POSSIBLE | RS_BOOL | CHAR | 1 | Boolean | ||
NOT_IN_WIZARD | RS_BOOL | CHAR | 1 | Boolean | ||
ONE_TIME_BCAST | RSRD_ONE_TIME_BCAST | CHAR | 1 | Indicator: Only One Broadcast (No Saving/Scheduling) | ||
POS | RSRD_ATTR_POSITION | NUMC | 3 | Position of an Attribute in the Display | ||
DISTRIBUTOR | RSRD_CLASS | CHAR | 30 | Producer, Converter, or Distributor Class in Broadcasting |
Key field | |
Non-key field |
RSRD_V_DISTTYPE - Generated Table for View RSRD_V_CREATYPE - Generated Table for View RSRD_S_WORKLOAD_RECIPIENT - Workload with Field for Recipient RSRD_S_WORKLOAD - Auxiliary Structure:Segment Workload During Event Processing RSRD_S_WIZARD_PAGE - Data for a Page of the Broadcast Wizard RSRD_S_VARIANT - Maintenance Process Type Data Change: Variants in Pro. Chain