Hi,
In SAP XBP interface documentation an API "BAPI_XBP_GET_SPOOL_AS_PDF" is documented.
According to the export parameters the API should return a jobname and a jobcount of the new job that was created automatically to convert the spool form text to PDF:
E_JOBNAME: Jobname of the PDF conversion job
E_JOBCOUNT: Jobcount of the PDF conversion job
The problem is that when I use this API, jobname and jobcount return empty and SM37 shows no new jobs so it looks like the conversion job wasn't created at all.
There is also another parameter sent back called E_PDF that according to the documentation returns "Spool list in binary format".
When I run the API i get the following value for E_PDF: "[B@4d67e8f2". What is that ?!?
Anyone has an idea why this API doesn't work?
Thanks!