RSL_UI_S_PROVIDER_LIST SAP (Structure for LIST UIBB) Structure details

Dictionary Type: Structure
Description: Structure for LIST UIBB




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




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

RSL_UI_S_PROVIDER_LIST 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 "Structure for LIST UIBB" 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_RSL_UI_S_PROVIDER_LIST TYPE RSL_UI_S_PROVIDER_LIST.

The RSL_UI_S_PROVIDER_LIST table consists of various fields, each holding specific information or linking keys about Structure for LIST UIBB data available in SAP. These include DESCRIPTION (Long description), DESCRIPTION_TT (Description), WORKSPACE (Workspace Name), UNAME (User Name).. 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: Can Be Enhanced (Deep)


SAP RSL_UI_S_PROVIDER_LIST 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
NAMECompositeProvider RSCOMPNAMECHAR30RSCOMPNAMERSCOMPNAME
DESCRIPTIONLong description RSTXTLGCHAR60TEXT60
DESCRIPTION_TTDescription RSL_UI_DESCRIPTION_STRINGSTRG0RSL_UI_DESCRIPTION_STRING
WORKSPACEWorkspace Name RSLWSPNAMECHAR30RSLWSPNAMERSLWSPNAME
UNAMEUser Name SYUNAMECHAR12SYCHAR12
CHANGEDBYFull Name of Person AD_NAMTEXTCHAR80TEXT80
CHANGEDATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
SIZESize RSL_UI_SIZEINT410RSL_UI_SIZE
TLOGOBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
MASTERTLOGOWorkspace: TLOGO Types RSLWSPTLOGOCHAR4RSLWSPTLOGO
MASTEROBJNMObject RSOBJNMCHAR30CHAR30
MASTERDESCLong description RSTXTLGCHAR60TEXT60
SOURCEType of Analytical Index in Workspace RSL_UI_AINDEX_SOURCEINT13RSL_UI_AINDEX_SOURCE
SOURCE_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
SOURCE_TTDescription RSL_UI_DESCRIPTION_STRINGSTRG0RSL_UI_DESCRIPTION_STRING
STATUSStatus of CompositeProvider RSL_UI_COPR_STATUSCHAR1RSL_UI_COPR_STATUS
STATUS_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
LOCALCHANGEDATField of type DATS DATSDATS8DATS
LOCALCHANGEDAT_TT Local Time Stamp (Tooltip)0
BACKUP_EXISTSCharacter Field Length = 10 CHAR10CHAR10CHAR10
NUM_DATASETSNumber of Records RSLIPNUMRECDEC10
ROW_KEYDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PARENT_KEYDummy for B20 int1 (Local Everywhere) INT1INT13INT1
IS_EXPANDEDBoolean RS_BOOLCHAR1RS_BOOL
IS_LEAFBoolean RS_BOOLCHAR1RS_BOOL
STW_URL 0
STW_URL_TEXT 0
LAST_ACCESSField of type DATS DATSDATS8DATS

Key field Non-key field



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

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

How to access SAP table RSL_UI_S_PROVIDER_LIST

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