DCSHFDCHK SAP (Control string for checks of fields of search help) Structure details

Dictionary Type: Structure
Description: Control string for checks of fields of search help




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




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

DCSHFDCHK 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 checks of fields of search help" 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_DCSHFDCHK TYPE DCSHFDCHK.

The DCSHFDCHK table consists of various fields, each holding specific information or linking keys about Control string for checks of fields of search help data available in SAP. These include NAME_EQUFD (Test if all fields belong to the search help), FIELDNAMOK (Test if the names of the search help fields are valid), DTELEXISTS (Test if active data elems. are assigned to srch. help fields), DTELATOMAR (Test if data element of a parameter is of atomic size).. 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 DCSHFDCHK 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
NAME_EQUFDTest if all fields belong to the search help DCSHFD0001CHAR6DD_CHECK
FIELDNAMOKTest if the names of the search help fields are valid DCSHFD0002CHAR6DD_CHECK
DTELEXISTSTest if active data elems. are assigned to srch. help fields DCSHFD0004CHAR6DD_CHECK
DTELATOMARTest if data element of a parameter is of atomic size DCSHFD0023CHAR6DD_CHECK
DTELNOSTRTest if the data element type is a string type DCSHFD0024CHAR6DD_CHECK
DTELNOPRXYTest whether referenced data element is generated proxy DE DCSHFD0028CHAR6DD_CHECK
FLDFLAGSOKTest if the flags assigned to the fields have boolean values DCSHFD0005CHAR6DD_CHECK
SELDISCONSTest whether SELDIS and SELPOS are consistent DCSHFD0006CHAR6DD_CHECK
SELLISELEMTest if select. and list descr. only for elem. search help DCSHFD0007CHAR6DD_CHECK
NONSENSFLDTest if a field has a function at all DCSHFD0008CHAR6DD_CHECK
DISFLDISINTest if pure displ. field is import field or has default val DCSHFD0009CHAR6DD_CHECK
INDX_INFOTest if information about index is okay DCSHFD0011CHAR6DD_CHECK
EXISINSELMTest if search help also exists in the selection method DCSHFD0015CHAR6DD_CHECK
FITTOSELMTest if types of src. help field and sel. field are compat. DCSHFD0016CHAR6DD_CHECK
PARHVPRIMTest whether field only exists in primary table of help view DCSHFD0027CHAR6DD_CHECK
DEFAULTDEFTest if default value is meaningful DCSHFD0017CHAR6DD_CHECK
DEFAULTFITTest if default value for field type is suitable DCSHFD0018CHAR6DD_CHECK
FLD_DIFFERTest if a search field name occurs twice DCSHFD0003CHAR6DD_CHECK
EXI_OUTPUTTest if search help has at least one output field DCSHFD0010CHAR6DD_CHECK
FLDPOSOKTest if position entry of field is meaningful DCSHFD0012CHAR6DD_CHECK
SELPOSOKTest if positions on selection screen are consistent DCSHFD0013CHAR6DD_CHECK
LISPOSOKTest if positions in hit list are consistent DCSHFD0014CHAR6DD_CHECK
EMPTYLISTest if hit list contains at least one field DCSHFD0020CHAR6DD_CHECK
RESWIDTHOKTest if total width of result fields is too large DCSHFD0019CHAR6DD_CHECK
PERSHLPPOSTest if the search help allows a personal help DCSHFD0025CHAR6DD_CHECK
CLNTUSEOKTest if client field is used DCSHFD0021CHAR6DD_CHECK
MAXSELNUMTest if too many fields in selection popup screen DCSHFD0022CHAR6DD_CHECK
FRSTEXPCHTest if the first export parameter changed DCSHFD0026CHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCSHFDCHK

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