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: 

after modification how to add a new transport request to the existing program which already has transport request

Former Member
0 Kudos

after modification how to add a new transport request to existing program which already has transport request

1 ACCEPTED SOLUTION

Former Member

Hi Atul

Is the transport request containing the initial changes of the program already released ?  If yes , then after a new modification , you will need to create a new TR.

If not , then you can utilize the same TR..

I am replying based on my understanding of the possible issue you might be facing . Please provide more details about the exact scenario so that we can sort out the issue

Thanks

Rishi

7 REPLIES 7

Former Member

Hi Atul

Is the transport request containing the initial changes of the program already released ?  If yes , then after a new modification , you will need to create a new TR.

If not , then you can utilize the same TR..

I am replying based on my understanding of the possible issue you might be facing . Please provide more details about the exact scenario so that we can sort out the issue

Thanks

Rishi

former_member207661
Active Participant
0 Kudos

Hi Atul,

When we make any modification in any object, which is already part of a TR, new changes automatically gets saved in old TR.

However, if for any particular reason if you want to add this object in a separate(OR new) TR, delete this object from current TR and then open the object in EDIT mode, save and activate, it will ask for TR. You can mention new TR name here.

Please make sure that all the relevant objects also moved to new TR, depending on situation.

Warm Regards,

Shyam

Former Member
0 Kudos

Hi,

  Open that program in se80 right click on program->other functions->write transport entry.

atul_mohanty
Active Contributor
0 Kudos

Hi Atul -

If the last transport (not the task) associated with the program modified has been released, then if you make changes to the program then system will ask for new transport and then you can create new transport and save the changes on the new transport.

If the last transport associated with the program modified has not been released and the task has been released then if you make changes to the program then system will ask for new task to the transport (used) and then you can create new task and save the changes on the new task.

If you have program that is saved under local ($tmp), then you can go the object directory from SE38 and assign a package and then add a new transport (by creating).

If you have by mistake added the changes to transport that you do not want, then go to SE10 and delete the program from the transport (by keeping cursor on the program in SE10 under the transport and then right click and delete the object. Then you come to SE38 and make changes to the program (try to comment a line and again un-comment it), it will ask for transport and you can provide new transport.

Let us know, if it helps.

Regards,

Atul Mohanty

former_member187748
Active Contributor
0 Kudos

Hi  Atul,

if you have modified your code, and it has not been transported yet, it will be saved on the same TR,

if you don't wants to use taht TR, (if in that TR there are something else that you don't wants to transport), then i will sujjest you to go to SE10, and search the TR, in which you have done modifications, then delete the object, or you can delete TR too.

Now with your modified code, when you will go to save after deleting the object from previous TR,

it will automatically prompt you to create a new TR.

sivaganesh_krishnan
Contributor
0 Kudos

HI atul ,

To change the request for already existed program which has not been released.

GOTO se38 -> enter the program name -> In menu select GOTO -> Object directory entry -> click the change button -> change package name ->click tick mark ->  change the request number ->save it.




Regards,

sivaganesh

Former Member
0 Kudos

Hi Atul,

  1. First locate your report in t-code se38. Follow the menu path Utilities->Versions->Version management.
  2. Goto SE01. Click on "Display" tab. Enter your old request no. Click on "Display" button.
  3. Trace the request tree till you find your program. put cursor on your object(program) & Click on "Delete" Button.
  4. then Goto your program. Save it. It will ask you for Request no. Click on "Create" button & enter you new request description & click on "OK" button.... there you go.

Regards,

NG