Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background JOB

Former Member
0 Likes
600

HI All,

How to schedule background job If Program Is taking input file from Local SAP GUI Workstation(Non Sap).

thanks in advance.

Vinod

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

Hi,

You cannot interact with the GUI in the background you can only read a file from the application server.

Darren

HI All,

How to schedule background job If Program Is taking input file from Local SAP GUI Workstation(Non Sap).

thanks in advance.

Vinod

3 REPLIES 3
Read only

Former Member
0 Likes
558

Hi,

You cannot interact with the GUI in the background you can only read a file from the application server.

Darren

Read only

0 Likes
557

for background job, you will have to take the file from application server. In your case first u will have to upload the file in the appl. server by using the T code CG3Y.

Read only

Former Member
0 Likes
557

hi use sm36

create a variant for your program first.

and then use this sm36

for doubt clarifications check in my questions

follow this thread

in this i have given tips for that

follow this

it will work for sure