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

SCRIPT

Former Member
0 Likes
395

HOW CAN I FIND THE REQUEST NO OF THE SAP SCRIPT

THANK U

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
374

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
374

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

Read only

Former Member
0 Likes
375

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

Read only

suresh_datti
Active Contributor
0 Likes
374

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