DDTTACTRES SAP (DD: Status of Table Types (Activator Results)) Structure details

Dictionary Type: Structure
Description: DD: Status of Table Types (Activator Results)




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




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

DDTTACTRES 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 Table Types (Activator Results)" 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_DDTTACTRES TYPE DDTTACTRES.

The DDTTACTRES table consists of various fields, each holding specific information or linking keys about DD: Status of Table Types (Activator Results) data available in SAP. These include NAME (Name of the ABAP Dictionary object), STATE (Status of the ABAP Dictionary object), ACT_RESULT (Return Code), DEP_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 DDTTACTRES 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
NAMEName of the ABAP Dictionary object OBJECTNAMECHAR30OBJECTNAME
STATEStatus of the ABAP Dictionary object OBJSTATECHAR1OBJSTATE
ACT_RESULTReturn Code SYSUBRCINT410SYST_SHORT
DEP_RESULTReturn Code SYSUBRCINT410SYST_SHORT
NTAB_GENDD: Success of nametab generation DCNTAB_GENCHAR6DD_CHECK
MODEFLAGActivation flag ACTFLAGCHAR1ACTFLAG
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
ACT_MODEActivation mode of the data element DCDTEL0100NUMC3Assigned to domainDCDTEL0100
ACT_ALIASAliases for activation mode DCDTEL0501CHAR10DCDTEL0501
CHK_IDDD: Check string ID DCCHKIDNUMC3DCCHKID
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
ACCESSMODEDD: Check: Valid value in access type flag DCACCMODECHAR6DD_CHECK
KEYDEFDD: Check: Valid value in flag KEYDEF DCKEYDEFCHAR6DD_CHECK
KEYKINDDD: Check: Valid value in flag key type DCKEYKINDCHAR6DD_CHECK
INDXHDRDD: Check: Valid Flags in Secondary Index Headers DCINDXHDRCHAR6DD_CHECK
KEYDEFKINDDD: Check: Key type consistent with key DCKEYDKINDCHAR6DD_CHECK
KEY_ACCDD: Check: Access mode and key type/def. consistent DCKEYACCCHAR6DD_CHECK
TTYPGENDD: Check whether table type is generic DCTTYPGENCHAR6DD_CHECK
TTYPUSEDDD: Check: Generic table type already used DCTTYPUSEDCHAR6DD_CHECK
RANGESROW DD: Check for Row Type Category for Ranges Table Type0
DIRECTTYPE DD: Check if Type Defined with Direct Type Entry0
DTELACTIVE DD: Check if Given Data Element is Active0
STRUACTIVE DD: Check if Given Structure is Active0
TTYPACTIVE DD: Check if Given Table Type is Active0
REFTYPE DD: Check if Given Reference Type is Active and Implemented0
CLIFREFTYP DD: Check if Refer. Class/Interface Is Active/Implemented0
ROWTYPEGENDD: Check whether line type is not generic DCTYPEGENCHAR6DD_CHECK
ROWTYPEKEYDD: Check: Key def. valid for category of line type DCRTYPEKEYCHAR6DD_CHECK
PROXYTYPE Check: Usage of Generated Proxy Types0
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
KEYFDCOUNTDD: Check: Number of key fields correct DCKEYFDCNTCHAR6DD_CHECK
KEYFDPOSDD: Check: Position of key fields DCKEYFDPOSCHAR6DD_CHECK
KEYSYNTAXDD: Check: Syntax paths for key components DCKEYFDSYNCHAR6DD_CHECK
KFDEXISTDD: Check: Existence of key fields in line type DCKFDEXISTCHAR6DD_CHECK
KEY_NOTABDD: Check: Key contains no tables DCKEY_TABCHAR6DD_CHECK
EMPTY_KEYDD: Check: Default key not empty DCEMPTYKEYCHAR6DD_CHECK
KEY_DOUBLEDD: Check: multiple key components DCKEYDOUBLCHAR6DD_CHECK
TTRECURSIVDD: Check: Type definition recursive DCTTRECURSCHAR6DD_CHECK
TTYPELENDD: Check length of table type DCTTYPLENCHAR6DD_CHECK
RTTYPFLAGS Checks for Flags (Access Mode, Key Category, ...)0
RTTYPCTYP Check for Reference Type for LOW, HIGH Components0
RTTYPSTRUC Check for Structure of Structured Row Type0
RTCTDIRT Check for Direct Type Entry for Reference Type0
OCCURS Check: Value Range of Occur Parameter0
PACKAGECHKDD: Check Packages of Used Objects DCPACKCHKCHAR6DD_CHECK
SECKEYCHKDD: Check: Secondary Keys DCSECKEYCHKCHAR6DD_CHECK
ALIASNAMEDD: Alias Name Check DCALIASNAMECHAR6DD_CHECK
SECKEYRESTRDD: Secondary Index Restrictions DCSECKEYRESTRCHAR6DD_CHECK
SECKEYROWTDD: Sec. Index Consistency Check DCSECKEYROWTCHAR6DD_CHECK

Key field Non-key field



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

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

How to access SAP table DDTTACTRES

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