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 request

Former Member
0 Kudos

Hi All,

I have transported one program from Dev to Test system,but due to some reasons,I wansted to do some changes in the same object in Dev .

So how can i proceed?

Or shall i make a new request and transport it?

Let me know ASAP.

Thanks in advance

10 REPLIES 10

Former Member
0 Kudos

Once the request is released and transported to another system, it is not possible to change. Yes, you need to create a new request again in DEV and then transport.

Thanks,

Santosh

Former Member
0 Kudos

If you have already transported it then you cannot make any changes under the same transport request., You will have to create another request and transport it again. but remember when you transpor the same to production both the transport requests should go in the same order.

- Guru

Reward points for helpful answers

Former Member
0 Kudos

Hi,

You can do the changes in the DEV system and it will ask for a new request because the old one has moved to TEST system, after the changes completed then move the new request to TEST system, so there the new Request will be depnded on the Old request, so create dependecy there in the TEST system to move PROD system, or Move the OLD one first and then move the NEW one later, but this should be done with in no gap of time when you plan to move PROD system

Regards

Sudheer

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You need to create a new transport request when changing your program. When done, release the request and transport the changes. This is the normal procedure for moving modified objects from one system to another and doing so will provde versioning.

Regards,

Rich Heilman

SantoshKallem
Active Contributor
0 Kudos

after you make changes, when u save it it again ask to save in development class.

And u have to save it in new task an transport it.

regards

ferry_lianto
Active Contributor
0 Kudos

Hi Hemant,

You need to create new transport request in and release it in order to transport the latest changes again from DEV to TEST system.

Regards,

Ferry Lianto

Former Member
0 Kudos

Thanks guys ..

Thing is that That transport was failed during the transporting from Dev to another system .Due to structure mismatch.

So now i have to modify the report accordingly and need to move.

But is it possible to delete that errorout request and transport a fresh request from Dev?

0 Kudos

Once the transport is released you cannot do anything. Createa new request in DEV. Before releasing the request do the COMPLETE CHECK OF THE REQUEST.

In SE09, select the task and in the menu goto Request/Task->Complete Check.

Follow the same step for Request.

This will ensure if there are any errors before transporting.

Thanks,

Santosh

ferry_lianto
Active Contributor
0 Kudos

Hi Hemant,

I don't think you can delete the transport error request.

In order to fix the error, you need to tranport the latest changes for report program to TEST system. Please do syntax check and ensure free error prior to release and transport to TEST system.

Regards,

Ferry Lianto

0 Kudos

hey guys thanks ...

i have done all these checks but it was failed due to unmatch struct across the system.