DDTBFKCHK SAP (Control String for Foreign Key Checks in Table Activator) Structure details

Dictionary Type: Structure
Description: Control String for Foreign Key Checks in Table Activator




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




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

DDTBFKCHK 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 "Control String for Foreign Key Checks in Table Activator" 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_DDTBFKCHK TYPE DDTBFKCHK.

The DDTBFKCHK table consists of various fields, each holding specific information or linking keys about Control String for Foreign Key Checks in Table Activator data available in SAP. These include ENTTABEXI (Test: Does value table exist?), TRANSDEP (Test: Is check field transitively dependent on value table?), CHKTABACT (Test: Is check table active?), CHKTABCYCL (Test: Are check table and table different?).. 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: Not classified


SAP DDTBFKCHK 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
WARNDELETETest: Have foreign keys been deleted? DCTBFK0001CHAR6DD_CHECK
ENTTABEXITest: Does value table exist? DCTBFK0002CHAR6DD_CHECK
TRANSDEPTest: Is check field transitively dependent on value table? DCTBFK0003CHAR6DD_CHECK
CHKTABACTTest: Is check table active? DCTBFK0004CHAR6DD_CHECK
CHKTABCYCLTest: Are check table and table different? DCTBFK0005CHAR6DD_CHECK
FRKARTCARDTest: Are dependency factor and cardinality allowed ? DCTBFK0006CHAR6DD_CHECK
WRONGCARDTest: Is cardinality correct with dependency factor TEXT DCTBFK0007CHAR6DD_CHECK
WRONGFARTTest: Is dependency factor correct? DCTBFK0008CHAR6DD_CHECK
NOTEXTFRKTest: Is condition for TEXT foreign key fulfilled? DCTBFK0009CHAR6DD_CHECK
MSGARBGBTest: Are message and work area correct ? DCTBFK0010CHAR6DD_CHECK
CHKFLDINCLTest: Is check field contained in foreign key ? DCTBFK0011CHAR6DD_CHECK
FTABCHANGETest: Are foreign key fields from foreign key table? DCTBFK0012CHAR6DD_CHECK
UNCOMPLETETest: Is foreign key complete? DCTBFK0013CHAR6DD_CHECK
ADDFRKFLDTest: Does check table have enough key fields? DCTBFK0014CHAR6DD_CHECK
SAMEDOMAINTest: Do domains correspond? DCTBFK0015CHAR6DD_CHECK
FIELDEXISTTest: Does foreign key field exist in table? DCTBFK0016CHAR6DD_CHECK
PART_CONSTCheck the syntax of partial and constant foreign keys DCTBFK0017CHAR6DD_CHECK
GENCHKENTRFlag: Is CHECKTABLE entry to be generated? DCTBFK0018CHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DDTBFKCHK

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