SAP Table SSCR
ABAP/4: Structure of SSCR for Selection Screens
SSCR (ABAP/4: Structure of SSCR for Selection Screens) 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 SSCR to other SAP tables.
SSCR table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
NAME | ABAP/4: Name of SELECT-OPTION / PARAMETER | RSSCR_NAME | CHAR | 8 | 0 | |||
KIND | ABAP: Type of selection | RSSCR_KIND | CHAR | 1 | 0 | |||
OLENGTH | ABAP: Output length of selection condition | SSCR_OLEN | CHAR | 3 | 0 | |||
FLAG | ABAP/4: Flag for various purposes (selections) | RSSCR_APPE | CHAR | 1 | 0 | |||
TYPE | ABAP/4: Selection field type | RSSCR_TYPE | CHAR | 1 | 0 | |||
STEXT | ABAP/4: Selection text | SSCR_TEXT | CHAR | 40 | 0 |