Working with OS level from SAP
We have a task – manage OS level requests from SAP job scheduling tool (SM36 transaction). You know, there are a lot of tools to perform OS level tasks, that are built into OS or some 3rd party tools, which support command line access.
For example, I’ve created a simple executable file with just one command:
echo “SAP running” >> sap.log
We want to run this script from OS level locally on the server where SAP is running. Then, remotely, where no SAP system is installed.