Hi Experts,
I have a requirement wherein I have to use a function module CONVERT_ABAPSPOOLJOB_2_PDF. But I am not clear with all the import and export parameters and how and why to use them.Can you please provide some explanation for the import and export parameters of this particular FM?
CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
IMPORTING
src_spoolid = tsp01-rqident
no_dialog = ' '
DST_DEVICE =
PDF_DESTINATION =
EXPORTING
pdf_bytecount = l_numbytes
PDF_SPOOLID =
LIST_PAGECOUNT =
BTC_JOBNAME =
BTC_JOBCOUNT =
TABLES
pdf = it_pdf
Please help.
Thanks in advance.
Neha