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 sap abap data classes?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Advantages and disadvantages of different types of bdc's?
What is tcode se16. For what is it used. Explain briefly?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Difference between user exit and badis?
what is abstract classes
How collect statement is different from append?
What are advantages and disadvantages of logical data base
How to debug rfc function module?
How to write a code in tab control? : abap bdc
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Explain how do you get output from idoc?
Give few names of pooled tables in sap ?
What are the data types of the abap/4 layer? : abap data dictionary