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 transporting from development server to production server

Former Member
0 Likes
526

i have made some changes to a z-tcode name...and some changes in the program also..do i have to transport both of them seperately or any one is enough?

Do i have to create different requests for the two?

And i am able to create transport request only in the first save only...Is there any provision to create request seperately and assign objects to that request..

Moderator message - Welcome to SCN.

Moderator message - But please be aware of the correct forum you should be posting to - moved to the correct forum

Edited by: Rob Burbank on Nov 18, 2009 9:13 AM

i have made some changes to a z-tcode name...and some changes in the program also..do i have to transport both of them seperately or any one is enough?

Do i have to create different requests for the two?

And i am able to create transport request only in the first save only...Is there any provision to create request seperately and assign objects to that request..

Moderator message - Welcome to SCN.

Moderator message - But please be aware of the correct forum you should be posting to - moved to the correct forum

Edited by: Rob Burbank on Nov 18, 2009 9:13 AM

3 REPLIES 3
Read only

Former Member
0 Likes
499

You can transport through same request.

save both the changes in same request and transport it.

Read only

Former Member
0 Likes
499

Hi,


i have made some changes to a z-tcode name...and some changes in the program also..do i have to transport both of them seperately or any one is enough?

If both tcode and program are tagged to single transport request then you have to transport that single request.

No need of creating separate request for both .you can maintain single request.


And i am able to create transport request only in the first save only...Is there any provision to create request seperately and assign objects to that request..

Yes, you can do that but before that you have to delete the existing transport request to assign it to a new one

Regards,

Lakshman.

Read only

former_member191735
Active Contributor
0 Likes
499

System will ask you to create transport if it is a transportable object. The best practice is to move everything under one transport as some may be dependent on the other. ex: sales order user exits.

In your case, it is ok to move 2 different transports. If you create a program and transaction then you need to move program and then transaction. If you change, it is ok to move indepnedently