APPLIST SAP (Parameters for List Display) Structure details

Dictionary Type: Structure
Description: Parameters for List Display




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




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

APPLIST 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 "Parameters for List Display" 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_APPLIST TYPE APPLIST.

The APPLIST table consists of various fields, each holding specific information or linking keys about Parameters for List Display data available in SAP. These include L_NOTE_LINES (Flag: Appraisal list - number of lines per note), LC_CHECKBOX (Flag: Appraisal list - show scale proficiencies as checkbox), LC_TEXT (Flag: Appraisal list - display as text), LC_BAR (Flag: Appraisal List - Bar Chart).. 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 (character-type)


SAP APPLIST 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
L_SHEETFlag: Appraisal sheet APPLIST_SHEETCHAR1CHAR1_X
L_NOTE_LINESFlag: Appraisal list - number of lines per note APPLIST_NOTELINESNUMC1NUMC1
LC_CHECKBOXFlag: Appraisal list - show scale proficiencies as checkbox APPLIST_CHECKBOXNUMC1NUMC1
LC_TEXTFlag: Appraisal list - display as text APPLIST_TEXTCHAR1CHAR1_X
LC_BARFlag: Appraisal List - Bar Chart APPLIST_BARCHAR1CHAR1_X
LC_MIDDLEFlag: Appraisal List - Deviation from Reference Value APPLIST_MIDDLE_BARCHAR1CHAR1_X
L_WITH_NOTESFlag: Appraisal list - with notes APPLIST_WITH_NOTESCHAR1CHAR1_X
C_ROUND_AVERAGEFlag: Average - round results to fit scale APPMATCHUP_ROUND_AVERAGECHAR1CHAR1_X
C_AVERAGEFlag: Appraisal Matchup - with Average APPMATCHUP_AVERAGECHAR1CHAR1_X
C_BASEFlag: Appraisal Matchup - with Reference Appraisal APPMATCHUP_BASECHAR1CHAR1_X
C_SHOW_APPEEFlag: Display appraisees for appraisal matchup APPMATCHUP_SHOW_APPEECHAR1CHAR1_X
C_SHOW_APPORFlag: Display appraisers for appraisal matchup APPMATCHUP_SHOW_APPORCHAR1CHAR1_X
LL_DESCRIPTIONFlag: Appraisal Legend - Descriptions APPLEGEND_DESCRIPTIONCHAR1CHAR1_X
LL_RATINGSFlag: Appraisal legend - proficiencies APPLEGEND_RATINGSCHAR1CHAR1_X
LL_RATDESCRIPTFlag: Appraisal legend - proficiency descriptions APPLEGEND_RATDESCRIPTCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table APPLIST

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