RSSEMRX_VAR is an SAP Structure so does not store data like a database table does but can be used to process "Transfer structure for variables" 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_RSSEMRX_VAR TYPE RSSEMRX_VAR .
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 |
VNAM | RSZVNAM | CHAR | 30 | Name (ID) of a Report Variable | ||
VARTYP | RSZVARTYP | NUMC | 1 | Type of a Report Variable | ||
VPARSEL | RSZVPARSEL | CHAR | 1 | Parameter Selection: Single Value, Interval, Selection Opt. | ||
SIGN | RALDB_SIGN | CHAR | 1 | SIGN field in creation of SELECT-OPTIONS tables | ||
OPT | RALDB_OPTI | CHAR | 2 | OPTION field in structure of SELECT-OPTIONS tables | ||
LOW | RSSEMCHAVL | CHAR | 60 | Dim: Field for a User-Defined Characteristic Value | ||
LOW_EXT | RSSEMCHAVLEXT | CHAR | 70 | Field for any characteristic value (external display) | ||
HIGH | RSSEMCHAVL | CHAR | 60 | Dim: Field for a User-Defined Characteristic Value | ||
HIGH_EXT | RSSEMCHAVLEXT | CHAR | 70 | Field for any characteristic value (external display) | ||
LOWTXT | RSTXTLG | CHAR | 60 | Long description | ||
LOWTXT_LEN | RSTXTLEN | INT4 | 10 | Used length of characteristic value text (CHATEXT) | ||
HIGHTXT | RSTXTLG | CHAR | 60 | Long description | ||
HIGHTXT_LEN | RSTXTLEN | INT4 | 10 | Used length of characteristic value text (CHATEXT) | ||
HRYTXT | RSTXTLG | CHAR | 60 | Long description | ||
HRYTXT_LEN | RSTXTLEN | INT4 | 10 | Used length of characteristic value text (CHATEXT) | ||
VTXT | RSTXTLG | CHAR | 60 | Long description | ||
VTXT_LEN | RSTXTLEN | INT4 | 10 | Used length of characteristic value text (CHATEXT) | ||
HELP_AVAIL | RRXHAVAIL | CHAR | 1 | Indicates if BROWSE function is possible | ||
MSG_NR | MSGNR | CHAR | 3 |
* | Message number | |
IOBJNM | RSIOBJNM | CHAR | 30 | InfoObject |
Key field | |
Non-key field |