Hi All,
How can I know the smartform or script attached to a report or program.
There is a standard transaction which is showing the form when some action takes place on the screen. Now I want to know whether the form is coming out of a script or smartform and if in any of the case is then how can I know the name of script or smartform attached to the reprot.
Thanks
Mark
HI,
You will get SD and MM related forms in TNAPR table FI related forms will be there in T001F table
TTFXP -Selection list of print programs will also be used for finding print program
For finding the print program of a smartform,TNAPR is the table name.
Ex:
PGNAM:SAPFM06P
SFORM:LB_BIL_INVOICE
TNAPR table Processing programs for output
Useful for output types.
thanks for the prompt reply to you all, I still have not found a way out for my question.
I have the standard transaction ME9L , report name for this transaction is RM06ENDR_ALV. Now when I execute this transaction selection screen appears where I give some input to see the data. Now Final out put comes in ALV grid and there you can check number of the checkboxes or just one and then click the button on the toolbar.
On click of the toolbar button a form appears which gives details about the selected lines in ALV grid.
Now I want to search whether the form is coming because of the script or because of the smartform. How can I acheive this.
Thanks
Mark
Add a comment