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: 

request no of Sapscript

Former Member
0 Kudos
76

HI Gurus!

How to find the Request No of Sapscript form ? i tried in E070 & E071 , but i didnt got .

Regards

Rahul

1 REPLY 1

Former Member
0 Kudos
59

Hi,

The table you mentioned E071 is correct.

Put:

PGMID = 'R3TR'

OBJECT = 'FORM'

OBJ_NAME = <SAP_Script_name>.

It should return all transport requests (released or modifiable) that the SAP script is attached to.

If E071 does not show any thing then it because the SAP script is a local object. The package must be $TMP. Please check the Header -> Administrative Data -> Package.

If it is $TMP then the script will not be attached to a transport.

You then need to go to SE03 -> Change Object Directory Entries to change the package.

Cheers,

Aditya