Table/Structure Field list used by SAP ABAP Function Module SXPG_CALL_SYSTEM (Execute an External Command)
SAP ABAP Function Module
SXPG_CALL_SYSTEM (Execute an External Command) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | EXTCMDEXEX - EXITCODE | Exit code of an external program | SOURCE VALUE(EXITCODE) LIKE EXTCMDEXEX-EXITCODE |
|
| 2 | EXTCMDEXEX - EXITCODE | Exit code of an external program | ||
| 3 | EXTCMDEXEX - STATUS | Start or exit status of an external program | SOURCE VALUE(STATUS) LIKE EXTCMDEXEX-STATUS |
|
| 4 | EXTCMDEXEX - STATUS | Start or exit status of an external program | ||
| 5 | EXTCMDEXIM - TRACE | Control indicator for external programs (trace level) | ||
| 6 | EXTCMDEXIM - TRACE | Control indicator for external programs (trace level) | SOURCE VALUE(TRACE) TYPE EXTCMDEXIM-TRACE OPTIONAL |
|
| 7 | OPSYSTEM - FILESYS | Syntax group for file and path names | ||
| 8 | OPSYSTEM - OPSYS | Name of operating system | ||
| 9 | SXPGCOLIST - NAME | Logical command name | SOURCE VALUE(COMMANDNAME) LIKE SXPGCOLIST-NAME |
|
| 10 | SXPGCOLIST - NAME | Logical command name | ||
| 11 | SXPGCOLIST - OPSYSTEM | Operating System of Application Server | ||
| 12 | SXPGCOLIST - PARAMETERS | Parameters of external program (string) | ||
| 13 | SXPGCOLIST - PARAMETERS | Parameters of external program (string) | SOURCE VALUE(ADDITIONAL_PARAMETERS) LIKE SXPGCOLIST-PARAMETERS DEFAULT SPACE |
|
| 14 | SYST - OPSYS | ABAP System Field: Operating System of Application Server |