DBDCGENTB SAP (DD: Persisting Activating Ojects in Mass Activation) Table details

Dictionary Type: Table
Description: DD: Persisting Activating Ojects in Mass Activation




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




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

DBDCGENTB is a standard SAP Table which is used to store DD: Persisting Activating Ojects in Mass Activation data and is available within R/3 SAP systems depending on the version and release level.

The DBDCGENTB table consists of various fields, each holding specific information or linking keys about DD: Persisting Activating Ojects in Mass Activation data available in SAP. These include TYPE (ABAP/4 Dictionary object type), NAME (Name of the ABAP Dictionary object), INDX (Unique Index ID in a Table), LOCAL (DD: 'N': Latest version/'A': Active version is activated).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DBDCGENTB table 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
TYPEABAP/4 Dictionary object type OBJECTTYPCHAR4OBJECTTYP
NAMEName of the ABAP Dictionary object OBJECTNAMECHAR30OBJECTNAME
INDXUnique Index ID in a Table INDEXIDCHAR3INDEXIDDIX
LOCALDD: 'N': Latest version/'A': Active version is activated DDLOCALCHAR1AS4LOCAL
PRELEVELFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
ACTKINDDD: Flag if direct or dependent object activation ACTKINDCHAR1DDBOOL
PARTNumber of a partition for computing linked components DDPARTNRINT410INT4
LEVELNumber of level for topological sorting DDLEVELNRINT410INT4
RCReturn Code SYSUBRCINT410SYST_SHORT
ACTFLAGActions to be executed for a dependent DD object DEPACTIONCHAR4DEPACTION
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
NODOKUDD: Transport object with or without documentation DDNODOKUCHAR1AS4FLAG
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
ARBGBApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
SEVERITYOutput: Severity of error (N/SPACE-normal, E/F/A-error) SEVERITYCHAR1SEVERITY
PAR1 Parameters0
PAR2 Parameters0
PAR3 Parameters0
PAR4 Parameters0
OBJFUNCDD: Field for addtl. info from ext. table or transp. request DDOBJFUNCCHAR1DDOBJFUNC
ACTIONDD: Total action for an object by all those causing action DDTOTALACTCHAR4
DDCALL 'I': Indirect call using report, ' ': Otherwise0
LANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CYCLEOBJDD: Object Occurs in a Cycle DDCYCLEOBJCHAR1
IS_USEDSpecifies Whether DTEL or TTYP Are Used Actively DDISUSEDCHAR1
DELFLAG States whether object could be deleted0
SWITCHEDOF'X': Object switched off, will not be activated DDSWITCHOFCHAR1
SWITCHDEPDD: 'X': Object depends on switch, not in act. set DDSWITCHDECHAR1

Key field Non-key field



How do I retrieve data from SAP table DBDCGENTB using ABAP code

The following ABAP code Example will allow you to do a basic selection on DBDCGENTB to SELECT all data from the table
DATA: WA_DBDCGENTB TYPE DBDCGENTB.

SELECT SINGLE *
FROM DBDCGENTB
INTO CORRESPONDING FIELDS OF WA_DBDCGENTB
WHERE...

How to access SAP table DBDCGENTB

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