DCTABLACTE SAP (Contains target values for DCTABLACT) Structure details

Dictionary Type: Structure
Description: Contains target values for DCTABLACT




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




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

DCTABLACTE 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 values for DCTABLACT" 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_DCTABLACTE TYPE DCTABLACTE.

The DCTABLACTE table consists of various fields, each holding specific information or linking keys about Contains target values for DCTABLACT data available in SAP. These include MODUS (DD: Definition of activation mode (NUMC version)), TABCLASS (Table category), AS4LOCAL (Activation Status of a Repository Object), SETLEVELE (DD: Flag: Is log level changed during activation ?).. 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 DCTABLACTE 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
.INCLU-E 0
SETLEVELEDD: Flag: Is log level changed during activation ? DCSETLEVELCHAR1DD_ACTEXE
ACTOKEDD: Flag: Check activation authorization DDACTOKCHAR1DD_ACTEXE
LOCKACTEDD: Flag: Is activation locked? DDLOCKACTCHAR1DD_ACTEXE
TABLGETEString for controlling table read routine TABLGETCHAR8TABLGET
ANLVEREDD: Flag if versions are analyzed DCANLVERCHAR1DD_ACTEXE
SQLTGETEString for controll. read routines for phys. pools/clusters SQLTGETCHAR3SQLTGET
EXPANDEDD: Flag if expanded and how to react to error DDEXPANDCHAR3DDEXPAND
PREPAREEDD: Controls preparation of table for activation DCPREPARECHAR1DD_ACTEXE
TABLCHKEDD: Flag: Carry out table checks ? DCTABLCHKINT25DCTABLCHK
TBHDCHKEDD: header check control TBHDCHKINT25TBHDCHK
TBIXCHKEControl index checks TBIXCHKINT25TBIXCHK
TABTCHKEDD: Control of checks for technical settings TABTCHKINT25INT2
TBSHCHKEDD: Flag if search help checks are made TBSHCHKINT25TBSHCHK
TBVICHKEDD: Control the checks table <-> view TBVICHKINT25INT2
SHDEPCHKEDD: For mode of checks of dependent search helps SHDEPCHKINT25SHDEPCHK
NTABCMPEDD: Flag: Has nametab comparison been performed? DCNTABCMPCHAR1DD_ACTEXE
ANLRESEString to control the check analysis ANLRESCHAR3ANLRES
SETTMSTEForce updating of the time stamp SETTMSTCHAR2SETTMST
TABLPUTEString for controlling table write routine TABLPUTCHAR5TABLPUT
PUTCTRLEControls which parts of the table are written PUTCTRLCHAR6PUTCTRL
PUTSTATEEDD: Contains version in which DD sources are updated DCPUTSTATECHAR1DD_ACTEXE
NTABSTATEEDD: Flag ('N', 'A'): Is nametab written inactiv./active ? DCNTSTATECHAR1DD_ACTEXE
DB_AUTHEDD.: Flag if author. check for DB changes executed DCDBAUTHCHAR1DD_ACTEXE
EXCOMMITEDD: Flag ('X','') if commit should be performed DCEXCOMMITCHAR1DD_ACTEXE
DEPTABSEDD: Flag if dependent tables are activated DCDEPTABSCHAR1DD_ACTEXE
REFPROTEDD: Contains info on if and how reference log is written DCREFPROTCHAR2DCREFPROT
TIMER_ONEDD: Flag ('X',''): Switch on timer ? DCTIMER_ONCHAR1DD_ACTEXE
MULTIPLEXEIndicator whether multiplexing is possible for a table MULTIPLEXCHAR1MULTIPLEX
UPGRMODEESession of the upgrade (Upgrade, Patch) UPGRMODECHAR1CHAR1
TBCHGCMPEDD: Contains computation mode for table changes TBCHGCMPCHAR1TBCHGCMP
TBVIACTEDD: Activation mode for dependent views TBVIACTINT25TBVIACT
SHDEPACTEDD: Activation mode for dependent search helps SHDEPACTINT25SHDEPACT
ENDEPACTEDD: Activation mode for dependent lock objects ENDEPACTINT25ENDEPACT
REFCHKEDefines whether the reference system must be checked DDREFCHKCHAR1DDBOOL
OFFSCLCNVEControls that cluster positions are set during conversion DDOFFCLCVCHAR1DDBOOL
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 DCTABLACTE using ABAP code?

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

How to access SAP table DCTABLACTE

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