Skip to Content
0
Former Member
Oct 14, 2010 at 04:44 PM

Faxing Cover Sheet and Document Forms in the same print request.

61 Views

Hi All,

I'm new to ABAP and I have a requirement to print a Sales Order Confirmation Slip. Both the Sales Order Form and associated FAX Cover sheet are non standard and I've developed them as separate forms. The user will go to VA02/VA03 to either print, fax or email the output. Only if the user selects fax will a cover sheet be added to the request.

I tried controlling this via the form, but there is no way to conditionally print a master page.

So, I need to be able to submit both the cover sheet and Sales Order Confirmation in the same job.

Currently the SO print program uses the SD_PDF_SEND_DATA function module which creates a CL_BCS object to send faxes.

Is there a way to assign multiple documents to CL_BCS object? (I don't see one).

How can meet this requirement?