TKCTABFIE SAP (EC-EIS: Table-specific field properties) Table details

Dictionary Type: Table
Description: EC-EIS: Table-specific field properties




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




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

TKCTABFIE is a standard SAP Table which is used to store EC-EIS: Table-specific field properties data and is available within R/3 SAP systems depending on the version and release level.

The TKCTABFIE table consists of various fields, each holding specific information or linking keys about EC-EIS: Table-specific field properties data available in SAP. These include TABNM (Table Name), FIENM (Field Name), REPIN (Report Indicator), PLAIN (Planning Indicator).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TKCTABFIE table 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
APPLCApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
TABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIENMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
REPINReport Indicator CGSREPINCHAR1BERKZ
PLAINPlanning Indicator CGSPLAINCHAR1RKE_PLAKZ
LITINLine Item Indicator CGSLITINCHAR1RKE_EPOSKZ
RCSINRow/Column Structure Indicator CGSRCSINCHAR1RKE_ZSPKZ
RSLINReport Selection Indicator CGSRSLINCHAR1RKE_MKAKZ
CHAINCharacteristic Value Indicator CGSCHAINCHAR1RKE_MKEKZ

Key field Non-key field



How do I retrieve data from SAP table TKCTABFIE using ABAP code

The following ABAP code Example will allow you to do a basic selection on TKCTABFIE to SELECT all data from the table
DATA: WA_TKCTABFIE TYPE TKCTABFIE.

SELECT SINGLE *
FROM TKCTABFIE
INTO CORRESPONDING FIELDS OF WA_TKCTABFIE
WHERE...

How to access SAP table TKCTABFIE

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