DCVIEWACT SAP (Control String for Execution of View Activation Program) Structure details

Dictionary Type: Structure
Description: Control String for Execution of View Activation Program




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




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

DCVIEWACT 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 Execution of View Activation Program" 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_DCVIEWACT TYPE DCVIEWACT.

The DCVIEWACT table consists of various fields, each holding specific information or linking keys about Control String for Execution of View Activation Program data available in SAP. These include CHKACTOK (Flag: Check activation authorization ?), TABACTMODE (Mode in which table activating program is called), NTABPUTST (View, activate with inactive nametab), GENHVREPO (Flag: Generate selection report?).. 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 DCVIEWACT 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
GENVIEWTABFlag: Is a view to be generated for a view table? DCVIGE0001CHAR6DD_CHECK
CHKACTOKFlag: Check activation authorization ? DCVIGE0024CHAR6DD_CHECK
TABACTMODEMode in which table activating program is called DCVIGE0022CHAR6DD_CHECK
NTABPUTSTView, activate with inactive nametab DCVIGE0018CHAR6DD_CHECK
GENHVREPOFlag: Generate selection report? DCVIGE0002CHAR6DD_CHECK
REFFIELDFlag: Adjust reference fields? DCVIGE0003CHAR6DD_CHECK
GENFRKFlag: Foreign keys passed on to view structure DCVIGE0027CHAR6DD_CHECK
GENTBSHFlag that search help attachment should be inherited to view DCVIGE0029CHAR6DD_CHECK
BUFFERUPDUpdate buffering flag in the nametab of the base tables DCVIGE0028CHAR6DD_CHECK
DBACTCREFlag for message if view must be created DCVIGE0019CHAR6DD_CHECK
DBACTDELFlag for message if view must be deleted DCVIGE0020CHAR6DD_CHECK
DBACTCNVFlag for message if view must be converted DCVIGE0021CHAR6DD_CHECK
CHECKCNVFlag if conversion message only for structure changes DCVIGE0023CHAR6DD_CHECK
IMMEDIATEFlag: Are database actions to be executed immediately? DCVIGE0007CHAR6DD_CHECK
AUTHCHFlag if authority check was made for DB changes DCVIGE0026CHAR6DD_CHECK
PUT_STATEFlag: whether and in which status to be updated DCVIGE0008CHAR6DD_CHECK
COMMITFlag: Is COMMIT to be executed? DCVIGE0009CHAR6DD_CHECK
DEPMAXSEVMaximum severity when checking the dependent objects DCVIGE0031CHAR6DD_CHECK
DEPMINSEVMinimum or Upgrade Severity While Checking Dependents DCVIGE0032CHAR6DD_CHECK
DEPIMMACTActivate dependent objects immediately DCVIGE0030CHAR6DD_CHECK
DEPSELECTMode for determining the dependent objects DCVIGE0033CHAR6DD_CHECK
DEPNODELTAView change cannot be calculated DCVIGE0035CHAR6DD_CHECK
NOACTFLUPDDo not change partially active flag (ACTFLAG) DCVIGE0034CHAR6DD_CHECK
HEADERCHKResult of header check DCVIGE0011CHAR6DD_CHECK
FIELDCHKResult of the field check DCVIGE0012CHAR6DD_CHECK
BASETABCHKResult of the check of the base tables DCVIGE0013CHAR6DD_CHECK
SELCONDCHKResult of the check of the selection conditions DCVIGE0014CHAR6DD_CHECK
JOINCHKResult of the check of the joins DCVIGE0015CHAR6DD_CHECK
TIMER_ONFlag: timing information is logged DCVIGE0016CHAR6DD_CHECK
DEBUG_INFOFlag: debug information is to be output DCVIGE0017CHAR6DD_CHECK
LOGGINGUPDSet logging flag for at least one logged basis table DCVIGE0036CHAR6DD_CHECK
DBACTSYNDrop/Create Synonym for External View DCVIGE0040CHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DCVIEWACT

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