cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORMS-Archivelink-spool request not created-on Archive only selected

Former Member
0 Kudos

Hi experts

I am trying to archive a smartform on using the archivelink funcitonaly, i have done the configuration need.

When I choose on the pop up of printing the option: printing and archive and it works!

But when I choose only archive only, the tool doesnu2019t create a spool request and it doesnu2019t archive the data, I need the spool request to send a copy by email.

And the user should has the option to chose which option wants

I check the SSF_CLOSE FM and I found that it look like the spool it is only for printing and P & A option

CALL FUNCTION w_fm_name

EXPORTING

t_zmbol_bol = e_mbol

w_pars = w_pars

archive_index = w_arch_index

archive_parameters = w_arch

control_parameters = control_parameters

w_ocean = w_ocean

w_zpvalnam = w_zpvalnam

w_dg = w_dg

e_dg_des = e_dg_des

w_descr1 = w_descrpt1

w_descr2 = w_descrpt2

w_descr3 = w_descrpt3

*****for SSF_CLOSE

  • close spool only for printer output

case ssfpp-tddevice.

when c_device_printer.

  • if ssfpp-tdarmod <> c_archive_only or

  • ( ssfpp-tdarmod = c_archive_only and

  • otf_keep-archive = c_false ).

if ssfpp-tdarmod NE c_archive_only.

clear otf[].

perform otf_close_spool changing ssfpp.

endif.

when c_device_telefax.

endcase.

Thanks for you help

Edited by: Mikicr811 on Dec 3, 2010 6:22 PM

Edited by: Mikicr811 on Dec 3, 2010 6:26 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member265147
Discoverer
0 Kudos

Hi Mikicr811

Could you please describe all the config you have done to get to here.

We are struggling with a similar situation.

Kind Regards

R