Application Development and Automation 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: 
Read only

Transport Issue

Former Member
0 Likes
1,060

A developer created code in DEV system, in the meantime a developer was creating new dev in Sandbox. The code in DEV was wiped out by rthe Sandbox transport all the way to prod. Any way of retrieving the revision in DEV that was overwritten by the Sandbox transport?

Thank-You

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,032

Hi,

Go to SE38 -> type in the program name

In the menu go to Utilities -> Versions -> Version Management -> Select the previous transport (the changes you want to revert to)

Thanks,

Kartavya

A developer created code in DEV system, in the meantime a developer was creating new dev in Sandbox. The code in DEV was wiped out by rthe Sandbox transport all the way to prod. Any way of retrieving the revision in DEV that was overwritten by the Sandbox transport?

Thank-You

9 REPLIES 9
Read only

Former Member
0 Likes
1,033

Hi,

Go to SE38 -> type in the program name

In the menu go to Utilities -> Versions -> Version Management -> Select the previous transport (the changes you want to revert to)

Thanks,

Kartavya

Read only

naimesh_patel
Active Contributor
0 Likes
1,032

Check if you can find the previous version in the version history.

SE38 > Utilities > Version history.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,032

This is SASCRIPT code. It does not seem to work that way...thx.

Read only

matt
Active Contributor
0 Likes
1,032

Restore from backup is your only option then.

matt

Edited by: Matthew Billingham on Aug 26, 2008 4:49 PM

Read only

Former Member
0 Likes
1,032

If any version history exists, one can retrieve the old version. If no version exists... you have write the code once again..

Read only

Former Member
0 Likes
1,032

For scripts there is no version management.. You need to redevelop the script once again..

Read only

Former Member
0 Likes
1,032

Hi,

If the developer create in Sandpit, i think it should be created in other request not in the same request.

If it create with other request no.

You can go to UTILITIES -> VERSIONS -> MANAGE VERSIONS.

In that you can select the version u created on the request.

I hope it can help you.

Regards

Rajendra

Read only

Former Member
0 Likes
1,032

Hi ,

Go to SE38 -> type in the program name

In the menu go to Utilities -> Versions -> Version Management -> Select the previous transport (the changes you want to revert to)

IF you double click on that u can get teh older version changes so that you can get the previous program code .

and one more thing you can create a new version of the same request by SE03 click on unlock objects (Expert Tool ) and click on the check box and you can create a new version by creating transport of copies

Regards

Shankar

Edited by: Shankar SB on Aug 27, 2008 6:03 AM

Read only

Former Member
0 Likes
1,032

Hi Tom,

Go to se03, there click on search for objects in Req/tsks. There make a new entry like, FORM , eneter yur form name, Check both Modifyable & Released checkboxes and execute.

This whether this is useful or not.