how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
Answer Posted / abaprajaram
Smartform - activate it and then generate the FM with
fallowing simple steps to get the print program
ALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'ZTACA_SMFORM2'
IMPORTING
FM_NAME = fm_name
EXCEPTIONS
NO_FORM = 1
NO_FUNCTION_MODULE = 2
OTHERS = 3.
call function fm_name
Exporting
salary = g_salary
TABLES
it_flttab = it_flttab
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is runtime analysis?
Where the payroll results are stored
What is the different between abap and ooabap? Why do we use ooabap?
What are the types of data types in the sap abap?
What is partner selection?
On which event we can validate the input fields in module programs?
In the `select' statement what is group by ?
What is meant by read lock? : sap abap data dictionary
What is open sql?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
Explain Catch Command in ABAP?
How do you get the number of lines in an internal table?
How is conversion of data types done between abap/4 & db layer?
What are function modules?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.