cancel
Showing results for 
Search instead for 
Did you mean: 

How to output PDF file through XI from PDF form generated in SAP

Former Member
0 Kudos

Hi, All,

I need to generate and send out PDF file to other system through XI. The PDF file source come from SAP PDF form which type is XSTRING. I see there is a similar thread posted here /message/527877#527877 [original link is broken]

but it seems does not have good solution there. Can anybody give a hand?

Useful information will be surely awarded.

Yang

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi together,

i have the same problem. is there a solution for that? do anybody know something?

many thanks

alex

Former Member
0 Kudos

hi, Can you explain how this was done. How will XI get the smart form data from SAP. Is it through an internal table ?

Rajn

Former Member
0 Kudos

Hi, Raj,

No. It is xstring (pdfstring). Thanks.

Yang

former_member181962
Active Contributor
0 Kudos

In your ABAP program that generates the smartforms, you can getthe xstring data.

pass that xstring data via an outbound proxy to XI.

From there you can pass the data to your target system.

For this you have to create a message interface in your XI.

Then generate a proxy in SPROXY transaction.

Then you have to call some methiods that get generated when the proxy is generated, in your abap program.

Regards,

ravi

Former Member
0 Kudos

Thanks for the reply!

I know this process. My problem is how to output a pdf file with that xstring. you know xstring is not pdf format. It is hexadecimal format. When you output that hexadecimal to a pdf file. PDF reader could not open it.

Yang

Former Member
Former Member
0 Kudos

Hi,

Please check the links below to know about conversion agent tool,it is a third party tool which helps to convert the PDF,word doc,HL7 doc......etc into xml format.

This s/w u have to buy from SAP and do the convertion in the convertion agent tool and deploy it in the xi server.

Check the links

http://help.sap.com/saphelp_nw04/helpdata/en/43/6d95e0ac846fcbe10000000a1553f6/CMGetStart.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/43/4c38c4cf105f85e10000000a1553f6/content.htm

https://websmp102.sap-ag.de/~sapdownload/011000358700001090982006E/ConvAgentDocSP16.zip

https://websmp102.sap-ag.de/~sapdownload/011000358700004921152005E/ConversionAgent.pdf

Regards,

Phani

Former Member
0 Kudos

Hi,

if you only want to send the pdf to another system (without mapping) you can do it like described in this blog:

Regards

Patrick

Former Member
0 Kudos

Hi,

Thanks for the input. But my problem is that my source input is the PDF string which generated in SAP. It is hex format. I need to generate PDF file with this Xstring and output to another system. Any good idea?

Yang

Former Member
0 Kudos