SLLST_OUTT SAP (Default Line Structure of Outtab for Display of Obj. Rel.) Structure details

Dictionary Type: Structure
Description: Default Line Structure of Outtab for Display of Obj. Rel.




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




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

SLLST_OUTT 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 "Default Line Structure of Outtab for Display of Obj. Rel." 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_SLLST_OUTT TYPE SLLST_OUTT.

The SLLST_OUTT table consists of various fields, each holding specific information or linking keys about Default Line Structure of Outtab for Display of Obj. Rel. data available in SAP. These include BITM_DESCR (Description for Browser Item (Display Attribute)), BLNK_LOCAT (Locator of Browser Link (Display Attribute)), AUX_TXT20 (Text (20 Characters)), AUX_TXT40 (Text, 40 Characters Long).. 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 SLLST_OUTT 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
BLNK_DESCRDescription for Browser Link (Display Attribute) BLNK_DESCRCHAR60TEXT60
BITM_DESCRDescription for Browser Item (Display Attribute) BITM_DESCRCHAR60TEXT60
BLNK_LOCATLocator of Browser Link (Display Attribute) BLNK_LOCATCHAR60
AUX_TXT20Text (20 Characters) TEXT20CHAR20TEXT20
AUX_TXT40Text, 40 Characters Long TEXT40CHAR40TEXT40
AUX_TXT60Text Field of Length 60 TEXT60CHAR60TEXT60
AUX_ICON1Comment CHAR50CHAR50TEXT50
AUX_ICON2Comment CHAR50CHAR50TEXT50
OBJREF 0

Key field Non-key field



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

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

How to access SAP table SLLST_OUTT

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