Application Development and Automation 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: 
Read only

throw file to printer

0 Likes
712

I made a program of type executable program.

It generates a report, my question is if there is any way to transform this report into PDF.

Ou jogar esse relatório para impressora .

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
646

The ABAP basis stack offers 2 PDF converters from spool requests, one from ABAP List, and one from OTF format (SAPScript, Smart Form) = function modules CONVERT_ABAPSPOOLJOB_2_PDF, CONVERT_OTFSPOOLJOB_2_PDF, etc.