Data Element list used by SAP ABAP Function Module S_390_GET_SDBAC_VAR_VALUES (Gets variable values of table SDBAC for a given shortcut)
SAP ABAP Function Module
S_390_GET_SDBAC_VAR_VALUES (Gets variable values of table SDBAC for a given shortcut) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | SDBA_BTYPE | Type of DBA action | SOURCE VALUE(DBA_SHORTCUT) LIKE SDBAC-SHORTCUT |
|
| 2 | SDBA_CNAME | Name of command or report to execute | SOURCE VALUE(FOUND_CNAME) LIKE SDBAC-CNAME |
|
| 3 | SDBA_CTYPE | Execution mode for DBA action (using ext. program or report) | SOURCE VALUE(FOUND_CTYPE) LIKE SDBAC-CTYPE |
|
| 4 | SDBA_PTYPS | List of parameter types | SOURCE VALUE(FOUND_PTYPES) LIKE SDBAC-PTYPES |
|