/SAPSLL/TCOEUI SAP (User Interface Control Settings) Table details

Dictionary Type: Table
Description: User Interface Control Settings




ABAP Code to SELECT data from /SAPSLL/TCOEUI
Related tables to /SAPSLL/TCOEUI
Access table /SAPSLL/TCOEUI




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

/SAPSLL/TCOEUI is a standard SAP Table which is used to store User Interface Control Settings data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/TCOEUI table consists of various fields, each holding specific information or linking keys about User Interface Control Settings data available in SAP. These include BSPSV (Type of Service for BSP), TABLENAME (Table Name), FIELDNAME (Field Name), VISIBLE (Control: User Interface Field Is Visible).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SAPSLL/TCOEUIT


SAP /SAPSLL/TCOEUI table 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
BSPSVType of Service for BSP /SAPSLL/BSPSVCHAR15/SAPSLL/TCOEUIS/SAPSLL/BSPSV
TABLENAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VISIBLEControl: User Interface Field Is Visible /SAPSLL/EUI_VSBLECHAR1XFELD
FIELDTYPEInput Types for External User Interface /SAPSLL/EUI_INPUTTYPECHAR1/SAPSLL/EUI_INPUTTYPE
ACTIVEControl: User Interface Field Activated (Ready for Input) /SAPSLL/EUI_ACTIVCHAR5/SAPSLL/EUI_FLAG
INACTIVEControl: User Interface Field Activated (Ready for Input) /SAPSLL/EUI_ACTIVCHAR5/SAPSLL/EUI_FLAG
DEFAULT_VALControl: User Interface Field Has Default Value /SAPSLL/EUI_DEFVALCHAR40TEXT40
REQUIRED_GROUPControl: User Interface - Field in Required Group /SAPSLL/EUI_REQ_GRPCHAR3CHAR3
REQUIREDUser Interface Control Settings - Required Entry Field /SAPSLL/EUI_REQCHAR5/SAPSLL/EUI_FLAG
DEPENDENCY_GROUPControl: User Interface Field - Dependency Group /SAPSLL/EUI_DEP_GRPCHAR3CHAR3
DEPENDENCYControl: User Interface Field Sorted by Dependency /SAPSLL/EUI_DEPNUMC2NUMC2
DISPLAYORDERControl: User Interface Field Display Sequence /SAPSLL/EUI_DIS_ORDNUMC3NUMC3
DISPLAYLENGTHControl: User Interface Field Display Length in Pixel /SAPSLL/EUI_DIS_SIZNUMC3NUMC3
INPUTLENGTHControl: Input Length for User Interface Field /SAPSLL/EUI_INP_LENNUMC3NUMC3
ORDERNUMBERControl: User Interface Field - Sort Order /SAPSLL/EUI_SORTNUMC3NUMC3
LINEEUI Control Settings: Line /SAPSLL/EUI_LINEINT13INT1
COLMNEUI Control Settings: Column /SAPSLL/EUI_COLUMNINT13INT1
KEYWRD/SAPSLL/EUI_KEYWRD /SAPSLL/EUI_KEYWRDCHAR1/SAPSLL/EUI_KEYWRD
URLUniform Resource Locator (URL) /SAPSLL/URLCHAR255/SAPSLL/URL
RGBRGB Value for BSP/HTML Format FF00FF /SAPSLL/EUI_RGBCHAR6CHAR6
TARGETTarget Window for Links /SAPSLL/EUI_TARGETCHAR20TEXT20
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30DD04LROLLNAMEROLDD_DTEL
KEYFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VALUEFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
BSP_TYPEField Data Types for EUI /SAPSLL/EUI_DATA_TYPECHAR7/SAPSLL/EUI_DATA_TYPE

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/TCOEUI using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPSLL/TCOEUI to SELECT all data from the table
DATA: WA_/SAPSLL/TCOEUI TYPE /SAPSLL/TCOEUI.

SELECT SINGLE *
FROM /SAPSLL/TCOEUI
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/TCOEUI
WHERE...

How to access SAP table /SAPSLL/TCOEUI

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