RCLST_AFAB SAP (Access to RCLST Table) Structure details

Dictionary Type: Structure
Description: Access to RCLST Table




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




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

RCLST_AFAB 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 "Access to RCLST Table" 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_RCLST_AFAB TYPE RCLST_AFAB.

The RCLST_AFAB table consists of various fields, each holding specific information or linking keys about Access to RCLST Table data available in SAP. These include APLZL (Internal counter), LSTNR (Task list: Number of the object overview to be displayed), SORT (Sort field of the CIM dialog table), OBJECT (Data objects of a task list).. 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 or numeric)


SAP RCLST_AFAB 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
LSTNRTask list: Number of the object overview to be displayed CP_LSTNRNUMC4NUM4
SORTSort field of the CIM dialog table CP_SORTCHAR234CIM_SORT
OBJECTData objects of a task list CP_OBJECTCHAR1PLN_OBJECT
SUBOBJData objects of a task list CP_OBJECTCHAR1PLN_OBJECT
INDEX_PLKOIndex referring to record table for headers INDEX_PLKOINT410TABIX
INDEX_PLFLIndex referring to record table for sequences INDEX_PLFLINT410TABIX
INDEX_PLASIndex referring to record table for item allocations INDEX_PLASINT410TABIX
INDEX_PLPOIndex referring to record table for items INDEX_PLPOINT410TABIX
INDEX_SOPRIndex referring to record table for items INDEX_PLPOINT410TABIX
INDEX_PLABIndex referring to PLAB record table INDEX_PLABINT410TABIX
INDEX_PLTXIndex to the info text document table INDEX_PLTXINT410TABIX
INDEX_PLMZIndex referring to material staging INDEX_PLMZINT410TABIX
INDEX_FLREIndex referring to reference in record table for sequences INDEX_FLREINT410TABIX
INDEX_KOREIndex referring to reference record in header record table INDEX_KOREINT410TABIX
INDEX_POVWIndex referring to reference record in item record table INDEX_POVWINT410TABIX
INDEX_ASVWIndex referring to reference record in item allocation table INDEX_ASVWINT410TABIX
INDEX_PLFHIndex for the production resources/tools document table INDEX_PLF_INT410TABIX
INDEX_PLMKIndex referring to record tab. for inspectn. characteristics INDEX_PLMKINT410TABIX
INDEX_PLMWIndex referring to record tab. for insp. charact. values INDEX_PLMWINT410TABIX
INDEX_PLWPIndex for maintenance package allocation INDEX_PLWPINT410TABIX
INDEX_APOSOrder: Index pointing to order item INDEX_APOSINT410TABIX
INDEX_KBEDIndex referring to ops. in rec'd tab. for cap. requirements INDEX_KBEDINT410TABIX
INDEX_SKBDIndex for indiv.capacity requirements document INDEX_SKBDINT410TABIX
INDEX_PLPHIndex referring to buffer table, phases INDEX_PLPHINT410TABIX
INDEX_MLSTIndex for milestone document table INDEX_MLSTINT410TABIX
INDEX_SNETIndex for milestone document table INDEX_MLSTINT410TABIX
INDEX_PLFTIndex referring to process instruction buffer table INDEX_PLFTINT410TABIX
INDEX_PLFVIndex referring to PI characteristic buffer table INDEX_PLFVINT410TABIX
DATUBValid-to date DATUBDATS8DATUM
FLG_VERWIndicator: reference FLG_VERWCHAR1XFELD
VPLNKNTask list node referring to the reference operation set VPLNKNNUMC8KNTNR
FLG_REFIndicator: task list can be referenced FLG_REFCHAR1XFELD
FLG_MARKSelection indicator FLG_SELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCLST_AFAB

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