The problem we're facing is to be able to print a PDF spool through frontend printing.
When we try to print a PDF spool directly to frontend from transaction FIWTIT_CU, the PDF spool is correctly created and we can see it in SP01 as PDF spool type, but the concurrent output is a list of ASCII chars, similar to the one you get when you use the wrong driver.
The preview on SP01 works fine and, as a workaround, we can actually print the PDF throught the print option on the preview, but, of course,
it's quite time expensive.
Searching on SCN and sapnotes we found out that we cannot use SAPWIN/SWIN device type, but a PCL, PS or ZPL device type.
We tryed PDF1, POST2 and XFP with no luck.
Does anybody knows which device type can we use?
Should we use report RSPO0022 to check the device type we can use and just try them 'till we find the right one?
Thanks