Skip to Content
0
Former Member
Sep 17, 2007 at 12:03 PM

Fax cover sheet for fax ouput

38 Views

Hi Experts,

I have created an action which triggers fax output. Fax is going with the actual output but not with the cover sheet.

I have copied the method CRM_SRVORDER_EXEC_SMART_FORM of class CL_DOC_PROCESSING_CRM_ORDERand customized that as per my requirements.

I have passed all the necessary parameters as shown below while processing the smartform.

ls_output_options-tdcover = lc_x.

ls_output_options-bcs_commit = lc_x.

ls_output_options-tdtitle = lv_tdtitle.

ls_output_options-tdcovtitle = lv_cover_title.

and I am using the function module SSFCONVERT_OTF_AND_FAX to send the fax output.

Even for this function module I am passing the below parameters.

ls_ssfpp-tdcover = lc_x.

ls_ssfpp-tdcovtitle = lv_cover_title.

ls_ssfpp-tdtitle = lv_tdtitle.

Am I missing any more parameters that need to be passed?

Please suggest me.

Regards,

Usha.