‎2019 Oct 17 3:46 PM
Dear experts,
I want to Convert XSTRING to OTF data .
Regrades,
Srinvas
‎2019 Oct 18 1:24 PM
We do have a standard program "RSPO_TEST_MERGE_PDF_FILES" which suits your scenario. The program has a subroutine "merge_pdf" which merges multiple pdf to single file.
Thanks,
Gourab
‎2019 Oct 17 3:57 PM
What does the XSTRING contain? (I know it contains bytes, but what these bytes correspond to, semantically speaking)
It's like asking "how to convert XSTRING to STRING", it's missing information about their contents: does XSTRING contains encoded text and in which code page/character set, or does it contain something else that you want to cast as is into a STRING. Etc.
‎2019 Oct 18 8:19 AM
I believe you want to convert XSTRING to PDF. Is that xstring is being converted from string? Is it so, you can convert XSTRING to STRING and can follow the below thread, it will solve your query.
Below thread explains you can convert an internal table to PDF.
https://answers.sap.com/questions/6605845/create-spool-from-internal-table--converrt-the-spo.html
Else you can explain your complete scenario, so that someone can help you.
Thanks,
Gourab
‎2019 Oct 18 8:26 AM
Hi Gourab Dey
I have multiple pdfs attachments, I want to merge into a single pdf. I'm getting in XSTRING format I want to convert otf data. is there any function module to Convert XSTRING to OTF data. NOTE:- This is not a smartform
thanks for replay Gourab Dey .
‎2019 Oct 18 8:22 AM
Hi Sandra Rossi,
I have multiple pdfs attachments, I want to merge into a single pdf. I'm getting in XSTRING format I want to convert otf data. is there any function module to Convert XSTRING to OTF data. NOTE:- This is not a smartform.
‎2019 Oct 18 1:24 PM
We do have a standard program "RSPO_TEST_MERGE_PDF_FILES" which suits your scenario. The program has a subroutine "merge_pdf" which merges multiple pdf to single file.
Thanks,
Gourab