cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Files

Former Member
0 Kudos

Hi All,

I am working on File to File sceanrio.

I have additional files to attach in the Communication Channel.

Please tell me how to add additional files in the sender communication channel.

File Names for example: 123.csv and 456.csv.

Regards,

Sai.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the File Sender Adapter, check Advancd Slection for Source Flie , then specify the Directory and "456.txt" in the File name mask .

Former Member
0 Kudos

thanks...a lot ....

It is working fine now...

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Hope you have configured below paramaters and using NFS sender adapter , as this is available under NFS only:

File List: 123.CSV,456.CSV

Name Value

<123.CSV>.namePart ".xml" = ".csv"

<123.CSV>.optional YES

<123.CSV>.type BIN

-


Similarly for 456.CSV file -


Also note that the above parameters assumes that your file name parameter contains string ".xml", namePart specifies which part of the original file name must be replaced to find the additional files

so here:

u201C.xmlu201C=u201C.csvu201C

So if it founds invoice.xml file , then it will search for additional files with invoice.csv file.

Please also refer Amit Sri link and sap help link: http://help.sap.com/saphelp_nw04/helpdata/en/3c/b4a6490a08cd41a8c91759c3d2f401/frameset.htm

Let us know if yo ustill face any issue with this,.

Divyesh Vasani

Former Member
0 Kudos

File name is: 123.csv and additional file name is:456.csv

File Name:123.csv

I have checked the Additional Files.

I have mentioned 456.csv in the File List

Please tell me what details I need to put in the Name and Value.

Regards,

Sai.

Former Member
0 Kudos

Hi,

I have mentioned additional file names in the File List

what should i need to mention in the Name and Value.

Regards,

Sai.

RKothari
Contributor
0 Kudos

Hi,

What is the filename you have mentioned as Source Filename parameter???

If its other than ".CSV" for eg. jpg , provide the below mentioned parameter;

<Additional File>.namePart ".jpg" = ".CSV"

<Additional File>.optional YES

<Additional File>.type BIN

-Rahul

Former Member
0 Kudos

You Can add additional files in ADVANCED Selection of SOURCE File

Check that field in your CC and speicfy the name

Former Member
0 Kudos
RKothari
Contributor
0 Kudos