SAP ABAP Table DDTBHDCHK (Control String for Table Checks (Header))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Table Category INTTAB    Structure 
Structure DDTBHDCHK   Table Relationship Diagram
Short Description Control String for Table Checks (Header)    
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 Checking Header for SAA Standard  
2 SAH_SPACE DCSAAH0001 DD_CHECK CHAR 6   0   Test: Does table name exist?  
3 SAH_LENGTH DCSAAH0002 DD_CHECK CHAR 6   0   Test: Is the name of the table too long?  
4 SAH_CSPACE DCSAAH0003 DD_CHECK CHAR 6   0   Test: Does table name contain any blanks?  
5 SAH_HYPHEN DCSAAH0004 DD_CHECK CHAR 6   0   Test: Is there a hyphen ('-') in table name?  
6 SAH_1CHBAZ DCSAAH0005 DD_CHECK CHAR 6   0   Test: Does table name start with letters?  
7 SAH_1CHUYZ DCSAAH0006 DD_CHECK CHAR 6   0   Open  
8 SAH_ALPHAN DCSAAH0007 DD_CHECK CHAR 6   0   Test: Does table name contain only allowed characters?  
9 SAH_2O3PC_ DCSAAH0008 DD_CHECK CHAR 6   0   Test: Is underscore 2nd or 3rd character in table name?  
10 SAH_TRESE DCSAAH0009 DD_CHECK CHAR 6   0   Test: Is table name reserved?  
11 .INCLUDE       0   0   Control String for Table Name Tests (Except SAA)  
12 EXISTSNAME DCTABN0001 DD_CHECK CHAR 6   0   Test: Is significant part of table name new ?  
13 MINLENGTH DCTABN0002 DD_CHECK CHAR 6   0   Test: Does table name have at least four characters ?  
14 TABLECLASS DCTBHD0001 DD_CHECK CHAR 6   0   Test: Is table type corr. & consis. with pool/cluster entry  
15 .INCLUDE       0   0   Control String for Table Type Test with Pool/Cluster  
16 TYPEEXISTS DCPOCL0001 DD_CHECK CHAR 6   0   Test: Is table type OK?  
17 POCLACTIVE DCPOCL0002 DD_CHECK CHAR 6   0   Test: Does active pool/cluster exist?  
18 CLUSTREST DCTBHD0006 DD_CHECK CHAR 6   0   Test: Is the table a cluster table?  
19 CLUSTBUFF DCTBHD0007 DD_CHECK CHAR 6   0   Test: Are the cluster tables buffered?  
20 DELIVERYCL DCTBHD0002 DD_CHECK CHAR 6   0   Test: Was a valid delivery class specified ?  
21 .INCLUDE       0   0   Control String for Checking the Fixed Values (Header)  
22 TYPEVALUE DCVALH0001 DD_CHECK CHAR 6   0   Test: Is table type allowed?  
23 CLIDEP DCVALH0002 DD_CHECK CHAR 6   0   Test: Does client-dependency flag have allowed value?  
24 BUFFERED DCVALH0003 DD_CHECK CHAR 6   0   Test: Is buffering flag allowed ?  
25 COMPRFLAG DCVALH0004 DD_CHECK CHAR 6   0   Test: Is compression flag allowed?  
26 ACTFLAG DCVALH0005 DD_CHECK CHAR 6   0   Test: Does activation flag have allowed value ?  
27 .INCLUDE       0   0   Control String for Checking DD02L <-> DD09L/Header Checks  
28 BUFFER DCTESH0001 DD_CHECK CHAR 6   0   Test: Are buff. setting and technical settings consistent ?  
29 EXSTORAGE DCTESH0002 DD_CHECK CHAR 6   0   Test: Have data class and size category been maintained ?  
30 EXTESETT DCTESH0003 DD_CHECK CHAR 6   0   Test: Are any technical settings superfluous?  
31 AUTHCLASS DCTBHD0005 DD_CHECK CHAR 6   0   Open  
32 NTABCMP DCTBHD0003 DD_CHECK CHAR 6   0   Test of structure change  
33 EXPAND DCTBHD0004 DD_CHECK CHAR 6   0   Test: Was expanding carried out correctly?  
History
Last changed by/on SAP  20010119 
SAP Release Created in