2008 Jun 04 3:57 PM
Hi experts,
I have created a program that uses several smartforms to edit spool content according to the value of an input parameter, for example :
if p1_nbex GT 0.
wlv_cle_facture-sform = 'ZSF_LB_INVOICE_Z101'.
where ZSF_LB_INVOICE_Z101 is one of the custom smartforms that I have created.
Now I have created another parameter in the selection screen (p_pdf) as a checkbox and I want the spool content to be converted to pdf if the checkbok is checked.
I have read the possibility of using the program RSTXPDFT4 to convert to pdf, on the other hand I have no clue how to do this; can anybody help? is there another method?
Other question : How do I tell the program the path for storing the newly-created pdf?
Any help will be rewarded,
Many thanks
Cédric K.
2008 Jun 04 3:59 PM
CONVERT_ABAPSPOOLJOB_2_PDF
CONVERT_OTFSPOOLJOB_2_PDF
use this function modules , chatch the spool number and do it.
CONVERT_ABAPSPOOLJOB_2_PDF
CONVERT_OTFSPOOLJOB_2_PDF
use this function modules , chatch the spool number and do it.
2008 Jun 04 3:59 PM
2008 Jun 04 3:59 PM
CONVERT_ABAPSPOOLJOB_2_PDF
CONVERT_OTFSPOOLJOB_2_PDF
use this function modules , chatch the spool number and do it.
2008 Jun 04 4:08 PM
hi,
In your program you can involve the program RSTXPDFT4 using the submit and return statement .It will automatically give up a pop-up for address of file to be stored with default path.
Regards,
Veeresh
2008 Jun 04 4:36 PM
Hi,
RSPO_DOWNLOAD_SPOOLJOB
Download the spool from a program to a file. Requires spool number.
RSPO_RETURN_ABAP_SPOOLJOB
Fetch printer spool according to the spool number informed.
Regards
Adil
2008 Aug 12 3:22 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |