‎2012 Jan 20 3:21 AM
Hi All,
Is it possible to assign target server with executing FM 'JOB_SUBMIT' in background job?
In my SAP QA system, there are 2 instances (server). I want to set the background job to target specific server.
Thanks and regards,
Juli.
‎2012 Jan 20 3:28 AM
The target server is set during the JOB_CLOSE call in parameter TARGETSYSTEM
You will schedule a job with JOB_OPEN (where you give job name), JOB_SUBMIT (or SUBMIT... VIA JOB) and JOB_CLOSE (which actually is used to release the job by specifying start time/immediate processing)
‎2012 Jan 20 4:01 AM