cancel
Showing results for 
Search instead for 
Did you mean: 

how to run a job in another system

Former Member
0 Kudos

This is the situation

i want to test if a job, with ad external progra, that now is running in a Windows Application Server, can be moved in a linux Application server (and in another system), and if linux can process the *.bat file

the jobs has a various step

C:\*.bat -> Progr. exit

Z* -> ABAP

Z* -> ABAP

Z*_STEP1 -> ABAP

ZBAPI_* ->ABAP

C:\*.bat -> Progr. exit

Anyone can help me to move it and schedulate the job?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have to convert the batch file of windows to shell script. and use that as external program or command in the job definition instead of .bat file.You also have to edit the job definition in sap saying that the background server should be your Linux Application server.

To convert *.bat file to shell script file this link would be helpful to you

http://tldp.org/LDP/abs/html/dosbatch.html

Reward points if helps.

Regards,

Phani