DCTBIXACTE SAP (Contains target entries of DCTBIXACT) Structure details

Dictionary Type: Structure
Description: Contains target entries of DCTBIXACT




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




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

DCTBIXACTE 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 "Contains target entries of DCTBIXACT" 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_DCTBIXACTE TYPE DCTBIXACTE.

The DCTBIXACTE table consists of various fields, each holding specific information or linking keys about Contains target entries of DCTBIXACT data available in SAP. These include MODUS (DD: Definition of activation mode (NUMC version)), TABCLASS (Table category), AS4LOCAL (Activation Status of a Repository Object), NAMECHK (Check: Is name 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: Not classified


SAP DCTBIXACTE 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
MODUSDD: Definition of activation mode (NUMC version) DCACTMODNCNUMC2DCACTMODNC
TABCLASSTable category TABCLASSCHAR8TABCLASS
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
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
TBATGENTRYMake background entries in TBATG DCINTBATGECHAR6DD_CHECK
TBATGMODEMode: on making entry in TBATG (I or SPACE) DCINTBATGMCHAR6DD_CHECK
DDPUTShould active index be updated? DCINDDPUTCHAR6DD_CHECK
ACTMODEActivation Mode of Caller DCTBINDXACCHAR6
LUSERLast Changed by AS4USERCHAR12AS4USER
LDATEDate of Last Change AS4DATEDATS8AS4DATE
LTIMELast changed at AS4TIMETIMS6AS4TIME

Key field Non-key field



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

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

How to access SAP table DCTBIXACTE

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