RSODSCGENPROP is an SAP Structure so does not store data like a database table does but can be used to process "Administration Documents: Generated Properties in TC" 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_RSODSCGENPROP TYPE RSODSCGENPROP .
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 |
CHANM | RSCHANM | CHAR | 30 | Characteristic | ||
SDOK_ENT | SDOK_ENT | CHAR | 30 | Model: Entity Name | ||
STATICON | ICON_TEXT | CHAR | 132 | Carrier field for icons |
Key field | |
Non-key field |
RSODSCGENPROP - Administration Documents: Generated Properties in TC RSODSCADMIN - Screen-Output for the Administration of Documents RSODSACTUPDTYPE - Field Aggregation at Time of Update RSODSACTSIDTYPE - SID Status of Fields at Time of Update RSODSACTSETTING - Settings for Activating Requests RSODSACTSEL - Activation of ODS M Records