Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP spool to OTF format

Former Member
0 Kudos

Hi,

Is there any function module available to convert ABAP spool Job to OTF format?.

Final requirement is to convert this to PDF, however CONVERT_ABAPSPOOLJOB_2_PDF is not found suitable for this requirement, since the converted output needs to be of type XSTRING.

For WebDynpro, application, I have one solution. Please see the below URL

http://saptechnical.com/Tutorials/Smartforms/SFinEPasPDF/Page1.htm

I could convert ABAP spool to RTF format, now I would like to have a solution for converting this RTF file to OTF and then use function module CONVERT_OTF. This function module give converted result in export parameter of type XSTRING.

Please advice any solution for this

Regards

Sujith

1 REPLY 1

Former Member
0 Kudos

Hi,

Try with the report program RSTXPDFT4(ECC6).

With Regards,

Sakthi