SAP Table RSPARAMS
ABAP: General Structure for PARAMETERS and SELECT-OPTIONS
RSPARAMS (ABAP: General Structure for PARAMETERS and SELECT-OPTIONS) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link RSPARAMS to other SAP tables.
RSPARAMS table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
SELNAME | ABAP/4: Name of SELECT-OPTION / PARAMETER | RSSCR_NAME | CHAR | 8 | 0 | |||
KIND | ABAP: Type of selection | RSSCR_KIND | CHAR | 1 | 0 | |||
SIGN | ABAP: ID: I/E (include/exclude values) | TVARV_SIGN | CHAR | 1 | 0 | |||
OPTION | ABAP: Selection option (EQ/BT/CP/...) | TVARV_OPTI | CHAR | 2 | 0 | |||
LOW | ABAP/4: Selection value (LOW or HIGH value, external format) | TVARV_VAL | CHAR | 45 | 0 | |||
HIGH | ABAP/4: Selection value (LOW or HIGH value, external format) | TVARV_VAL | CHAR | 45 | 0 |