LISTDS SAP (Structure for list level stack (SYSTEM-CALL list processor)) Structure details

Dictionary Type: Structure
Description: Structure for list level stack (SYSTEM-CALL list processor)




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




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

LISTDS 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 level stack (SYSTEM-CALL list processor)" 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_LISTDS TYPE LISTDS.

The LISTDS table consists of various fields, each holding specific information or linking keys about Structure for list level stack (SYSTEM-CALL list processor) data available in SAP. These include LSIND (List Level), CPAGE (Page Number of List), STARO (Top Displayed List Line), STACO (First List Column Displayed).. 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 LISTDS 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
LPINDList Level SYLSINDINT410SYST_BYTE
LSINDList Level SYLSINDINT410SYST_BYTE
CPAGEPage Number of List SYCPAGEINT410SYST_LONG
STAROTop Displayed List Line SYSTAROINT410SYST_LONG
STACOFirst List Column Displayed SYSTACOINT410SYST_LONG
WINX1Window Coordinates SYWINX1INT410SYST_SHORT
WINX2Window Coordinates SYWINX2INT410SYST_SHORT
WINY1Window Coordinates SYWINY1INT410SYST_SHORT
WINY2Window Coordinates SYWINY2INT410SYST_SHORT
FILL1Internal use: Organization of LISTDS-LISTTAB LISTDSFILLINT410SYBIN4
FILL2Internal use: Organization of LISTDS-LISTTAB LISTDSFILLINT410SYBIN4
FILL3Internal use: Organization of LISTDS-LISTTAB LISTDSFILLINT410SYBIN4
LISTTABInternal use (reference to table header) SYTABHRAW8SYTABH

Key field Non-key field



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

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

How to access SAP table LISTDS

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