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 differences between abap and ooabap. In which situation we useooabap?
Why do we need enhancements?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
how to track records from data dictionary?
What are the different attributes that can be assigned to a variant?
What is native sql?
What are the disadvantages of using explicit enhancement?
What is the difference between a pool table and a transparent table?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are the function module in bdc?
If your project is support project ? when is your implementation has completed ?
What are interface/conversion programs in SAP?
What are the system table used in abap?
What are the data types of the abap/4 layer? : abap data dictionary
Can you define a field without a data element? : abap data dictionary