cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a pdf document from abap report

mark_fryu
Participant
0 Kudos
187

hello everyone,
I would need to know all the ways to create a pdf document through abap report or function module

for example with smartforms, are there other ways besides using smartforms?

thank you

View Entire Topic
raymond_giuseppi
Active Contributor

Mostly using the FM of group STXW you can convert most spools to pdf.

  • native abap spool - CONVERT_ABAPSPOOLJOB_2_PDF (report RSTXPDF5)
  • Smart Forms or Sap Script - CONVERT_OTF_2_PDF / CONVERT_OTFSPOOLJOB_2_PDF (report RSTXPDF4)

Of course you could use Adobe LiveCycle Designer.

 

Sandra_Rossi
Active Contributor

@mark_fryu For your information, here is the PDF from an ABAP program which does only WRITE to a spool request and calls CONVERT_ABAPSPOOLJOB_2_PDF to generate the PDF ("very sober" presentation, frames, monospaced font; there could also be some colors):

Sandra_Rossi_0-1730811231594.png