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: 

how to do the Transport request revert back?

Former Member
0 Kudos

Hi,

how to revert the Transport Requests....from production to development..?

Thanks in Advance,

venkat

12 REPLIES 12

Former Member
0 Kudos

hi use this..

use the tocde ...scc1

Former Member
0 Kudos

Hi

use Tcode SE03

Cheers

Snehi

bpawanchand
Active Contributor
0 Kudos

hi

Yes, you can revert the transport request if you have developed in your DEV

server and transported to QA or PRD.

Find out the objects for transport request where you are getting problems,and revert the changes in DEV and create new transport request and transport to QA, test the result and then transport to PRD.

Regards

Pavan

vinod_vemuru2
Active Contributor
0 Kudos

Hi Venkat,

It is simple. First get the latest TR which is there in production

Just go to version management of ur object.

utilities=>Versions=>Versionmanagement.

Select the TR number which u got from production(Only this one) and click on retrieve button in tool bar.

It will revert all ur changes. Now do the version comparision. It won't show any differences.

In case of scripts and smart forms it is bit difficult as we don't have version management.

Use below program to download the script.

RSTXSCRP

Download the script from production system and upload the same to development system.

Smartforms i am not sure.

Thanks,

Vinod.

Edited by: Vinod Reddy Vemuru on Jul 28, 2008 6:12 PM

0 Kudos

Hi vinod,

I have small doubt. can you plz clarify me.

i have script which is having same TR in DEV,QAS,PRD. but i don't know driver program

i want to revert back the changes in that script. how to do it?

same way i have anothe script. TR is available in DEV, but in QAS and PRD doesn't have this TR. so this time i want to revert back the changes in DEV and then save those changes under same TR.

Then i will move to QAS, PRD..how to do this?

plz help me in detailed way.

Thanks in Advance,

venkat

0 Kudos

Venkat,

i have script which is having same TR in DEV,QAS,PRD. but i don't know driver program

i want to revert back the changes in that script. how to do it?

check the table TTXFP to get the corresponding driver program of a script.

For the second case,go to the version management of the program select the previous transport request and click retrieve.

K.Kiran.

0 Kudos

Hi Venkat,


i have script which is having same TR in DEV,QAS,PRD. but i don't know driver program
i want to revert back the changes in that script. how to do it?

To find out the driver program go to TNAPR table. Give ur script name in field FONAM and execute. If this script is configured in NACE transaction u will get the print program name in field PGNAM.

As i told it is not possible to revert back the changes as we do for programs because there is no version management for scripts. U have to manually delete the code u have written. Or else try the technique i told in earlier post download from production and upload to development.(Using standard program).

If u have modlogs kept for ur changes then ur job is easy.

One more idea is open development and quality systems in parallel and copy from quality/Production and paste the code in development. But this involves little risk.


same way i have anothe script. TR is available in DEV, but in QAS and PRD doesn't have this TR. so this time i want to revert back the changes in DEV and then save those changes under same TR.
Then i will move to QAS, PRD..how to do this?

This means ur script is not yet released to Quality. Correct!!!?

If this is the case then what is the point of reverting the changes? Its a new development. U can do what ever u want.

If u changed the code which was developed by some one then u have to delete ur code. Hope u remember what changes u have done:-) There is no other way.

Hope it is clear.

Thanks,

Vinod.

Edited by: Vinod Reddy Vemuru on Aug 4, 2008 3:17 PM

Former Member

Hi Venkat.

I would like to suggest a few references,

[SDN - Reference for Reversing a transport request|;

[SDN - Reference for Reverting the transport request|;

[SDN - Reference for Reverting back the transport request|;

[SDN - Reference for Reverting back Imported transport request|;

[SDN - Reference scenario for reverting back wrongly imported transport requests|;

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

Thanks buddy..

Regards,

venkat

Former Member
0 Kudos

still some inputs expecting.

Former Member
0 Kudos

Hi A transport request can not be revert back from PRD to DEV. There is Tool provided by SAp which can only do this requirement

Rgds

rajesh

Former Member
0 Kudos

Hi Venkat,

SE03 :The Transport Organizer Tools are a collection of programs that help you to work with the Transport Organizer.

For information on what a tool does and how to use it, double-click its text (or right-click and choose Documentation). The documentation appears on the right of the screen.

To execute the tool, position the cursor on it and choose Execute.

SCC1: to copy the customizing requests.

The best method is to do a version management,,

The changes you are sure of in development will overwrite in qaulity or production when you pass the changes....

As mentioned the way to find the version managemen and I guess its hard to find the driver program name fro script.

I guess to revert transport requests isnot possible.

Mohinder