Hi All,
There is a function module being called by the Mobile application which returns a PDF file to the mobile client.
This function module cannot be changed but it calls classes which are in a table. I can change the called class to a bespoke class. Unfortunately, the class must return data to the main FM as OTF data.
I have several routines in existence that get the data I need but (because it's part of the Factsheet) the data is in HTML format.
Is there anyway for me to convert this HTML for into OTF so it can be converted to PDF cia CONVERT_OTF ?
Thanks in advance
James