Hi all,
we have a SAPscript form including a window containing a bitmap.
Printing form and converting spool to pdf using report RSTXPDFT4 works fine, bitmap is displayed correctly.
Now, as we do not need the spool-file, we changed our report, so that SAPscript returns an OTF table as described in many threads (tdgetotf='X' and so on...). Afterwards we convert the OTF table to a PDF table using function module 'CONVERT_OTF'.
But now, after exporting PDF to local workstation or sending it as an mail attachment, the bitmap is not displayed any more. Text is ok, variables are substituted as they should, but graphic window stays empty...
Do you have an idea what's the reason for this behavior?
THX