IQXRSSCR SAP (Extension of structure RSSCR) Structure details

Dictionary Type: Structure
Description: Extension of structure RSSCR




ABAP Code to SELECT data from IQXRSSCR
Related tables to IQXRSSCR
Access table IQXRSSCR




Structure field list including key, data, relationships and ABAP select examples

IQXRSSCR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Extension of structure RSSCR" 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_IQXRSSCR TYPE IQXRSSCR.

The IQXRSSCR table consists of various fields, each holding specific information or linking keys about Extension of structure RSSCR data available in SAP. These include TEXT (Selection text), SCRNUMB (BDC Screen number), KIND (ABAP: Type of selection), OBLIGATORY (Flag: obligatory).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IQXRSSCR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NAMEABAP/4: Name of SELECT-OPTION / PARAMETER RSSCR_NAMECHAR8SELCNAME
TEXTSelection text IQXSTEXTCHAR255IQXSTEXT
SCRNUMBBDC Screen number BDC_DYNRNUMC4NUM04
KINDABAP: Type of selection RSSCR_KINDCHAR1SYCHAR01
OBLIGATORYFlag: obligatory IQXOBLICHAR1IQXOBLI
SPAGPASet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
LOWERABAP: Is upper/lower case allowed in selection? RSSCR_LOWCCHAR1RSSCR_CFLG
NO_DISPLAYFlag: no display IQXNODICHAR1IQXNODI
CHECKBOXFlag: checkbox IQXCBOXCHAR1IQXCBOX
NO_INTERVALSFlag: no intervals IQXNOINCHAR1IQXNOIN
NO_EXTENSIONFlag: no extension IQXNOEXCHAR1IQXNOEX
NO_OPTION_NO_SIGNoption and sign not allowed IQXNOOPSICHAR1IQXNOOPSI
RADIOBUTTONFlag: radtiobutton IQXRADICHAR1IQXRADI
RGROUPRadiobutton group IQXRGROUPCHAR4IQXRGROUP
VALUE_CHECKFlag: Value check IQXVCHKCHAR1IQXVCHK
DEFAULT_SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
DEFAULT_OPTIONABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
DEFAULT_LOWABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
DEFAULT_HIGHABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
NUMBABAP: Sequential selection number RSSCR_NUMBINT410SYBIN4
TYPEABAP/4: Selection field type RSSCR_TYPECHAR1SYCHAR01
DTYPABAP: Dictionary type of a selection RSSCR_DTYPCHAR4SYCHAR04
LENGTHABAP/4: Length of selection field RSSCR_LENGINT410SYBIN4
DECIMALSDecimals IQXDECINT410IQXDEC
OLENGTHABAP: Output length of selection condition RSSCR_OLENINT410SYBIN4
DBFIELDABAP: Reference field for selection RSSCR_DBFICHAR132RSSCR_DBFI
DBABAP/4: Flag: Selection of log. database? RSSCR_DBCHAR1SYCHAR01
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MATCHCODEABAP/4: Matchcode entry on selection screen RSSCR_MACOCHAR30Assigned to domainSHLPNAME

Key field Non-key field



How do I retrieve data from SAP structure IQXRSSCR using ABAP code?

As IQXRSSCR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IQXRSSCR as there is no data to select.

How to access SAP table IQXRSSCR

Within an ECC or HANA version of SAP you can also view further information about IQXRSSCR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!