cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Files in Sender File Adapter

GabrielSagaya
Active Contributor
0 Kudos

Hi

I have to collect 2 files (IN.txt, IS.txt) and attach 2 files as an attachment to mail.

So I opted Additional Files in Sender File Adapter

Source Directory = D:\usr\sap\pitest\LoadTest\Output\Invoice
File Name = IN.TXT

Additional Files
File List <IS.TXT>
<IS.TXT>.namePart               ".TXT"=".TXT"
<IS.TXT>.optional                  NO
<IS.TXT>.type                       TXT

But I am able to Pick only one file (IN.TXT) from the Source Directory.

IS.TXT file is not at all picking.

Please give me your suggestion.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I reply just want to close this issue.

if file Name = Item.TXT and additional file name is ItemText.csv then configuration as following.

File List <Item.TXT>

<IS.TXT>.namePart ".TXT"="Text.csv"

<IS.TXT>.optional NO

<IS.TXT>.type TXT

for namePart parameter, we should give the str which need to be replaced. for your example, we could give as <IS.TXT>.namePart "IS.TXT"="IN.TXT"

replace all the file name.

GabrielSagaya
Active Contributor
0 Kudos

Any Suggestion Please??

Former Member
0 Kudos

Hey

Are you picking up files from FTP?

If yes,then additional files option doesn't works there,it works only for NFS.

For other restrictions,please have a look at the following

http://help.sap.com/saphelp_nw04/helpdata/en/3c/b4a6490a08cd41a8c91759c3d2f401/frameset.htm

Thanks

Aamir

GabrielSagaya
Active Contributor
0 Kudos

No. I am using Only NFS.

Any other Suggestion??

Former Member
0 Kudos

"Entries in the table fields are only submitted when you leave the field. Therefore, it is particularly important to confirm your last entry in the table by choosing Enter before you save the entries"

This is something which i found in help.sap document,could you please confirm if you have done this

Thanks

Aamir

GabrielSagaya
Active Contributor
0 Kudos