SAP ABAP Table DCSHACTCHK (Control string for checks of search help object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-F4 (Application Component) F4 Help
     SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)
Basic Data
Table Category INTTAB    Structure 
Structure DCSHACTCHK   Table Relationship Diagram
Short Description Control string for checks of search help object    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 .INCLUDE       0   0   Control string for header checks of search helps  
2 OBJNAME_OK DCSHHD0001 DD_CHECK CHAR 6   0   Test if name of search help is valid  
3 EXIS_SHLP DCSHHD0002 DD_CHECK CHAR 6   0   Test if search help exists  
4 NAME_EQUHD DCSHHD0003 DD_CHECK CHAR 6   0   Test if search help name is same as that specified in header  
5 SELMTYPEOK DCSHHD0004 DD_CHECK CHAR 6   0   Test if a valid selection type was defined  
6 ELEMEXIOK DCSHHD0005 DD_CHECK CHAR 6   0   Test if a valid value is entered in ELEMEXI  
7 NOFIELDSOK DCSHHD0011 DD_CHECK CHAR 6   0   Test if there is a valid value in NOFIELDS  
8 ATTACHEXOK DCSHHD0012 DD_CHECK CHAR 6   0   Test if there is a valid value in ATTACHEXI  
9 APPNOEXIT DCSHHD0022 DD_CHECK CHAR 6   0   Test if append search help has no search help exit  
10 SELMEXITOK DCSHHD0007 DD_CHECK CHAR 6   0   Test if the function module defined as exit is okay  
11 SELMEXITAC DCSHHD0019 DD_CHECK CHAR 6   0   Test if the search help exit is active  
12 SELMETHOK DCSHHD0006 DD_CHECK CHAR 6   0   Test if the specified selection method is correct  
13 SELMETHMIS DCSHHD0016 DD_CHECK CHAR 6   0   Test if elementary search help has a selection method  
14 SELMETHSEL DCSHHD0014 DD_CHECK CHAR 6   0   Test if it is possible to select from the selection method  
15 HOTKEYOK DCSHHD0008 DD_CHECK CHAR 6   0   Test if entry for short cut of a search help is okay  
16 ONLYONETYP DCSHHD0009 DD_CHECK CHAR 6   0   Test if search help is both elem. and collective search help  
17 ATLEASTONE DCSHHD0010 DD_CHECK CHAR 6   0   Test if collective search help includes at least one s.h.  
18 DIALOGOK DCSHHD0013 DD_CHECK CHAR 6   0   Test if a meaningful dialog type is maintained  
19 APPENDIF DCSHHD0020 DD_CHECK CHAR 6   0   Test if append search helps have suitable interfaces  
20 APPENDING DCSHHD0021 DD_CHECK CHAR 6   0   Test if appending structure is okay  
21 SFWOK DCSHHD0023 DD_CHECK CHAR 6   0   Test whether search help is switched on (SFV)  
22 AUTOSUGGESTOK DCSHHD0024 DD_CHECK CHAR 6   0   Test whether a valid value is entered in AUTOSUGGEST  
23 FUZZYSEARCHOK DCSHHD0025 DD_CHECK CHAR 6   0   Test whether a valid value is entered in FUZZY_SEARCH  
24 FUZZY_SIMILAROK DCSHHD0026 DD_CHECK CHAR 6   0   Test whether a valid value is entered in FUZZY_SIMILARIT  
25 .INCLUDE       0   0   Control string for checks of search help inclusions  
26 NAME_EQUCO DCSHCO0001 DD_CHECK CHAR 6   0   Test if all search help inclusions belong to search help  
27 HIDEFLAGOK DCSHCO0002 DD_CHECK CHAR 6   0   Test if HIDEFLAG contains a valid value  
28 HOTKEYDOUB DCSHCO0004 DD_CHECK CHAR 6   0   Test if 2 elem. search helps with same short cut included  
29 NOAPPENDS DCSHCO0005 DD_CHECK CHAR 6   0   Test if no append search helps are included  
30 MAXINCLNUM DCSHCO0006 DD_CHECK CHAR 6   0   Test for maximum number of elementary search helps contained  
31 MAXSWITCHEDOFF DCSHCO0007 DD_CHECK CHAR 6   0   Test for Maximum Number Including Deactivated Search Helps  
32 .INCLUDE       0   0   Control string for checks of fields of search help  
33 .INCLUDE       0   0   Control string for checks of a search help field  
34 NAME_EQUFD DCSHFD0001 DD_CHECK CHAR 6   0   Test if all fields belong to the search help  
35 FIELDNAMOK DCSHFD0002 DD_CHECK CHAR 6   0   Test if the names of the search help fields are valid  
36 DTELEXISTS DCSHFD0004 DD_CHECK CHAR 6   0   Test if active data elems. are assigned to srch. help fields  
37 DTELATOMAR DCSHFD0023 DD_CHECK CHAR 6   0   Test if data element of a parameter is of atomic size  
38 DTELNOSTR DCSHFD0024 DD_CHECK CHAR 6   0   Test if the data element type is a string type  
39 DTELNOPRXY DCSHFD0028 DD_CHECK CHAR 6   0   Test whether referenced data element is generated proxy DE  
40 FLDFLAGSOK DCSHFD0005 DD_CHECK CHAR 6   0   Test if the flags assigned to the fields have boolean values  
41 SELDISCONS DCSHFD0006 DD_CHECK CHAR 6   0   Test whether SELDIS and SELPOS are consistent  
42 SELLISELEM DCSHFD0007 DD_CHECK CHAR 6   0   Test if select. and list descr. only for elem. search help  
43 NONSENSFLD DCSHFD0008 DD_CHECK CHAR 6   0   Test if a field has a function at all  
44 DISFLDISIN DCSHFD0009 DD_CHECK CHAR 6   0   Test if pure displ. field is import field or has default val  
45 INDX_INFO DCSHFD0011 DD_CHECK CHAR 6   0   Test if information about index is okay  
46 .INCLUDE       0   0   Checks of assignments search help field - selection field  
47 EXISINSELM DCSHFD0015 DD_CHECK CHAR 6   0   Test if search help also exists in the selection method  
48 FITTOSELM DCSHFD0016 DD_CHECK CHAR 6   0   Test if types of src. help field and sel. field are compat.  
49 PARHVPRIM DCSHFD0027 DD_CHECK CHAR 6   0   Test whether field only exists in primary table of help view  
50 .INCLUDE       0   0   Check default value for search help parameters  
51 DEFAULTDEF DCSHFD0017 DD_CHECK CHAR 6   0   Test if default value is meaningful  
52 DEFAULTFIT DCSHFD0018 DD_CHECK CHAR 6   0   Test if default value for field type is suitable  
53 FLD_DIFFER DCSHFD0003 DD_CHECK CHAR 6   0   Test if a search field name occurs twice  
54 EXI_OUTPUT DCSHFD0010 DD_CHECK CHAR 6   0   Test if search help has at least one output field  
55 FLDPOSOK DCSHFD0012 DD_CHECK CHAR 6   0   Test if position entry of field is meaningful  
56 SELPOSOK DCSHFD0013 DD_CHECK CHAR 6   0   Test if positions on selection screen are consistent  
57 LISPOSOK DCSHFD0014 DD_CHECK CHAR 6   0   Test if positions in hit list are consistent  
58 EMPTYLIS DCSHFD0020 DD_CHECK CHAR 6   0   Test if hit list contains at least one field  
59 RESWIDTHOK DCSHFD0019 DD_CHECK CHAR 6   0   Test if total width of result fields is too large  
60 PERSHLPPOS DCSHFD0025 DD_CHECK CHAR 6   0   Test if the search help allows a personal help  
61 CLNTUSEOK DCSHFD0021 DD_CHECK CHAR 6   0   Test if client field is used  
62 MAXSELNUM DCSHFD0022 DD_CHECK CHAR 6   0   Test if too many fields in selection popup screen  
63 FRSTEXPCH DCSHFD0026 DD_CHECK CHAR 6   0   Test if the first export parameter changed  
64 .INCLUDE       0   0   Control string for param. assignments for s.h. inclusions  
65 NAME_EQUAT DCSHAT0001 DD_CHECK CHAR 6   0   Test if all search help attachments belong to search help  
66 .INCLUDE       0   0   Control string for checks of direct srch.help par. assignm.  
67 FIELD_EXIS DCSHAT0003 DD_CHECK CHAR 6   0   Test if field of a search help attachment exists  
68 TYPE_EQUAL DCSHAT0002 DD_CHECK CHAR 6   0   Test for type compatibility in search help attachments  
69 TWOVALBACK DCSHAT0004 DD_CHECK CHAR 6   0   Test if search help field assignments have overlaid returns  
70 TWOVALINTO DCSHAT0005 DD_CHECK CHAR 6   0   Test if srch.help field assgn. have overlaid further transp.  
71 NOVALBACK DCSHAT0007 DD_CHECK CHAR 6   0   Test if all search help attachments permit a return  
History
Last changed by/on SAP  20130604 
SAP Release Created in