Sending a spool request as PDF via e-mail
[Cl_BCS] [sending ack] [sending ack to] [sending report]
Symptom
From an ABAP application program, you want to convert spool requests to a PDF and send them as an e-mail using SAPconnect.
Other terms
Cl_BCS, BCS_EXAMPLE_8, PDF
Solution
Implement the correction instructions or import the relevant Support
Package.
The corrections contain a new sample report for sending spool requests that are converted to a PDF. The report is called BCS_EXAMPLE_8. It is structured in a similar way as the existing reports BCS_EXAMPLE_*.
The report uses the two function modules CONVERT_OTFSPOOLJOB_2_PDF and CONVERT_ABAPSPOOLJOB_2_PDF to convert a spool request to a PDF. To be able to use these function modules, you must implement Note 1320163, which is a prerequisite.