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: 

query regarding moving transport request

Former Member
0 Kudos

HI all,

I have query regarding moving the transport request.

I have a main program with 3 includes. I have made some changes in the 1st include and transported it to the quality(testing). Now i made changes in the 2nd include and saved it in a different request(as request for the 1st include is already released). Now i am moving the changes of the 2nd include into the production. Here I want to know whether all the changes that i have made for the 1st include also will reflect in the production when the 2nd request is moved to production( incase of 1st include, only moved till quality) or only the changes made in the 2nd include will only reflect.

Kindly clarify as soon as possible.

Best regards

John

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

As per my knowledge,

If you want to reflect your 1st include changes in production, you have to release it also to production. Else it won’t reflect in production. And also if you changed the second include based on 1st include updated logic (which is in quality now) and moved second include into production then it may give error or short dump because 1st include changes are not reflecting in production as of now.

Thanks

Siva Kumar

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

hi John,

if I understood correctly:

1st transport ==> contains 1st include ==> transported into Quality

2nd transport ==> contains 2nd include only ==> transported into Production

if this is the case, than you have to transport your 1st request into production as well, otherwise the changes are not there.

ec

0 Kudos

It was a very helpful answer to me. thanks for you reply.

Former Member
0 Kudos

hi

As per my knowledge,

If you want to reflect your 1st include changes in production, you have to release it also to production. Else it won’t reflect in production. And also if you changed the second include based on 1st include updated logic (which is in quality now) and moved second include into production then it may give error or short dump because 1st include changes are not reflecting in production as of now.

Thanks

Siva Kumar

0 Kudos

Hi,

Thank you very much for the response. I have a query regarding the same. If i am making changes only in one single report and i am moving it to the quality. Now again i am making changes in the same report and saving it in a different request and moving it to the production. in this case, i wanted to know whether the whole changes made in the first and second request will reflect in the production or only the 2nd request's change will only reflect (since it is only a single report. there is no include in the program)

Kindly send ur suggestions.

Best regards,

John

0 Kudos

in this case you have two requests like:

request #1 - program Z... version -1

request #2 - program Z... version current

in this case the transport has to be in order like above (because these transports contain the same objects). If request #1 is NOT transported into production, it is not a big problem. What you definetly have to avoid is : to import request #2 and after it import request #1. This will definetly cause that you have the wrong veriosn in production (because current version is overwritten by an earlier one).

ec

0 Kudos

Thankyou very much