DCENACTDET SAP (Control string for the actions of the lock object act. prog.) Structure details

Dictionary Type: Structure
Description: Control string for the actions of the lock object act. prog.




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




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

DCENACTDET 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 actions of the lock object act. prog." 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_DCENACTDET TYPE DCENACTDET.

The DCENACTDET table consists of various fields, each holding specific information or linking keys about Control string for the actions of the lock object act. prog. data available in SAP. These include ONLINE_FL (Flag if operation is executed online), UPGRADEK (Flag if and what type of upgrade is running), GET_STATE (Is active or latest version to be dealt with?), NOCHECK (Do not execute checks or execute them as warnings only).. 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 DCENACTDET 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
ONLINE_FLFlag if operation is executed online DCENDE0004CHAR1DDBOOL
UPGRADEKFlag if and what type of upgrade is running DCACDE0004CHAR1DCADE0004
GET_STATEIs active or latest version to be dealt with? DCENDE0005CHAR1OBJSTATE
NOCHECKDo not execute checks or execute them as warnings only DCENDE0006CHAR6DD_CHECK
WRITE_SOURFlag: Are sources of lock object written/if so how? DCENDE0002CHAR1DDBOOL
COMMITFLAGFlag if COMMI/ROLLBACK required during activation DCENDE0003CHAR1DDBOOL
DEPENDENTSFlag for activating dependent objects DCACDE0001CHAR1DCACDO0001
DEPALLACTFlag if all dependencies must be reactivated DCACDE0002CHAR1DDBOOL
IS_DEPENDFlag if activation is performed as dependencies DCACDE0003CHAR1DDBOOL
TIMER_ONIs timer to be set? DCENDE0007CHAR1DDBOOL
OBJHEADERFlag if header and tail of object to be included in log DCENDE0008CHAR1DDBOOL
WRITE_FUMOFlag: if ENQUEUE/DEQUEUE function modules generated DCENDE0001CHAR1DDBOOL
NOTBATGDELFlag if TBATG entries for the object should be retained DCENDE0009CHAR1DDBOOL

Key field Non-key field



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

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

How to access SAP table DCENACTDET

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