how to call the smart form from the report?is it Possible or
not?
Answer Posted / someshwar chatterjee
yes it is possiple to call smartform from a report, all we
have to do is at first execute the smarform once, it will
generate a function module number.
Go to the report where to call the smartform call the
funcntion module(ctrl+f6)give function name
SSF_FUNCTION_MODULE_NAME press enter. In the export
parameters FORMNAME give the smartform name within single
codes and in import parameters FM_NAME (F_NAME TYPE
RS38L_FNAM ), give F_NAME which stores the function module
number generated after executing the smart form.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
How many ways can a sap system be accessed?
What is the tcode for sapscript forms?
What is the reserve command?
Explain buffering concept usage?
What is view proxy in abap?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What are uses of foreign key?
What is IMG in SAP?
What are the two methods for modifying sap standard tables?
wht is the diff. b/n initialization and lotus of event
What are the events we use in dialog programming and explain them?
What is the difference between select statement and provide statement ? : abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What statement will be found in an sap application program that implements a function module exit?
Where do you use help views?