Hi All,
I want to achieve following set of commands of unix in SAP. I don't have UNIX access so have to achieve these in SAP.
- Cd /usr/sap/data/acd/xyz/
- Rm acd1000d
- Approve with Y
- ./acd1000x
First three commands are for accessing the directory and deleting the file, which I am able to do from one of the standard FM in SAP, FMCT_DELETE_UNIXFILE. But i am not able to find the solution of the last command, which is triggering/initiating a script. I dont wish to write any code.
So Please let me know if there is some other standard way in SAP to achieve the last command or some other FM.
Thanks in advance
Ankikt