SAP Basis : Step-by-Step Guide to Creating External Commands with SAP SM69 WINDOWS NT
To create an SAP SM69 external command configuration with SAP SM69 command examples for Windows NT, follow these steps:
1. Log in to your SAP system and navigate to the SM69 transaction.
2. Click on the "Create" button to create a new external command.
3. In the "Command Name" field, provide a unique name for your command, such as "WIN_COMMAND."
4. In the "Description" field, enter a brief description of the command, e.g., "External command for Windows NT."
5. In the "Operating System" field, select "Windows NT" from the dropdown menu.
6. In the "Command" field, enter the actual command you want to execute. For example, if you want to execute a batch file named "my_script.bat" located in the "\\server_host_name\sapmnt\folder\event.bat" directory, the command would be:
\\server_host_name\sapmnt\folder\event.bat
7. Optional: If you need to provide additional parameters or arguments to the command, you can enter them in the "Parameters" field.
8. Click the "Save" button to save the new external command.
After creating the command, you can execute it by selecting the command from the list and clicking the "Execute" button. The specified command will be executed on the Windows NT operating system.
After clicking on create it will give you a screen to create command in which you have to call the .bat file which will create an event with particular number and in scheduler you have to give that number and create an event which will execute the command.
Comments
Post a Comment