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

old transport request for sap script (form)

Former Member
0 Likes
936

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,

4 REPLIES 4
Read only

Former Member
0 Likes
623

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

Read only

Former Member
0 Likes
623

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

Read only

Former Member
0 Likes
623

Hi,

Gotot tcode SE11-> Enter table name E071->

Give object name as your smart formname.

you will get all requests.

Read only

siongchao_ng
Contributor
0 Likes
623

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.