2006 Mar 30 10:16 PM
Hi everyone,
It is possible to find from where a sapscript form is called?
I'm working with a form writen by someone else and I want to know which data is passed to the form when is called but sapscripts doesn't have a where-used-list command to locate it.
Any help will be appreciated!!!
Hi everyone,
It is possible to find from where a sapscript form is called?
I'm working with a form writen by someone else and I want to know which data is passed to the form when is called but sapscripts doesn't have a where-used-list command to locate it.
Any help will be appreciated!!!
2006 Mar 30 10:26 PM
Hi,
Sapcsript is called from a driver program.In the driver program it is called with Function Module OPEN_FORM.
Then all the data is passed to the form from the program with the FM WRITE_FORM.
For knowing the program name if you know form name or vice versa,you can check it in table TNAPR.
2006 Mar 31 1:59 AM
hi,
open the script, go to the menu option <b>FORM->CHECK->TEXTS</b> it will give a dialog box with a list of print programs where its was calling .
Generally while developing these type of programs form name and program name have the similar names to avoid this type of confusion.
Hope this help.
2006 Mar 31 3:15 AM
Hi,
You can also check for it in the table TNAPR..
Regards,
Suresh Datti
sorry didn't realise Phani had already mentioned this Table...
Message was edited by: Suresh Datti
2006 Mar 31 5:34 AM
Hi orlando,
1. open layout in display mode thru se71.
2. FORM--->CHECK---->TEXTS.
3. it will display small window.
4. click ok
5. again it will display a window,
in which it will list out
the programs, which are using this layout !
regards,
amit m.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |