DCVIEWACTM SAP (Control (Mode) for View Activation) Structure details

Dictionary Type: Structure
Description: Control (Mode) for View Activation




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




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

DCVIEWACTM 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 (Mode) for View Activation" 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_DCVIEWACTM TYPE DCVIEWACTM.

The DCVIEWACTM table consists of various fields, each holding specific information or linking keys about Control (Mode) for View Activation data available in SAP. These include INACTIVE (Activation with inactive nametab (inactive procedure)), GETSTATE (Read status A or M (A: N-version remains unchanged)), AUTH_CHECK (X: Authority check for DB object should be executed), EXCOMMIT (X: Commit (and rollback) may be performed internally).. 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 DCVIEWACTM 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
CHECKONLYX: Check mode. Do not change object DCVIAM0007CHAR1DDBOOL
INACTIVEActivation with inactive nametab (inactive procedure) DCVIAM0001CHAR1DDBOOL
GETSTATERead status A or M (A: N-version remains unchanged) DCVIAM0002CHAR1OBJSTATE
AUTH_CHECKX: Authority check for DB object should be executed DCVIAM0003CHAR1DDBOOL
EXCOMMITX: Commit (and rollback) may be performed internally DCVIAM0004CHAR1DDBOOL
DBADAPTDatabase object should be adjusted DCVIAM0008CHAR1DDBOOL
BASFROMBUFBasis tables were placed in buffer prior to call DCVIAM0009CHAR1DDBOOL
DEPABORTTerminate activation if dependent objects are incorrect DCVIAM0019CHAR1DDBOOL
DEPMODEActivation as dependent object DCVIAM0010CHAR1DDBOOL
EXDEPTABTable of dependent objects was transferred DCVIAM0011CHAR1DDBOOL
NODELTANot possible to compute change for dependent objects DCVIAM0012CHAR1DDBOOL
SETTMSTForce updating of the time stamp SETTMSTCHAR2SETTMST

Key field Non-key field



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

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

How to access SAP table DCVIEWACTM

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