Question:
Hi
i'd like to know if it is possible to execute a shell script created on the unix serveur, known by my sap of course?
thank you
regards
Patrice
Answer:
You want to execute a unx script from sap?
Answer:
Yes you can.
In SM36 ,when defining step, push 'External Program' button.
Fill 'Name' field with the shell you want the script to be executed in eg. /usr/bin/ksh
Fill 'Parameter' field with the path of the script you want to execute
eg. /tmp/myscript
Fill 'Target host' with your hostname.
You´re done.
Good luck
Answer:
Hi
Thank you very much, it works.
Patrice