Quantcast
Channel: SCN : Document List - SAP NetWeaver Administrator
Viewing all articles
Browse latest Browse all 273

Ice-breaker: Change the status of a transport request from RELEASED to MODIFIABLE

$
0
0

Scenario: change the status of a transport request from RELEASED to MODIFIABLE

 

Overview

Let us consider that you have made any change in your SAP system and captured that change in a transport request. Now you have released the transport request. But, soon you realize that you wanted this transport request to be in the modifiable state so that you can make further changes into it, as because once a transport request is released you will not be able to do anything on it anymore.

How can you make a “released” transport request “modifiable”?

 

The Process

You have a transport which is RELEASED as shown below.

1.png

Now, in SE16 go to E070 table and enter the transport number.

1.png

In the next screen, you will see the details of the transport request. Tick that request and in the transaction enter area type /h and hit enter.

 

1.png

This will turn on the ABAP debugger. You can check the message displayed in the bottom of the screen.

 

1.png

 

Now double Click on the TR on the same screen and you will be redirected to the debugger.

Once you are in the debugger, hit F7 key twice to come to a screen as shown below:

 

1.png

 

Double click on the if code =’SHOW’ line and you will see the value of the field names getting displayed below. Previously this field was empty.

 

1.png

 

Click on the change button and change the value of SHOW to EDIT. Press the Change button again and hit the key F7.

 

1.png

 

*****Things to Note****************************************************************************************************************************

 

Before turning on the ABAP debugger, please ensure that you have the following settings incorporated:

In SE16, go to SETTINGS and click on USER PARAMETERS.

 

1.png

In the parameters, make sure you have made the following settings:

 

1.png

*************************************************************************************************************************************************************************************

 

Now, let’s come back to the discussion. After pressing F7 twice, you will now see the details of the transport request in change mode.

 

1.png

 

Go ahead and change the value of TRSTATUS from R to D. D stands for modifiable.

Then SAVE.

1.png

The transport request will be changed back to modifiable status.

 

1.png


Viewing all articles
Browse latest Browse all 273

Trending Articles