2010 Apr 16 10:49 AM
Dear gurus
i have create a smartform and i have called it from my program.
i dont want to show the printer device options how can i achieve that ?
below is the code for calling my smartform.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'ZSNAK_VF03_PRINTING'
IMPORTING
fm_name = smart_form_function_nm
EXCEPTIONS
no_form = 1
no_function_module = 2
OTHERS = 3
.
CALL FUNCTION smart_form_function_nm
EXPORTING
itab1 = itab1
temp4 = temp4
temp3 = temp3
ref_doc_no = ref_doc_no
po_no = po_no
printno = printno
TABLES
itab_tab = itab_tab
EXCEPTIONS
formatting_error = 1
internal_error = 2
send_error = 3
user_canceled = 4
OTHERS = 5.Regards
Saad Nisar.
2010 Apr 16 10:59 AM
Dear gurus
i have create a smartform and i have called it from my program.
i dont want to show the printer device options how can i achieve that ?
below is the code for calling my smartform.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'ZSNAK_VF03_PRINTING'
IMPORTING
fm_name = smart_form_function_nm
EXCEPTIONS
no_form = 1
no_function_module = 2
OTHERS = 3
.
CALL FUNCTION smart_form_function_nm
EXPORTING
itab1 = itab1
temp4 = temp4
temp3 = temp3
ref_doc_no = ref_doc_no
po_no = po_no
printno = printno
TABLES
itab_tab = itab_tab
EXCEPTIONS
formatting_error = 1
internal_error = 2
send_error = 3
user_canceled = 4
OTHERS = 5.Regards
Saad Nisar.
2010 Apr 16 10:59 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |