a month ago
i am working on one project that has module pool program in that one screen and one button.
i am suffering to solve error is that job_output_info is empty when i run program then first print preview dialog open and when i come back from print preview job_output_info is empty.
ls_control-no_dialog = 'X'.
ls_control-preview = ' '.
ls_control-no_open = ' '.
ls_control-no_close = 'X'.
ls_control-getotf = 'X'.
ls_control-device = 'PRINTER'.
ls_output-tddest = 'LP01'.
ls_output-tddataset = 'BOH'.
ls_output-tdsuffix2 = 'HEALTH LETTR'.
CALL FUNCTION lv_name
EXPORTING
control_parameter = ls_control
output_options = ls_output
user_settings = ' '
payslip_id = ph11-payslip_id
emp_dept_data = emp_dept_data
IMPORTING
job_output_info = ls_job_output_info
TABLES
itab_emp_payslip_ite3 = itab_emp_payslip_ite3.
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.