cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic source directory and filename in sender adapter

Former Member
0 Kudos

Hi experts,

I have a scenario in which I need to send either xml and corresponding pdf file of an invoice to an external FTP server.

Xml files will be generated by ABAP, via proxy to file scenario, no problem for that.

PDF files are already existing and are stored in an internal FTP area of our system.

For every xml generated, XI must pickup PDF file of corresponding invoice from FTP area, is that possible?

In mapping when XML is generated I could receive the path of the PDF and PDF name, is possible to use this dynamic path and filename and put it in a sender communication channel in order to pick the requested PDF?

Is there a way to develop this scenario?

thanks

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>For every xml generated, XI must pickup PDF file of corresponding invoice from FTP area, is that possible?

no in standard - you'd need a sync file adapter which does not exist in standard,

bou you can develop it (or develop the same function in a java proxy)

Regards,

Michal Krawczyk

Answers (0)