FCLPTAB SAP (Important fields for the List Processor) Structure details

Dictionary Type: Structure
Description: Important fields for the List Processor




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




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

FCLPTAB 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 "Important fields for the 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_FCLPTAB TYPE FCLPTAB.

The FCLPTAB table consists of various fields, each holding specific information or linking keys about Important fields for the List Processor data available in SAP. These include HLEVEL (Hierarchy level for list processor), HINDEX (Hierarchy index for list processor), TXTID (Index for texts in the list processor), MSGID (Message index for the list processor).. 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 FCLPTAB 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
SUMINDSummation index for list processor FC_SUMINDRAW1RAW1
HLEVELHierarchy level for list processor FC_HLEVELRAW1RAW1
HINDEXHierarchy index for list processor FC_HINDEXRAW2RAW2
TXTIDIndex for texts in the list processor FC_TXTIDNUMC3INT3
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3
PR_NODEList processor: Only nodes on print-outs FC_LPPNODECHAR1X
PR_NEWPAGEList processor: Page breaks on print-outs FC_LPPNPCHAR1X
PR_PREVList Processor: Show Predecessors FC_LPPPREVCHAR1X
PR_NEXTList processor: Show successors FC_LPPNEXTCHAR1X
PR_NPCHARList processor: Characteristic for page breaks on print-outs FC_LPPNPCCHAR20SCRTEXT_M
USR_NOHEADList processor: Suppress header in details list FC_LPUSRHDCHAR1X
USR_NOLINEList processor: Line control, suppress blank lines FC_LPUSRLNCHAR1X
FLT_SHERRSelect and display error messages FC_LPFLTERCHAR1X
FLT_CHARCharacteristic in the list processor FC_LPFLTCHCHAR20SCRTEXT_M
FLT_VALUEList Processor: Value of a characteristic FC_LPVALUECHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table FCLPTAB

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