DCSHFDSIN SAP (Control string for checks of a search help field) Structure details

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




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




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

DCSHFDSIN 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 a search help field" 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_DCSHFDSIN TYPE DCSHFDSIN.

The DCSHFDSIN table consists of various fields, each holding specific information or linking keys about Control string for checks of a search help field data available in SAP. These include 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), DTELNOSTR (Test if the data element type is a string type).. 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 DCSHFDSIN 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

Key field Non-key field



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

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

How to access SAP table DCSHFDSIN

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