2008 Jun 02 6:48 AM
Hi Guys,
While excuting the report,the output comes in smartform,i think they have used smartforms/script,How to find out that script/smartform name used in reports?
Warm Regards,
Mohandoss P.
2008 Jun 02 6:54 AM
if it is scripts search for open_form FM
if smartforms sarch for this SSF_FUNCTION_MODULE_NAME
FM........
Reward IF........
Regards
Anbu
Hi Guys,
While excuting the report,the output comes in smartform,i think they have used smartforms/script,How to find out that script/smartform name used in reports?
Warm Regards,
Mohandoss P.
2008 Jun 02 6:52 AM
2008 Jun 02 6:54 AM
if it is scripts search for open_form FM
if smartforms sarch for this SSF_FUNCTION_MODULE_NAME
FM........
Reward IF........
Regards
Anbu
2008 Jun 02 6:55 AM
good day friend.
In order for you to see all the PRINT PROGRAMS together with its corresponding FORMS (whether done in Sapscript or SmartForms), use the tcode NACE.
Once you execute this tcode(NACE), it will display all the applications.The thing that Im not sure is, the way it was organized.
For you to have a clear overview, i will give a sample. Just follow the steps i will provide and after which, you can do your own search of the print program.
1. Type tcode NACE.
2. Select EF --->purchase Order.It must be highlighted.
3. Click "Output Type" above. A new window will appear afterwards.
4. In this new window, Select NEU -->purchase Order.
5. Once it is highlighted, click "Processing Routines" found at the left side of the window.
6. After which, a new display list appears.
7. In this display list, double click the name of the program under the tag "Print output".
8. The particulars of that program appears.
9. Finally, Click the name of the program and the "PRINT PROGRAM" you want to view appears thereafter.
Plz reward if this is helpful.
good luck.
2008 Jun 02 6:57 AM
Hi ,
There will be function module used in the report for calling the smartform called SSF_FUNCTION_MODULE_NAME
This function module takess the name of the smartform as input parameter.
2008 Jun 02 7:03 AM
first activate debugging in sapscript at tcode :SE71
(Utilities menu)
If its a sapscript program the control goes to sapscript program during the running of the report.
Else in the report program find function module call for function module
SSF_FUNCTION_MODULE_NAME
the value of FORMNAME field gives the form name of the smartform program.
2008 Jun 02 7:09 AM
2008 Jun 02 7:12 AM
Hi
SCRIPT:
Goto SE71 -> Utilities -> Activate Debugger.
And execute your report. It it triggers you can find the form name in Debugger.
SMARTFORMS:
Goto FM SSF_FUNCTION_MODULE_NAME and put a break point in the FM and execute your report. There FORMNAME is the smartform name.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |