Another alternative is to create an External Operating System Command in SAP Transaction SM69 and use it in the program by calling the SAP standard FM ‘SXPGCOMMANDEXECUTE’. Demerit: ABAPers usually do not have authorization to this Transaction SM69 and they need to depend on Basis/Security to get a new command created.
- To perform tasks more efficiently, Basis administrator can execute operating system command directly from SAP GUI. Instead of logging into the operating system to run the OS command. The common TCODE to run the OS command: SA38 and SM69 Option 1.
- How to create external commands using SM49&SM69 in SAP Application which is built on UNIX/LINUX OS. If we are going to create any os level command from SM49 it won’t allow us to use the wildcard entries like ”. “, “?”. A functional module “SXPGCOMMANDLISTGET” is used in every ABAP program to execute the OS level commands.
SAP TCode (Transaction Code) - SM64
SAP Tcode | SM64 |
Description | Manage Background Processing Events |
Package | SBTC |
Program Name | RSEVTHIST |
Screen Number | 3000 |
Transaction Type | T |
Module | Basis Components ► Use Subcomponents ► Background Processing |
The SAP TCode SM64 is used for the task : Manage Background Processing Events. The TCode belongs to the SBTC package.
SAP Background Processing Tcodes
Tcode | Description | Module |
---|---|---|
SM63 | Display/Maintain Operating Mode Sets | BC-CCM-BTC |
SM61B | New control object management | BC-CCM-BTC |
SPBT | Test: Parallel background tasks | BC-CCM-BTC |
SM64 | Manage Background Processing Events | BC-CCM-BTC |
EXTSDL | Administer the External Scheduler | BC-CCM-BTC |
RZ01 | Job Scheduling Monitor | BC-CCM-BTC |
SM37 | Overview of job selection | BC-CCM-BTC |
SM37B | Simple version of job selection | BC-CCM-BTC |
SM61 | Backgroup control objects monitor | BC-CCM-BTC |
SM69 | Maintain External OS Commands | BC-CCM-BTC |
Sap Sm69 No Response
Transaction code SM49 is used to execute external operating system commands in SAPGUI. SAP Systems contain detailed information for each external command, including the operating system command itself, the pre-defined parameters in their full length, and information about whether additional parameters are permitted.
1. For example, we will execute “ping” command in SM49. Search the Command name, “ping” and double click on it. On the next screen, you will be prompt with the configuration and information of “ping” command. Click execute to continue the command execution.
2. Before the “ping” command executed, you will be prompted with the Additional parameters field. As for this example, i put “localhost” at the Additional parameters to ping the system to the localhost.
Sap Sm69
3. Yupp..the result of the ping.