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: 

Change a transport status

Former Member
0 Kudos

Hi All,

Is there a way to make a transport modified again after it was transported to the QA system ??

thanks,

Michal

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I don't believe that there is any standard functionality provided by SAP to do this.

Regards,

Rich Heilman

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I don't believe that there is any standard functionality provided by SAP to do this.

Regards,

Rich Heilman

0 Kudos

Hi

As just Rich said you can't change the request status if it was released.

But it can include all objects of a released request in new modifiable request.

Run transaction SE03:

- Choose (Doubleclick) Merge Object List node;

- Insert your requests and set option Released in the selection screen;

- Select the requests;

- Press Merge icon.

Now the system'll ask the request where objects have to be included: you cna create a new or old modificable one.

Max

Former Member
0 Kudos

Hi Michal,

1. Ur purpose is to RE-TRANSPORT the same request ?

2. Make a z program, modify the E070 table

record for that particular request

and make the field TRSTATUS = 'M'

(it will be R - released)

I did it and it works fantastic.

It allows re-transport and works normal

till we re-transprt.

3. Table : E070

D Modifiable

L Modifiable, Protected

O Release Started

R Released

N Released (with Import Protection for Repaired Objects)

regards,

amit m.

Former Member
0 Kudos

Can you let us know why?

Former Member
0 Kudos

Thanks, All.

I used Max's answer it solved my problem.

I needed to recreate the transports again because our QA

system was mistaked deleted...

Thanks,

Michal.