Data Element 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 | BTCXPGEXIT | Exit code of an external program | SOURCE VALUE(EXITCODE) LIKE EXTCMDEXEX-EXITCODE |
|
| 2 | BTCXPGPAR | Parameters of external program (string) | SOURCE VALUE(ADDITIONAL_PARAMETERS) LIKE SXPGCOLIST-PARAMETERS DEFAULT SPACE |
|
| 3 | BTCXPGSTAT | Start or exit status of an external program | SOURCE VALUE(STATUS) LIKE EXTCMDEXEX-STATUS |
|
| 4 | BTCXPGTRCC | Control indicator for external programs (trace level) | SOURCE VALUE(TRACE) TYPE EXTCMDEXIM-TRACE OPTIONAL |
|
| 5 | SXPGLOGCMD | Logical command name | SOURCE VALUE(COMMANDNAME) LIKE SXPGCOLIST-NAME |
|