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
Specify the types of data dictionary objects.
Explain how is batch input process different from processing on line?
How to specify a client for database table processing?
What is an evaluation path? : sap abap hr
What is the difference between a substructure and an append structure? : abap data dictionary
What is ole?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the length of function code at user-command?
Explain sap abap 3-tier architecture?
What is roles and responsibilities of sap hr consultants? : sap abap hr
How to maintain lists?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is generic buffering?
How many lists can a program can produce?
What are the components of sapscript?