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: 

SCRIPT

Former Member
0 Kudos

HOW CAN I FIND THE REQUEST NO OF THE SAP SCRIPT

THANK U

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ramesh,

Check the table E071 for transport requests.

Give your script name to OBJ_NAME and it will give the tranport request number to the filed TRKORR

Thanks,

Vinay

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to transaction SE03, click on the "Search for Objects in Request/Task" and then click the execute button. You will notice the top section has a few object types already there, go to the first open record where you can select an object type, here enter FORM and then the name of the form to the right of that field. Make sure to check the checkbox for that line as well. Then click execute, the next screen will show all of the transport where that sapscript was attached.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Ramesh,

Check the table E071 for transport requests.

Give your script name to OBJ_NAME and it will give the tranport request number to the filed TRKORR

Thanks,

Vinay

suresh_datti
Active Contributor
0 Kudos

You could also go to SE71 & enter into change mode for the form in question.. when you try to save it, you will be prompted with change Request if the form is already tied to a req. else, you can tie it to a new req from there..

~Suresh