‎2008 Mar 20 8:17 PM
Hi,
I want to find the old transport request for the sapscript(form). Just now it has been over written by the latest CTR. So i need to transport the old one.
How to find out the old transport request.
Thanks,
‎2008 Mar 20 9:38 PM
Try giving the script name in OBJ_NAME field in table E071 and then execute and it will give you a list of all transports. You can sort it in descending and see the order of transports.
Thanks,
Srinivas
‎2008 Mar 21 3:37 AM
Goto Transaction SE03.
In object directory entry/find request ->
Select one check box Give object type FORM, give form name & execute.
It will display all the TR of that request
‎2008 Mar 21 3:42 AM
Hi,
Gotot tcode SE11-> Enter table name E071->
Give object name as your smart formname.
you will get all requests.
‎2015 Nov 18 5:39 AM
You can find your old sapscript form by using SE03 to list out all the released transport request no for your sapscript form.
Get the version (transport request no ) you need and inform your basis guys to re-import back the transport request no.
Your old sapscript form will be restored to the dev server.
It works for me.