DDMASS SAP (DD: Structure for mass activator parameters) Structure details

Dictionary Type: Structure
Description: DD: Structure for mass activator parameters




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




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

DDMASS 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: Structure for mass activator parameters" 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_DDMASS TYPE DDMASS.

The DDMASS table consists of various fields, each holding specific information or linking keys about DD: Structure for mass activator parameters data available in SAP. These include EXTTAB (ATAB table with structure TACOB), MEDIUM (DD: Category of input medium in mass activation program), DDMODE (DD: mode in the mass activation program), INACTIVE ('X': Inactive, ' ': Active nametab is written).. 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: Cannot Be Enhanced


SAP DDMASS 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
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
EXTTABATAB table with structure TACOB EXTTABCHAR30Assigned to domainAS4TAB
MEDIUMDD: Category of input medium in mass activation program DDMEDIUMCHAR3CHAR3
DDMODEDD: mode in the mass activation program DCMODECHAR1DCMODE
INACTIVE'X': Inactive, ' ': Active nametab is written DDINACTIVECHAR1DDBOOL
AUTHCHKDD: 'X': Perform check authority, '': No authority check DCAUTHCHKCHAR1DDBOOL
VERSIONVersion of DD object to be activated DDVERSCHAR1DDVERS
DELALLDD: Flag if all versions should be deleted DDDELALLCHAR1DDDELALL
DELNOREFDD: Flag if all versions should be deleted DDDELNOREFCHAR1DDDELNOREF
NOREPEATFlag indicating whether to restart after a termination FLAGNTCHCHAR1FLAGNTCH
IMPCHKDD: truth value DDBOOL_DCHAR1DDBOOL
LOGNAMEText, 256 Characters TEXT256CHAR256TEXT256
DEVICEOutput medium DEVICECHAR1DEVICE
WRITE_LOG 'X':Write Log, '': No Log0
LOGSHOWFlag if log should not be output to the screen DDPROTNAUSCHAR1DDPROTNAUS
TIMERDD: Flag ('X',''): Switch on timer ? TIMER_ONCHAR1DD_ACTEXE
FRCACTDD: Flag if dependent objects should be activated DDDEPACTCHAR1DDBOOL
ENQUEUEDD: Lock for the mass activation program (shared/exclusive) DDENQUEUECHAR1DDENQUEUE
DDDOMALENDD: For object lengths in the ABAP Dictionary DDOBJLENINT13DDOBJLEN
DDDTELLENDD: For object lengths in the ABAP Dictionary DDOBJLENINT13DDOBJLEN
DDTABLLENDD: For object lengths in the ABAP Dictionary DDOBJLENINT13DDOBJLEN
FCTActions for DD objects with direct input DDFCTCHAR3DDFCT
ACTSINGLEDD: Activates single activation by mass activation program DDACTSCHAR1DDACTS
EXCOMMIT'X': Commit after each object, ' ': No commit DDEXCOMMITCHAR1DDBOOL
TEST_ON 'X'/' ': Test Mode On/Off0
FOLLOW 'X'/' ': Write Action Log On/Off0
TABCMP 'X'/'': GEN/DEPTAB Compar. Before/After Parall. Act. On/Off0
STATPROT 'X'/'': Parallel Statistics in Own Log Yes/No0
PARALLELDD: 'X': Start in parallel mode, '': without parallel mode DDPARALLELCHAR1
MAXTASKSMaximum number of parallel tasks DDMAXTASKSINT410
RESPERCResources in percent of the available work processes DDRESPERCINT410
PERSISTDD: Flag for persistence control of mass activator DDPERSISTCHAR1
PERSISTSDD: Flag for persistence control of mass activator DDPERSISTCHAR1
NOTFILLDD: Flag for controlling dependencies selection DDNOTFILLCHAR1

Key field Non-key field



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

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

How to access SAP table DDMASS

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