DDDOACTRES SAP (DD: Status of domains (activation result)) Structure details

Dictionary Type: Structure
Description: DD: Status of domains (activation result)




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




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

DDDOACTRES 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 "DD: Status of domains (activation result)" 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_DDDOACTRES TYPE DDDOACTRES.

The DDDOACTRES table consists of various fields, each holding specific information or linking keys about DD: Status of domains (activation result) data available in SAP. These include DOMA (Status of the ABAP Dictionary object), DOHD (Status of the ABAP Dictionary object), DOFV (Status of the ABAP Dictionary object), ACT_RESULT (Return Code).. 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 DDDOACTRES 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
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
DOMAStatus of the ABAP Dictionary object OBJSTATECHAR1OBJSTATE
DOHDStatus of the ABAP Dictionary object OBJSTATECHAR1OBJSTATE
DOFVStatus of the ABAP Dictionary object OBJSTATECHAR1OBJSTATE
ACT_RESULTReturn Code SYSUBRCINT410SYST_SHORT
DEP_RESULTReturn Code SYSUBRCINT410SYST_SHORT
DEP_EXISTSingle-Character Indicator CHAR1CHAR1CHAR1
DO_CHANGESDD: Action for depends. and domain after domain activation DO_CHANGESCHAR1DO_CHANGES
DEPACTIONActions to be executed for a dependent DD object DEPACTIONCHAR4DEPACTION
A_PRESENTCharacter field of length 6 CHAR6CHAR6CHAR6
E_PRESENTCharacter field of length 6 CHAR6CHAR6CHAR6
W_PRESENTCharacter field of length 6 CHAR6CHAR6CHAR6
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
CHK_IDDD: Check string ID DCDOMA0501NUMC3DCDOMA0200
SAANAMEDD: Check of name of a DD object for SAA norm DCSAANAMECHAR6DD_CHECK
NAMESPACEDD: Check for correct specification of a namespace DCNAMSPACECHAR6DD_CHECK
DDTYPENAMECheck for conflict with name of a built-in DD type DCDDTYPNAMCHAR6DD_CHECK
PROTECTDOMDD: Checks for attributes of protected domains DCDOMA0033CHAR6DD_CHECK
ACTFLAGDD: Check: Valid values in ACTFLAG DCDOMA0008CHAR6DD_CHECK
VALEXIDD: Check: Valid values in VALEXI flag DCDOMA0016CHAR6DD_CHECK
TYPEXISTSDD: Check: Specified data type exists DCDOMA0002CHAR6DD_CHECK
NOTVARCDD: Check: Data type VARC when changing/creating a domain DCDOMA0001CHAR6DD_CHECK
NOTTMSTDD: Check: Data type TMST for changing/creating a domain DCDOMA0018CHAR6DD_CHECK
TYPLENDD: Check: Number of positions appropriate for data type DCDOMA0004CHAR6DD_CHECK
TYPDBLENDD: Check: Number of places appropriate for data type in DB DCDOMA0007CHAR6DD_CHECK
TYPDECIMALDD: Check: Number of decimal places appropriate DCDOMA0005CHAR6DD_CHECK
OUTPUTLENDD: Check: Output lenth approp. for data ty., no. of pos... DCDOMA0009CHAR6DD_CHECK
MAXOUTPLENDD: Check: Max. output length on screens exceeded DCDOMA0032CHAR6DD_CHECK
LOWERCASEDD: Check: Lowercase flag appropriate for data type DCDOMA0013CHAR6DD_CHECK
TYPSIGNDD: Check: Sign appropriate for data type DCDOMA0006CHAR6DD_CHECK
CONVPERMITDD: Check if conversion routine is valid DCDOMA0029CHAR6DD_CHECK
CONVEXITDD: check if conversion routine exists DCDOMA0027CHAR6DD_CHECK
OUTPUTSTYLEDD: Check if output style correctly maintained (type values) DCDOMA0036CHAR6DD_CHECK
FVALPERMITDD: Check: Fixed value definition allowed for the data type DCDOMA0020CHAR6DD_CHECK
FVINPUTCHKDD: Check if data type with input check on mask DCDOMA0023CHAR6DD_CHECK
LANGU_FVALDD: Check on language-dependent fixed values DCDOMA0019CHAR6DD_CHECK
FIXVALTYPEDD: Check: Fixed values (data type, number of positions, ..) DCDOMA0010CHAR6DD_CHECK
DOUBLEFVALDD: Check for duplicate single fixed values / limits DCDOMA0021CHAR6DD_CHECK
BOUNDARIESDD: Check the fixed value lower and upper limit DCDOMA0022CHAR6DD_CHECK
FVDISJUNCTDD: Check: disjunct values + ranges for fixed values DCDOMA0017CHAR6DD_CHECK
EBCDICFVALDD: Check fixed value ranges regarding EBCDIC sequence DCDOMA0024CHAR6DD_CHECK
FVALEXAPPDD: Check for existing fixed values for fixed value append DCDOMA0034CHAR6DD_CHECK
PACKAGECHKDD: Package Check DCDOMA0035CHAR6DD_CHECK
VTABPERMITDD: Check if definition of value table is valid DCDOMA0031CHAR6DD_CHECK
VTABCLASSDD: Check: Does the value table have the correct table cat. DCDOMA0025CHAR6DD_CHECK
VTABKEYDOMDD: Check: Key domain/data element of value table DCDOMA0011CHAR6DD_CHECK
VTABDOMDD: Check: Value table for several domains/data elements DCDOMA0012CHAR6DD_CHECK
VTABCHANGEDD: Was the value table changed DCDOMA0026CHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DDDOACTRES

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