2008 Feb 08 10:35 AM
HI Gurus!
How to find the Request No of Sapscript form ? i tried in E070 & E071 , but i didnt got .
Regards
Rahul
2008 Feb 08 10:54 AM
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