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

data transfer

Former Member
0 Likes
609

i am uploading a file.

i want to schedule the uploading(conversion) monthly.

what i should do.

please give whole process?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

to schedule the background jobs go to t-code

SM36

regards,

srinivas

<b>*reward for useful answers*</b>

i am uploading a file.

i want to schedule the uploading(conversion) monthly.

what i should do.

please give whole process?

3 REPLIES 3
Read only

Former Member
0 Likes
587

to schedule the background jobs go to t-code

SM36

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
586

Hi Javed,

1)Go to SM36 and give job name and job class.

2) Then, go to the start condition -> date/ time tab -> give scheduled start date and time -> then click on period values and select monthly and SAVE.

3) Go to step and give the program name and variant and SAVE.

Hope this helps.

Regards,

Arun Mohan

<b>Note: Reward points if helpful.</b>

Read only

Former Member
0 Likes
586

make sure the file is in the application server. program scheduled to run in background cannot access files in presentation server.

as others have suggested you can do this in SM36 and view the spool request in SM37.

you can also go to sa38

1. enter the program name and click on background.

2. enter the variant name and click on schedule

3. give the job name

4. enter the end of month

5. and choose schedule periodically and choose once in every month.

Thanks.