Application Development 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: 

Transport Background jobs.

0 Kudos

Hello Gurus,

We want to transport background jobs (created via SM36) from development to quality... my question is:

Can we transport background jobs between systems?

Thanks in advance.

Your's truly.

Abhishek.

1 ACCEPTED SOLUTION

former_member15255
Active Participant

Hello,

There is no way that Background Jobs created in Development server can be transported to Quality/Production because at the time of creating the background Job it doesn't ask for request. Secondly it is always possible to create background jobs in the production / Quality server because authorization of SM36 is there, if not ask for its authorization by the Basis

regards

Suresh nair

Edited by: Suresh Krishnan on Sep 26, 2008 9:47 AM

4 REPLIES 4

Former Member
0 Kudos

Background job as a whole cannot be transported. You can transport the programs within the background job to a desired system. Then you can create a similar batch job in the desired system using the transported objects.

former_member212653
Active Contributor
0 Kudos

no background jobs canot be transported..but you can set up a background job through a program and the program can be transported. Which have to manually executed through a tcode or from SE38/SA38 in quality.

former_member15255
Active Participant

Hello,

There is no way that Background Jobs created in Development server can be transported to Quality/Production because at the time of creating the background Job it doesn't ask for request. Secondly it is always possible to create background jobs in the production / Quality server because authorization of SM36 is there, if not ask for its authorization by the Basis

regards

Suresh nair

Edited by: Suresh Krishnan on Sep 26, 2008 9:47 AM

vincenzocappelluti
Participant
0 Kudos

Run the program RSTRANSP and give it program and variants name.

It will create a transport request for the variants.

Then, transport the request.

Bye.