Hi Experts,
We are working on SAP PI 7.30 dual stack , our requirement is to convert xstring which is triggered as proxy(xml) from SAP ECC and which needs to be posted to webservice as an PDF file[as attachment file]. Here I guess that I need to decode a particular field in xml file from proxy whose data will be passed as an xstring to PI & PI needs to decode the xstring data and PDF file should be generated with that data and should be posted as an PDF file to webserver. Please let me know the feasibility of requirement in SAP PI?
Rgds,
Ramu.
Hi Ramu,
Much better would be:
1. Create the pdf and drop it in an AL11 directory
2. Attach it in Abap Proxy
3. Send to PI
ABAP Proxy Protocols: Use Cases and Examples
Regards,
Mark
Add a comment