Sap Sm69

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.

  1. 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.
  2. 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.
Sm69

SAP TCode (Transaction Code) - SM64

SAP TcodeSM64
DescriptionManage Background Processing Events
PackageSBTC
Program NameRSEVTHIST
Screen Number3000
Transaction TypeT
ModuleBasis 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

TcodeDescriptionModule
SM63Display/Maintain Operating Mode SetsBC-CCM-BTC
SM61BNew control object managementBC-CCM-BTC
SPBTTest: Parallel background tasksBC-CCM-BTC
SM64Manage Background Processing EventsBC-CCM-BTC
EXTSDLAdminister the External SchedulerBC-CCM-BTC
RZ01Job Scheduling MonitorBC-CCM-BTC
SM37Overview of job selectionBC-CCM-BTC
SM37BSimple version of job selectionBC-CCM-BTC
SM61Backgroup control objects monitorBC-CCM-BTC
SM69Maintain External OS CommandsBC-CCM-BTC
Full List of SAP Background Processing TcodesSm69

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.