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 to use messages in lists?
What is value table? : abap data dictionary
Work most on which module: name a few tables?
Explain the differences between interactive and drill down reports?
how to read the standard field value in your custom program.
How many main windows are allowed in sapscript?
What is page window?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What two statements would be used to exchange data between programs using abap memory?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
what are the important fields while preparing sales order,inquiry?
What does the extract statement do in extract datasets?
What are null values? : abap data dictionary
What are the two different ways of building a match code object? : abap data dictionary
What are the different types of data dictionary objects? : abap data dictionary