DCSHHDCHK SAP (Control string for header checks of search helps) Structure details

Dictionary Type: Structure
Description: Control string for header checks of search helps




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




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

DCSHHDCHK 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 header checks of search helps" 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_DCSHHDCHK TYPE DCSHHDCHK.

The DCSHHDCHK table consists of various fields, each holding specific information or linking keys about Control string for header checks of search helps data available in SAP. These include EXIS_SHLP (Test if search help exists), NAME_EQUHD (Test if search help name is same as that specified in header), SELMTYPEOK (Test if a valid selection type was defined), ELEMEXIOK (Test if a valid value is entered in ELEMEXI).. 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: Can be enhanced (character-type)


SAP DCSHHDCHK 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
OBJNAME_OKTest if name of search help is valid DCSHHD0001CHAR6DD_CHECK
EXIS_SHLPTest if search help exists DCSHHD0002CHAR6DD_CHECK
NAME_EQUHDTest if search help name is same as that specified in header DCSHHD0003CHAR6DD_CHECK
SELMTYPEOKTest if a valid selection type was defined DCSHHD0004CHAR6DD_CHECK
ELEMEXIOKTest if a valid value is entered in ELEMEXI DCSHHD0005CHAR6DD_CHECK
NOFIELDSOKTest if there is a valid value in NOFIELDS DCSHHD0011CHAR6DD_CHECK
ATTACHEXOKTest if there is a valid value in ATTACHEXI DCSHHD0012CHAR6DD_CHECK
APPNOEXITTest if append search help has no search help exit DCSHHD0022CHAR6DD_CHECK
SELMEXITOKTest if the function module defined as exit is okay DCSHHD0007CHAR6DD_CHECK
SELMEXITACTest if the search help exit is active DCSHHD0019CHAR6DD_CHECK
SELMETHOKTest if the specified selection method is correct DCSHHD0006CHAR6DD_CHECK
SELMETHMISTest if elementary search help has a selection method DCSHHD0016CHAR6DD_CHECK
SELMETHSELTest if it is possible to select from the selection method DCSHHD0014CHAR6DD_CHECK
HOTKEYOKTest if entry for short cut of a search help is okay DCSHHD0008CHAR6DD_CHECK
ONLYONETYPTest if search help is both elem. and collective search help DCSHHD0009CHAR6DD_CHECK
ATLEASTONETest if collective search help includes at least one s.h. DCSHHD0010CHAR6DD_CHECK
DIALOGOKTest if a meaningful dialog type is maintained DCSHHD0013CHAR6DD_CHECK
APPENDIFTest if append search helps have suitable interfaces DCSHHD0020CHAR6DD_CHECK
APPENDINGTest if appending structure is okay DCSHHD0021CHAR6DD_CHECK
SFWOKTest whether search help is switched on (SFV) DCSHHD0023CHAR6DD_CHECK
AUTOSUGGESTOKTest whether a valid value is entered in AUTOSUGGEST DCSHHD0024CHAR6DD_CHECK
FUZZYSEARCHOKTest whether a valid value is entered in FUZZY_SEARCH DCSHHD0025CHAR6DD_CHECK
FUZZY_SIMILAROKTest whether a valid value is entered in FUZZY_SIMILARIT DCSHHD0026CHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCSHHDCHK

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