SEUICTRL SAP (Repository Info System Control Structure) Structure details

Dictionary Type: Structure
Description: Repository Info System Control Structure




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




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

SEUICTRL 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 "Repository Info System Control Structure" 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_SEUICTRL TYPE SEUICTRL.

The SEUICTRL table consists of various fields, each holding specific information or linking keys about Repository Info System Control Structure data available in SAP. These include IS_ENCLOBJ (Single-Character Indicator), FUNCTION (Repository Infosystem: Function ID (S,C,U)), PROGRAM (ABAP Program Name), RAW_MAX (Number of hits).. 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: Not classified


SAP SEUICTRL 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
OBJ_TYPEObject type SEU_OBJCHAR15Assigned to domainSEU_OBJ
IS_ENCLOBJSingle-Character Indicator CHAR1CHAR1CHAR1
FUNCTIONRepository Infosystem: Function ID (S,C,U) INFO_FUNC_CHAR8CHAR8
PROGRAMABAP Program Name PROGNAMECHAR40PROGNAME
RAW_MAXNumber of hits SF_HITSINT410SF_HITS
VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
F4_SETRepository Info System Called for F4 Help SEUIF4CHAR1CHAR1
F4_DISPLAYStart F4 Help in Display Mode, Without Object Selection SEUIF4SHOWCHAR1CHAR1
LOOPCMaximum Number of Selected Entries TBMAXSELINT410SYST_LONG
SELEALLSelection screen: The system displays all selection criteria EUISELALLCHAR1CHAR1
SUPPSELESkip selection screen NOSELSCRNCHAR1RDIR_FUNC
NO_DIALOGDo not Allow Dialogs; Suppress All Pictures NODIALOGCHAR1CHAR1
POPUPRepos.Infosystem: Send Selection Screen + List in Dialog Box EUIPOPUPCHAR1CHAR1
RESTRICTABAP/4 Repository Info System: ID for post selection EUI_RESTRICHAR1EUI_RESTIC
SYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
F4LASTVALSingle-Character Indicator CHAR1CHAR1CHAR1
LINE_SIZELine width of list SYLINSZINT410SYST_SHORT
LINE_COUNTPage Length of List SYLINCTINT410SYST_SHORT
EXTERNABAP/4 Repository Information System: External call CALL_EXTCHAR1AUSWAHL
FIRSTInformation system: First Selection EUI_FIRSTCHAR1EUI_C_BOX
TAKESingle-Character Indicator CHAR1CHAR1CHAR1
APPL_HIRASingle-Character Indicator CHAR1CHAR1CHAR1
SELECT_SETSingle-Character Indicator CHAR1CHAR1CHAR1
SELECTDARKSingle-Character Indicator CHAR1CHAR1CHAR1
SORTFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KEYFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KEYFIELD2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DELETESingle-Character Indicator CHAR1CHAR1CHAR1
LIST_FORMR/2 table CHAR5CHAR5CHAR5
LIST_STACOFirst List Column Displayed SYSTACOINT410SYST_LONG
LIST_STAROTop Displayed List Line SYSTAROINT410SYST_LONG
LIST_CPAGEPage Number of List SYCPAGEINT410SYST_LONG
LIST_COLMNHorizontal Cursor Position SYCUCOLINT410SYST_SHORT
LIST_LINEVertical Cursor Position SYCUROWINT410SYST_SHORT
TADIR_KEYObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
MEMOID_OBJChar 20 CHAR20CHAR20CHAR20
IS_EXP_OBJRepository-Infosystem: List nodes can be expanded SEUIEXPCHAR1CHAR1
MAX_COMPNatural Number INT4INT410INT4
COUNT_COMPNatural Number INT4INT410INT4
ALL_COMPSingle-Character Indicator CHAR1CHAR1CHAR1
ALL_FIELDSSingle-Character Indicator CHAR1CHAR1CHAR1
OBJ_FILLNumber of Rows in Internal Tables SYTFILLINT410SYST_LONG
BATCH_LISTSingle-Character Indicator CHAR1CHAR1CHAR1
WITH_RESTSingle-Character Indicator CHAR1CHAR1CHAR1
CONTINUESingle-Character Indicator CHAR1CHAR1CHAR1
MUSTEXPANDSingle-Character Indicator CHAR1CHAR1CHAR1
GOONSingle-Character Indicator CHAR1CHAR1CHAR1
REUSESingle-Character Indicator CHAR1CHAR1CHAR1
SELSCREENStart via selection screen AQADHVIASSCHAR1FLAG
REACTIVATESingle-Character Indicator CHAR1CHAR1CHAR1
UCOMMFunction Code SYUCOMMCHAR70SYCHAR70
BLOCKLISTSingle-Character Indicator CHAR1CHAR1CHAR1
REFRESHSingle-Character Indicator CHAR1CHAR1CHAR1
ALVVARIANT 0
REPORTABAP Program Name REPIDCHAR40PROGNAME
HANDLEMgt. ID for repeated calls from the same program SLIS_HANDLCHAR4CHAR4
LOG_GROUPLogical group name SLIS_LOGGRCHAR4CHAR4
USERNAMEUser name for user-specific storage SLIS_USERCHAR12SYCHAR12
VARIANTLayout SLIS_VARICHAR12SLIS_VARI
TEXTDescription for layout SLIS_VARBZCHAR40TEXT40
DEPENDVARSDependent variant entry vector SLIS_DEPVSCHAR10CHAR10
OBJLENVersion Number Component CHAR2CHAR2CHAR2
IN_COLLECSingle-Character Indicator CHAR1CHAR1CHAR1
START_XNatural Number INT4INT410INT4
START_YNatural Number INT4INT410INT4
F4STANDARDSingle-Character Indicator CHAR1CHAR1CHAR1
NODEVCLASSSingle-Character Indicator CHAR1CHAR1CHAR1
PARALLELSingle-Character Indicator CHAR1CHAR1CHAR1
F4NOPRIVATSingle-Character Indicator CHAR1CHAR1CHAR1
INDIRECTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

As SEUICTRL 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 SEUICTRL as there is no data to select.

How to access SAP table SEUICTRL

Within an ECC or HANA version of SAP you can also view further information about SEUICTRL 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!