SFCITABINF SAP (Additional fields of ITAB which exceed the RCOLS) Structure details

Dictionary Type: Structure
Description: Additional fields of ITAB which exceed the RCOLS




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




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

SFCITABINF 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 "Additional fields of ITAB which exceed the RCOLS" 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_SFCITABINF TYPE SFCITABINF.

The SFCITABINF table consists of various fields, each holding specific information or linking keys about Additional fields of ITAB which exceed the RCOLS data available in SAP. These include SUBOBJ (Data objects of a task list), INDEX_PLKO (Index referring to record table for headers), INDEX_PLFL (Index referring to record table for sequences), INDEX_PLAS (Index referring to record table for item allocations).. 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 SFCITABINF 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
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_AFRUIndex pointing to completion confirmation document table INDEX_AFRUINT410TABIX
INDEX_MLSTIndex for milestone document table INDEX_MLSTINT410TABIX
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
BEZFLReference sequence for a sequence BEZFLCHAR6ALPHAPLNFOLGE
BKNT1Reference node for start of a sequence BEZKNTANFNUMC8KNTNR
BKNT2Finish reference node of a sequence BEZKNTENDNUMC8KNTNR
FLG_RUECKCompletion confirmation RUEKCHAR1RUEK
VPLTYTask list type for reference VPLTYCHAR1TCA01PLNTYPTY
DUMPSPhantom item indicator DUMPSCHAR1XFELD
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLInternal counter CIM_COUNTNUMC8CIM_COUNT

Key field Non-key field



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

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

How to access SAP table SFCITABINF

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