on 2024 Jan 15 4:22 AM
Dear Experts,
I have referenced this great blog and successfully generated a PDF file.
https://blogs.sap.com/2023/01/17/sap-forms-service-by-adobe-in-sap-btp-abap-environment/
Next, I would like to integrating multiple Adobe Forms into 1 PDF Content.
I have tried appending other key values to the "lt_keys", but it will dump at below code
DATA(lv_xml) = lo_fdp_util->read_to_xml( lt_keys ).
I would like to inquire whether this is achievable in the S/4HANA Cloud environment.
My development environment as below screenshot
Request clarification before answering.
Hi Neil,
if you want to merge the PDF files, please use class CL_RSPO_PDF_MERGER.
Best regards,
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear a.rother ,
Appreciate your reply, Class CL_RSPO_PDF_MERGER get works
I find the doc as below
https://help.sap.com/docs/btp/sap-business-technology-platform/pdf-merger-api
Hi Neil,
your screenshot is for a wrong class (the internal one, without "R" at the end). Please check class CL_RSPO_PDF_MERGER.
Best regards,
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.