SAP ABAP Table DCTBIXACT (Control Structure for Controlling the Index Activ. Program)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDTB (Package) ABAP/4 Dictionary: Tables
Basic Data
Table Category INTTAB    Structure 
Structure DCTBIXACT   Table Relationship Diagram
Short Description Control Structure for Controlling the Index Activ. Program    
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 the Index Checks  
2 NAMECHK DCINNAMECH DD_CHECK CHAR 6   0   Check: Is name allowed ?  
3 NRCUST DCINNRCUST DD_CHECK CHAR 6   0   Namespace of customer is not allowed  
4 NRSAPC DCINNRSAPC DD_CHECK CHAR 6   0   Namespace of SAP from customer view is not allowed  
5 NRSAPP DCINNRSAPP DD_CHECK CHAR 6   0   Namespace of SAP from partner view is not allowed  
6 NRPART DCINNRPART DD_CHECK CHAR 6   0   Namespace of partners is not allowed  
7 NTACTIVE_A DCINNTACTA DD_CHECK CHAR 6   0   Table being used must be active (active nametab)  
8 NTACTIVE_M DCINNTACTM DD_CHECK CHAR 6   0   Base table must be active (inactive nametab)  
9 BTTRANSP DCINBTTRAN DD_CHECK CHAR 6   0   Base table must be transparent  
10 DBOFFUNIQU DCINDBOFFU DD_CHECK CHAR 6   0   Unique index may not be deactivated on DB  
11 DBDEPCHK DCINDBDEP DD_CHECK CHAR 6   0   DB dependency defined meaningfully (correctly)  
12 MAXFLDCNT DCINMAXFCN DD_CHECK CHAR 6   0   Maximum number of fields exceeded  
13 MAXFLDLEN DCINMAXFLN DD_CHECK CHAR 6   0   Maximum allowed field length (total) exceeded  
14 DUPFIELDS DCINDUPFLD DD_CHECK CHAR 6   0   Check of duplicate field names  
15 NOFIELDS DCINNOFLDS DD_CHECK CHAR 6   0   Check: Are any fields defined for the index ?  
16 EXIFIELD DCINEXIFLD DD_CHECK CHAR 6   0   Check if fields exist in the base table?  
17 MANDTFLD DCINMANDTF DD_CHECK CHAR 6   0   Check: Is client field included ? (for UNIQUE indexes)  
18 SAMESEQU DCINSAMESQ DD_CHECK CHAR 6   0   Multiple indexes via the same field sequence  
19 CONTSEQU DCINCONTSQ DD_CHECK CHAR 6   0   Other index covers start sequence of fields  
20 MAXINDXCNT DCINMAXICN DD_CHECK CHAR 6   0   Maximum allowed number of indexes exceeded  
21 MAXINDXADB DCINMAXIC2 DD_CHECK CHAR 6   0   Maximum number of indexes on current DB exceeded  
22 PUTREPLACE DCINPUTREP DD_CHECK CHAR 6   0   Delete all old A versions  
23 DBACTCNV DCINDBACNV DD_CHECK CHAR 6   0   Activation program reaction if index has to be converted  
24 DBACTCRE DCINDBACRE DD_CHECK CHAR 6   0   Activation program reaction if index has to be created  
25 DBACTDEL DCINDBADEL DD_CHECK CHAR 6   0   Activation program reaction if index has to be deleted  
26 DBIMMCRE DCINIMMEDI DD_CHECK CHAR 6   0   Flag if DB action should be executed immediately  
27 DBIMMCNV DCINIMMEDI DD_CHECK CHAR 6   0   Flag if DB action should be executed immediately  
28 DBIMMDEL DCINIMMEDI DD_CHECK CHAR 6   0   Flag if DB action should be executed immediately  
29 DBBATCH DCINDBBAT DD_CHECK CHAR 6   0   Flag if background processing is to be recommended  
30 AUTHCH DCINAUTHCH DD_CHECK CHAR 6   0   Flag if authority check made for DB changes  
31 STRINGFLD DCSTRINGFL DD_CHECK CHAR 6   0   Check whether a field with data type string exists in index  
32 PREFIXSIG DCINPREFIX DD_CHECK CHAR 6   0   Check whether index name is significant in first two places  
33 TABINCOLSTORE DCCHKCOLST DD_CHECK CHAR 6   0   Checks in Full Text Index whether storage type Column or Tab  
34 COLDEF4FULLTEXT DCCHKCOLDEF DD_CHECK CHAR 6   0   Checks for correct field definition for Full Text Index  
35 FEATURESUPP DCFEATURESUPP DD_CHECK CHAR 6   0   Checks whether a database feature is allowed  
36 FULLTXTNOUNIQUE DCFULLTXTNOUNIQUE DD_CHECK CHAR 6   0   Checks that Full Text and Unique were not both selected  
37 FULLTXTPARS DDFULLTXTPARS DD_CHECK CHAR 6   0   DD: Checks the parameters of a full text index  
38 TBATGENTRY DCINTBATGE DD_CHECK CHAR 6   0   Make background entries in TBATG  
39 TBATGMODE DCINTBATGM DD_CHECK CHAR 6   0   Mode: on making entry in TBATG (I or SPACE)  
40 DDPUT DCINDDPUT DD_CHECK CHAR 6   0   Should active index be updated?  
41 ACTMODE DCTBINDXAC   CHAR 6   0   Activation Mode of Caller  
42 INDX_INCOMPLETE DCINDXINCOMPLETE   CHAR 6   0   DD. 'X': Index Sourcen werden nicht komplett übergeben  
History
Last changed by/on SAP  20141013 
SAP Release Created in 700