‎2007 Jan 17 8:55 AM
Hi Group,
I have a question relating to SAP Scripts.
The thing is that, I need to get the name of the report from the given SAP Script.
eg., if I am given the SAP Script, I need to know the Driver program relating to it.
Please let me know how we can get the same?
Thanks,
Vishnu.
‎2007 Jan 17 9:11 AM
‎2007 Jan 17 8:58 AM
Hi Vishnu,
<b>In TNAPR table the driver program name and form nanes will be stored</b>
go to se11 enter tnapr table
give the form name and execute u will get the driver program of that particular form
fields,
<b>PGNAM - Program name
FONAM - Form name</b>
‎2007 Jan 17 9:01 AM
hi Vishnu,
Check <b>TNAPR</b> table ... here give the program/form name and execute to know the details ..
regards,
Santosh
‎2007 Jan 17 9:03 AM
‎2007 Jan 17 9:11 AM
‎2007 Jan 17 9:13 AM
‎2007 Jan 17 9:18 AM
Hi Vishnu,
Follow these steps.
1.Open your form in transaction SE71.
2.Menu Bar Form - > Check - > text - > Enter.
You will get the print program name
‎2007 Jan 17 9:45 AM
Hi Vishnu,
If you are working with an functional member in the project you are, certainly in the same customization table he declares the used SAP Script formular, he also declares the name of the driving program. If he don't know that, justask him(her) to see the customization table where he does that, and you'll be able to get the program name.
Best regards,
Paulo Sousa
‎2007 Jan 17 10:39 AM