TFKIFD_GEN SAP (Generated Data for Interfaces to Other Components) Table details

Dictionary Type: Table
Description: Generated Data for Interfaces to Other Components




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




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

TFKIFD_GEN is a standard SAP Table which is used to store Generated Data for Interfaces to Other Components data and is available within R/3 SAP systems depending on the version and release level.

The TFKIFD_GEN table consists of various fields, each holding specific information or linking keys about Generated Data for Interfaces to Other Components data available in SAP. These include IFTNM (Interface Name), IFTYP (Interface Category), IFLKN (Technical Name of Linked Object), IFLKT (Category of Linked Object).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TFKIFD_GENT


SAP TFKIFD_GEN 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
IFGENTechnical Key of a Generated Interface IFGEN_KKCHAR6ALPHAIFGEN_KK
IFTNMInterface Name IFTNM_KKCHAR120IFTNM_KK
IFTYPInterface Category IFTYP_KKCHAR2IFTYP_KK
IFLKNTechnical Name of Linked Object IFLKN_KKCHAR60IFOBN_KK
IFLKTCategory of Linked Object IFLKT_KKCHAR2IFLKT_KK
CMPNTComponent for an Interface IFCMP_KKCHAR2IFCMP_KK
DIRECDirection of Interface IFDIR_KKCHAR1IFDIR_KK
TXDOCDocumentation Object IFDOC_KKCHAR60DOKU_OBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFKIFD_GEN
INTO CORRESPONDING FIELDS OF WA_TFKIFD_GEN
WHERE...

How to access SAP table TFKIFD_GEN

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