DCTBSHCHK SAP (Control structure: search help checks in table activator) Structure details

Dictionary Type: Structure
Description: Control structure: search help checks in table activator




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




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

DCTBSHCHK 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: search help 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_DCTBSHCHK TYPE DCTBSHCHK.

The DCTBSHCHK table consists of various fields, each holding specific information or linking keys about Control structure: search help checks in table activator data available in SAP. These include SHLPACT (Check if search help is active), FLDINCL (AD TBFK_CHK: Check whether check field contained in for. key), TABCHANGE (AD TBFK_CHK: Check if for. key differs from tab. to be chkd.), ADDTABFLD (DD: Check if each field of assignment exists in search help).. 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 DCTBSHCHK 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
JOINDELDD: Assignment table field to search help deleted? CDSHJOINDLCHAR6DD_CHECK
SHLPACTCheck if search help is active CDSHCHKTACCHAR6DD_CHECK
FLDINCLAD TBFK_CHK: Check whether check field contained in for. key CDFKCHKFLDCHAR6DD_CHECK
TABCHANGEAD TBFK_CHK: Check if for. key differs from tab. to be chkd. CDFKFTABCHCHAR6DD_CHECK
ADDTABFLDDD: Check if each field of assignment exists in search help CDSHADDFLDCHAR6DD_CHECK
SAMETYPESame type, same length in F4 help field and assignment CDSHSAMETYCHAR6DD_CHECK
FIELDEXICheck if field of assignment exists in the table CDSHFLDEXICHAR6DD_CHECK
WRONGCONSDD TBFK_CHK: Check whether constant was specified correctly CDFKWRCONSCHAR6DD_CHECK
PART_CONSAD TBFK_CHK: Check syntax of partial and const. for. keys CDFKPARTCOCHAR6DD_CHECK
IMPEXPDD: TBSH_CHK: check if import and export parameters exist CDSHIMPEXPCHAR6DD_CHECK
DUPLIASSS.H. parameters or structure fields assigned more than once CDDUPLIASSCHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCTBSHCHK

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