cancel
Showing results for 
Search instead for 
Did you mean: 

FTP to IDOC : multiple source files

Former Member
0 Kudos

Hi experts,

I finished designing my File-FTP to idoc scenario.

I still have one question left, I did tests with my FTP by putting one file in the directory called test.xml

In the case I would have multiple source files (i.e. test2.xml, test3.xml, ...testn.xml), how can I handle these different files to be sent to SAP ???

Thanks a lots, any help would be appreciated.

Regards,

Jamal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the File name you can give Test*.xml instead of Test.xml.

So it pick ups all the files which starts with Test.

Regards,

Sridhar Goli

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Refer this weblog solution second.

chirag

Former Member
0 Kudos

Thanks a lot,

is just putting *.xml in the name file enough ?

or do I have to use "advanced selection for source file" ? In this case, what is "exclusion mask" and "file name mask" ?

Regards,

Jamal

prateek
Active Contributor
0 Kudos

*.xml is enough. Advanced selection not required for ur case. Sorry for confusion earlier.

Regards,

Prateek

Former Member
0 Kudos

hi,

If you want to process all the ".xml" files in the folder then just give the file name "*.xml".It will process all

the xml file in the folder.

Advanced Selection for Source File:

If you want to process only the file name will start "a" , "b" and extension is xml then,

".xml" is the file name and "a" ,"b*" is the Exclusion Mask.

Regards,

Prakasu

Edited by: prakasu on Aug 7, 2008 12:15 PM

prateek
Active Contributor
0 Kudos

In the file sender channel, use "Advanced Selection for Source File" option. Use *.xml

Regards,

Prateek

Former Member
0 Kudos

hi,

use wild card to send multiple files.

U have files like test1,test2,test3 then use test*.xml.

It will send all the files.

Regards,

Prakasu