cancel
Showing results for 
Search instead for 
Did you mean: 

pdf transport

Former Member
0 Kudos

Hi friends,

we have a new requirement in PI and i am little confused about it. It is a file to file scenario but the filetype is pdf.

we should take the pdf file like Order_10000011.pdf from FTP Server and put it to the another in following statement:

FTP SERVER

                   10000011 (directory name)

                      10000011.pdf (filename)

                    10000011.xml (xml file )

xml file content:

     <ROOT>

               <Filename>10000011</Filename>

               <location>ftpserver/10000011/10000011/pdf</location>

        </ROOT>

Please suggest me the ways.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

smavachee
Active Contributor
0 Kudos

Hi,

A very well executed Java mapping and User Modules for your requirement.

http://scn.sap.com/docs/DOC-12471

Will surely help you.

Regards,

Sunil

Former Member
0 Kudos

Hi Peter,

Is it that you need to pick up the pdf file and place it on FTP at location (<location>ftpserver/10000011/10000011/pdf</location>) mentioned in xml file?  or you need to pick up pdf file and create xml file with location details and place both in target directory.

Regards,

Beena.

Former Member
0 Kudos

Hi,

i need to pick up pdf file and create xml file with location details and place both in target directory.

thank you,

peter

former_member181985
Active Contributor
0 Kudos

Hi Peter,

You need to have a split scenario File --> File1

                                                       --->File2

File --> File1 (just pass the original PDF, without any mapping program)

File --> File2 (using java/xslt/abap mapping to read Sender file name/directory and then create an XML file for target structure)

Regards,
Praveen Gujjeti