Data Element list used by SAP ABAP Function Module DD_MASS_ACT_C3 (DD: Mass activation)
SAP ABAP Function Module
DD_MASS_ACT_C3 (DD: Mass activation) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DCAUTHCHK | DD: 'X': Perform check authority, '': No authority check | SOURCE VALUE(AUTH_CHK) LIKE DDMASS-AUTHCHK DEFAULT 'X' |
|
| 2 | DCMODE | DD: mode in the mass activation program | SOURCE VALUE(DDMODE) LIKE DDMASS-DDMODE DEFAULT 'O' |
|
| 3 | DDACTS | DD: Activates single activation by mass activation program | SOURCE REFERENCE(ACT_S) LIKE DDMASS-ACTSINGLE DEFAULT ' ' |
|
| 4 | DDBOOL_D | DD: truth value | SOURCE VALUE(T_ON) LIKE DDREFSTRUC-BOOL DEFAULT 'X' |
|
| 5 | DDBOOL_D | DD: truth value | SOURCE VALUE(LOG_HEAD_TAIL) LIKE DDREFSTRUC-BOOL DEFAULT 'X' |
|
| 6 | DDDELALL | DD: Flag if all versions should be deleted | SOURCE REFERENCE(DELALL) LIKE DDMASS-DELALL DEFAULT ' ' |
|
| 7 | DDDELNOREF | DD: Flag if all versions should be deleted | SOURCE VALUE(DELNOREF) LIKE DDMASS-DELNOREF DEFAULT ' ' |
|
| 8 | DDDEPACT | DD: Flag if dependent objects should be activated | SOURCE VALUE(FRCACT) LIKE DDMASS-FRCACT DEFAULT ' ' |
|
| 9 | DDENQUEUE | DD: Lock for the mass activation program (shared/exclusive) | SOURCE VALUE(ENQUEUE) LIKE DDMASS-ENQUEUE DEFAULT 'S' |
|
| 10 | DDEXCOMMIT | 'X': Commit after each object, ' ': No commit | SOURCE VALUE(EXCOMMIT) LIKE DDMASS-EXCOMMIT DEFAULT 'X' |
|
| 11 | DDINACTIVE | 'X': Inactive, ' ': Active nametab is written | SOURCE VALUE(INACTIVE) LIKE DDMASS-INACTIVE DEFAULT ' ' |
|
| 12 | DDMAXTASKS | Maximum number of parallel tasks | SOURCE VALUE(MAXTASKS) TYPE PARCONTROL-MAXTASKS DEFAULT 12 |
|
| 13 | DDMEDIUM | DD: Category of input medium in mass activation program | SOURCE VALUE(MEDIUM) LIKE DDMASS-MEDIUM DEFAULT 'T' |
|
| 14 | DDNOTFILL | DD: Flag for controlling dependencies selection | SOURCE VALUE(NOTFILL) TYPE DDMASS-NOTFILL OPTIONAL |
|
| 15 | DDPERSIST | DD: Flag for persistence control of mass activator | SOURCE VALUE(PERSIST) TYPE DDMASS-PERSIST OPTIONAL |
|
| 16 | DDPERSIST | DD: Flag for persistence control of mass activator | SOURCE VALUE(PERSIST_SEL) TYPE DDMASS-PERSISTS OPTIONAL |
|
| 17 | DDRESPERC | Resources in percent of the available work processes | SOURCE VALUE(RESPERC) TYPE PARCONTROL-RESPERC DEFAULT 30 |
|
| 18 | DDVERS | Version of DD object to be activated | SOURCE VALUE(VERSION) LIKE DDMASS-VERSION DEFAULT 'ACT' |
|
| 19 | DEVICE | Output medium | SOURCE VALUE(DEVICE) LIKE DDMASS-DEVICE DEFAULT 'T' |
|
| 20 | EXTTAB | ATAB table with structure TACOB | SOURCE VALUE(EXTTAB) LIKE DDMASS-EXTTAB DEFAULT ' ' |
|
| 21 | SYSUBRC | Return Code | ||
| 22 | SYTABIX | Row Index of Internal Tables | ||
| 23 | TEXT256 | Text, 256 Characters | SOURCE REFERENCE(LOGNAME) LIKE DDMASS-LOGNAME OPTIONAL |