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

Regarding transport request

Former Member
0 Likes
949

Hi folks,

I have a small doubt.. can you any clarify my doubt.

I have changed one program and then released the request to quality, due to some reasons it failed.

Now i have created one more request , this time i just added some comments..Now i realeased to quality, it went fine.

Now i need to move to production, so i have asked the basis to move the new request and discard the old request..

I think it is correct always move the latest request. My doubt is the code which i wrote is in old request and in the new request only some comments are added...

if i send the new request whether all the changes are been overwritten in production?? This was my doubt..Will there be any problem.

I know its a silly question but just wanted your opinion..

Regards,

raj

1 ACCEPTED SOLUTION
Read only

faisalatsap
Active Contributor
0 Likes
914

Hi, Kumar

The production program will replace by the new one which you are talking about the with comments the latest one.

KInd Regards,

Faisal

Hi folks,

I have a small doubt.. can you any clarify my doubt.

I have changed one program and then released the request to quality, due to some reasons it failed.

Now i have created one more request , this time i just added some comments..Now i realeased to quality, it went fine.

Now i need to move to production, so i have asked the basis to move the new request and discard the old request..

I think it is correct always move the latest request. My doubt is the code which i wrote is in old request and in the new request only some comments are added...

if i send the new request whether all the changes are been overwritten in production?? This was my doubt..Will there be any problem.

I know its a silly question but just wanted your opinion..

Regards,

raj

6 REPLIES 6
Read only

Former Member
0 Likes
914

ya u can release the latest one...it ll overwrite the code also...

but it is preferred dat the request is moved in the same sequence as in Quality

Read only

0 Likes
914

Hi,

Thanks for giving your opinions... I have given points to all of you..Once the request is moved to production and working well i will give 10 points to TT.

Regards,

Raj

Read only

GauthamV
Active Contributor
0 Likes
914

yes, you can send the latest request which will effect all changes to PRD.

Read only

faisalatsap
Active Contributor
0 Likes
915

Hi, Kumar

The production program will replace by the new one which you are talking about the with comments the latest one.

KInd Regards,

Faisal

Read only

uwe_schieferstein
Active Contributor
0 Likes
914

Hello Kumar

There is an obvious explanation why you should always transport even failed requests completely, i.e. also into the productive system.

Scenario:

  • Transport 1 fails in QAS / TST

  • Transport 2 is ok in QAS / TST (contains bugfix for transport 1)

=> import 1 & 2 SIMULTANEOUSLY into PRD

When you transport requests simultaneously the system internally merges the requests so that they are imported as a single one where the bug in request 1 is "suppressed" by the bugfix in request 2

If you transport only request 2 into PRD and 5 months later your basis team want to do a system copy (PRD -> TST) guess what happens. They ask what should be done with all "open" requests in TST that have not been imported into PRD. If the basis team is not careful and does not check the import log of the failed request they may just forward this request into PRD where it is likely to fail.

Regards

Uwe

Read only

Former Member
0 Likes
914

thanks