SFC_ITKY SAP (Logical key of the index table) Structure details

Dictionary Type: Structure
Description: Logical key of the index table




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




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

SFC_ITKY 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 "Logical key of the index 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_SFC_ITKY TYPE SFC_ITKY.

The SFC_ITKY table consists of various fields, each holding specific information or linking keys about Logical key of the index table data available in SAP. These include AUFPS (Order Item Number), FLGAT (Sequence category), APLFL (Sequence), VORNR (Operation/Activity Number).. 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 SFC_ITKY 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
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
FLGATSequence category FOLGENARTCHAR1Assigned to domainFLGAT
APLFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SORT_IND_PSub-object SUB_OBJECTCHAR1SUB_OBJECT
UVORNSuboperation UVORNCHAR4NUMCVVORNR
SORT_IND_USub-object SUB_OBJECTCHAR1SUB_OBJECT
VORAOBOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFPL_NCHNo. identifying the network to which the successor belongs AUFPL_NCHNUMC10MDNUM
APLZL_NCHInternal counter CIM_COUNTNUMC8CIM_COUNT
AOBARType of relationship AOBARCHAR2AOBARAOBAR
MIMAXIndicates whether maximum time interval will be considered DAUMIMAXCHAR1XFELD
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
BAUSTAssembly order level BAUSTNUMC2AUFST
XPOSNBOM item number APOSNCHAR4NUMCVSPOSN
GROUPFollow-up group CS_NFGRPCHAR2CHAR2
XKZAUDiscontinuation indicator KZAUSCHAR1KZAUS
RANGFAlternative item: ranking order CS_ALPRFNUMC2NUM2
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
XRVRSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
PSNFHItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
PZLFHItem counter for production resources/tools PZLFHNUMC8PZLFH
TXTARText type TXTARCHAR2Assigned to domainTXTAR
TXTTIPS text description TXTTICHAR20CHAR20
TXTKYInternal text number (12-character) TXTKYCHAR12CHAR12
TEDATScheduled milestone date (Basic) MLST_TEDATDATS8DATUM
MLSTNUsage MILESTONECHAR5Assigned to domainMILESTONE
MLST_ZAEHLMilestone number MLST_ZAEHLNUMC12NUM12
TAUFNOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CANUMCapacity allocation number CR_CAPNUMNUMC4NUM4
UCNUMCapacity allocation number CR_CAPNUMNUMC4NUM4

Key field Non-key field



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

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

How to access SAP table SFC_ITKY

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