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
What is the difference between RETURNING and CHANGING parameters for a method?
What is a maintenance view? : abap data dictionary
Can a domain, assigned to a data element be changed? : abap data dictionary
What are logical data bases used in hr module? : abap hr
What is the difference between internal tables and extract datasets? : abap modularization
Have you processed BDCs ?
What is your current client number?
How do you find the information on the current screen? : abap bdc
What is the function of the transport system and workbench organizer?
What are the types of subroutines?
What is the difference between data elements and domains? : abap data dictionary
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is exception class and test class. How to use it?
Setting up a BDC program where you find information from?
What is the different type of projects? : sap abap hr