DCTBFKCHK SAP (Control Structure: Foreign Key Checks in Tabl. Activ. Progr.) Structure details

Dictionary Type: Structure
Description: Control Structure: Foreign Key Checks in Tabl. Activ. Progr.




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




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

DCTBFKCHK 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 Structure: Foreign Key Checks in Tabl. Activ. Progr." 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_DCTBFKCHK TYPE DCTBFKCHK.

The DCTBFKCHK table consists of various fields, each holding specific information or linking keys about Control Structure: Foreign Key Checks in Tabl. Activ. Progr. data available in SAP. These include AGGRUSAGE (AD TBFK_CHK: Check whether foreign key still used in aggr.), AGGRCHANGE (Check whether changed for. key still used in aggregate), MULTITEXT (Check if other text FRKs already exist in the check table), ENTTABEXI (AD TBFK_CHK: Check whether value table exists).. 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 DCTBFKCHK 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
WARNDELETEAD TBFK_CHK: Behavior with deleted foreign keys CDFKWARNDECHAR6DD_CHECK
AGGRUSAGEAD TBFK_CHK: Check whether foreign key still used in aggr. CDFKAGGRUSCHAR6DD_CHECK
AGGRCHANGECheck whether changed for. key still used in aggregate CDFKAGGRCHCHAR6DD_CHECK
MULTITEXTCheck if other text FRKs already exist in the check table CDFKMLTTXTCHAR6DD_CHECK
ENTTABEXIAD TBFK_CHK: Check whether value table exists CDFKENTTEXCHAR6DD_CHECK
TRANSDEPAD TBFK_CHK: Check if value tab. transit. dep. on chck table CDFKTRANSDCHAR6DD_CHECK
CHKTABACTAD TBFK_CHK: Check whether value table is active CDFKCHKTACCHAR6DD_CHECK
CHKTABCYCLAD TBFK_CHK: Check whether check table and table identical CDFKCTCYCLCHAR6DD_CHECK
FRKARTCARDAD TBFK_CHK: Check whether for. key type and card. correct CDFKFRKARTCHAR6DD_CHECK
WRONGCARDAD TBFK_CHK: check if cardinality correct CDFKWRONGCCHAR6DD_CHECK
WRONGFARTAD TBFK_CHK: check if foreign key type allowed CDFKWRONGFCHAR6DD_CHECK
NOTEXTFRKAD TBFK_CHK: Check if condition for text for. key fulfilled CDFKNOTEXTCHAR6DD_CHECK
MSGARBGBAD TBFK_CHK: Check if message and applic. area meaningful CDFKMSGARBCHAR6DD_CHECK
CHKFLDINCLAD TBFK_CHK: Check whether check field contained in for. key CDFKCHKFLDCHAR6DD_CHECK
FTABCHANGEAD TBFK_CHK: Check if for. key differs from tab. to be chkd. CDFKFTABCHCHAR6DD_CHECK
UNCOMPLETEAD TBFK_CHK: check if foreign key incomplete CDFKUNCOMPCHAR6DD_CHECK
REPUNCOMPLDD TBFK_CHK: Autom. repair incomplete foreign keys CDFKREPUNCCHAR6DD_CHECK
ADDFRKFLDAD TBFK_CHK: Check if more forgn. key fields than check flds CDFKADDFLDCHAR6DD_CHECK
SAMEDOMAINAD TBFK_CHK: Check whether domains correspond CDFKSAMEDOCHAR6DD_CHECK
FIELDEXISTAD TBFK_CHK: Check whether for. key field exists in table CDFKFLDEXICHAR6DD_CHECK
WRONGCONSTDD TBFK_CHK: Check whether constant was specified correctly CDFKWRCONSCHAR6DD_CHECK
PART_CONSTAD TBFK_CHK: Check syntax of partial and const. for. keys CDFKPARTCOCHAR6DD_CHECK
GENCHKENTRDD TBFK_CHK: Flag: Should CHECKTABLE entry be generated? CDFKGENCHKCHAR6DD_CHECK
STRGEXISTTBFK_CHK: Check field cannot be type string DCSTRGEXISCHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCTBFKCHK

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