Hi folks,
In VL03n, while isuuing output, i am using a smartform for the cond type PL21.
If i put PRINT button , it is printing only once.
if i configure to print for 5 times, then also it is printing only one time.
what should i do so that print should come 5 times if i will give 5 times to print.
it's very urgent.
ur answers will be rewarded.
Thanks & Regards
madhu
In you print program you must have to call the SMARTForm FM that many times.
Like This:
do nast_anzal times. * call smartform call function lf_fm_name exporting archive_index = toa_dara archive_parameters = arc_params control_parameters = ls_control_param * mail_appl_obj = mail_recipient = ls_recipient mail_sender = ls_sender output_options = ls_composer_param user_settings = space is_bil_invoice = ls_bil_invoice is_nast = nast is_repeat = repeat importing job_output_info = ls_job_info * document_output_info = * job_output_options = exceptions formatting_error = 1 internal_error = 2 send_error = 3 user_canceled = 4 others = 5. enddo.
Regards,
Naimesh Patel
Add a comment