IFKC0 SAP (Customizing help fields) Structure details

Dictionary Type: Structure
Description: Customizing help fields




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




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

IFKC0 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 "Customizing help fields" 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_IFKC0 TYPE IFKC0.

The IFKC0 table consists of various fields, each holding specific information or linking keys about Customizing help fields data available in SAP. These include 2KEY2 (Key word for key field in account determination), 2KEY3 (Key word for key field in account determination), 2KEY4 (Key word for key field in account determination), 2KEY5 (Key word for key field in account determination).. 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: Cannot Be Enhanced


SAP IFKC0 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
2KEY1Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY2Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY3Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY4Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY5Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY6Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY7Key word for key field in account determination TX002_KKCHAR20TXT20
2KEY8Key word for key field in account determination TX002_KKCHAR20TXT20
2FUN1Key word for function field in account determination TX003_KKCHAR20TXT20
2FUN2Key word for function field in account determination TX003_KKCHAR20TXT20
2FUN3Key word for function field in account determination TX003_KKCHAR20TXT20
2FUN4Key word for function field in account determination TX003_KKCHAR20TXT20
2FUN5Key word for function field in account determination TX003_KKCHAR20TXT20
2FUN6Key word for function field in account determination TX003_KKCHAR20TXT20
4KEY1Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY2Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY3Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY4Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY5Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY6Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY7Key word for key field in account determination TX002_KKCHAR20TXT20
4KEY8Key word for key field in account determination TX002_KKCHAR20TXT20
4FUN1Key word for function field in account determination TX003_KKCHAR20TXT20
4FUN2Key word for function field in account determination TX003_KKCHAR20TXT20
4FUN3Key word for function field in account determination TX003_KKCHAR20TXT20
4FUN4Key word for function field in account determination TX003_KKCHAR20TXT20
4FUN5Key word for function field in account determination TX003_KKCHAR20TXT20
4FUN6Key word for function field in account determination TX003_KKCHAR20TXT20
ATXT1General text TX006_KKCHAR50TXT50
ATXT2General text TX006_KKCHAR50TXT50
ATXT3General text TX006_KKCHAR50TXT50
OKEY1Key Required OKEY1_KKCHAR1XFELD
OKEY2Key Required OKEY1_KKCHAR1XFELD
OKEY3Key Required OKEY1_KKCHAR1XFELD
OKEY4Key Required OKEY1_KKCHAR1XFELD
OKEY5Key Required OKEY1_KKCHAR1XFELD
OKEY6Key Required OKEY1_KKCHAR1XFELD
OKEY7Key Required OKEY1_KKCHAR1XFELD
OKEY8Key Required OKEY1_KKCHAR1XFELD
TXTK1Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK2Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK3Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK4Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK5Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK6Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK7Account determination: Text field TXTNN_KKCHAR70TXT70
TXTK8Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF1Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF2Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF3Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF4Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF5Account determination: Text field TXTNN_KKCHAR70TXT70
TXTF6Account determination: Text field TXTNN_KKCHAR70TXT70

Key field Non-key field



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

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

How to access SAP table IFKC0

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