DCTBIXCHK SAP (Control String for the Index Checks) Structure details

Dictionary Type: Structure
Description: Control String for the Index Checks




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




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

DCTBIXCHK 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 the Index Checks" 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_DCTBIXCHK TYPE DCTBIXCHK.

The DCTBIXCHK table consists of various fields, each holding specific information or linking keys about Control String for the Index Checks data available in SAP. These include NRCUST (Namespace of customer is not allowed), NRSAPC (Namespace of SAP from customer view is not allowed), NRSAPP (Namespace of SAP from partner view is not allowed), NRPART (Namespace of partners is not allowed).. 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: Cannot Be Enhanced


SAP DCTBIXCHK 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
NAMECHKCheck: Is name allowed ? DCINNAMECHCHAR6DD_CHECK
NRCUSTNamespace of customer is not allowed DCINNRCUSTCHAR6DD_CHECK
NRSAPCNamespace of SAP from customer view is not allowed DCINNRSAPCCHAR6DD_CHECK
NRSAPPNamespace of SAP from partner view is not allowed DCINNRSAPPCHAR6DD_CHECK
NRPARTNamespace of partners is not allowed DCINNRPARTCHAR6DD_CHECK
NTACTIVE_ATable being used must be active (active nametab) DCINNTACTACHAR6DD_CHECK
NTACTIVE_MBase table must be active (inactive nametab) DCINNTACTMCHAR6DD_CHECK
BTTRANSPBase table must be transparent DCINBTTRANCHAR6DD_CHECK
DBOFFUNIQUUnique index may not be deactivated on DB DCINDBOFFUCHAR6DD_CHECK
DBDEPCHKDB dependency defined meaningfully (correctly) DCINDBDEPCHAR6DD_CHECK
MAXFLDCNTMaximum number of fields exceeded DCINMAXFCNCHAR6DD_CHECK
MAXFLDLENMaximum allowed field length (total) exceeded DCINMAXFLNCHAR6DD_CHECK
DUPFIELDSCheck of duplicate field names DCINDUPFLDCHAR6DD_CHECK
NOFIELDSCheck: Are any fields defined for the index ? DCINNOFLDSCHAR6DD_CHECK
EXIFIELDCheck if fields exist in the base table? DCINEXIFLDCHAR6DD_CHECK
MANDTFLDCheck: Is client field included ? (for UNIQUE indexes) DCINMANDTFCHAR6DD_CHECK
SAMESEQUMultiple indexes via the same field sequence DCINSAMESQCHAR6DD_CHECK
CONTSEQUOther index covers start sequence of fields DCINCONTSQCHAR6DD_CHECK
MAXINDXCNTMaximum allowed number of indexes exceeded DCINMAXICNCHAR6DD_CHECK
MAXINDXADBMaximum number of indexes on current DB exceeded DCINMAXIC2CHAR6DD_CHECK
PUTREPLACEDelete all old A versions DCINPUTREPCHAR6DD_CHECK
DBACTCNVActivation program reaction if index has to be converted DCINDBACNVCHAR6DD_CHECK
DBACTCREActivation program reaction if index has to be created DCINDBACRECHAR6DD_CHECK
DBACTDELActivation program reaction if index has to be deleted DCINDBADELCHAR6DD_CHECK
DBIMMCREFlag if DB action should be executed immediately DCINIMMEDICHAR6DD_CHECK
DBIMMCNVFlag if DB action should be executed immediately DCINIMMEDICHAR6DD_CHECK
DBIMMDELFlag if DB action should be executed immediately DCINIMMEDICHAR6DD_CHECK
DBBATCHFlag if background processing is to be recommended DCINDBBATCHAR6DD_CHECK
AUTHCHFlag if authority check made for DB changes DCINAUTHCHCHAR6DD_CHECK
STRINGFLDCheck whether a field with data type string exists in index DCSTRINGFLCHAR6DD_CHECK
PREFIXSIGCheck whether index name is significant in first two places DCINPREFIXCHAR6DD_CHECK
TABINCOLSTOREChecks in Full Text Index whether storage type Column or Tab DCCHKCOLSTCHAR6DD_CHECK
COLDEF4FULLTEXTChecks for correct field definition for Full Text Index DCCHKCOLDEFCHAR6DD_CHECK
FEATURESUPPChecks whether a database feature is allowed DCFEATURESUPPCHAR6DD_CHECK
FULLTXTNOUNIQUEChecks that Full Text and Unique were not both selected DCFULLTXTNOUNIQUECHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCTBIXCHK

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