cancel
Showing results for 
Search instead for 
Did you mean: 

File -XI -E-Mail

Former Member
0 Kudos

Scenario : File -XI -E-Mail

I have to pick up a file based on particular date.

Ex:Last day (day before current date)

The <b>file name</b> is in the format <b>ddmmyy</b>

Also i have to send it once only.

Can i give the parameter value for the field <i>file name</i> in file adapter dynamically.

Please help

regards

Mahesh.M

Accepted Solutions (1)

Accepted Solutions (1)

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Mahesh,

In the Sender file Dapter CC, Mention the Poll interval for 24 hours,Processing Mode as Delete, Processing sequence By date and make sure that the files r in ascending order in the source...

If u need to check date then handle it in Mapping conditions...

http://help.sap.com/saphelp_nw2004s/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

Regards,

Sridhar

Former Member
0 Kudos

Hi,

You can give the name of the file dynamically using placeholders:

<i>File Name

Specify the name of the file that you want to process. The name can contain placeholders (*, ? (placeholders for exactly one character)) so that you can select a list of files for processing.</i>

If you need to check on date then you will have to do that in the File adapter module or Message mapping.

Regards

Vijaya

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

Thanks for the response.

In mapping how can i select the file to be send to the receiver.In my case the file with the

name-><i>yesterday(date)</i>.(ex-> 310706.rtf)

If we use *.xml.. all the files in that directory will be picked and send to XI server,that will increase the load of server. Instead of that can i chose the file to be send.Infact only one file..

regards

Mahesh

Former Member
0 Kudos

Hi Mahesh,

You can give the value of the parameter <i>file name</i> as *.xml(or whatever extension).and for just picking up the file once you can set the processing mode as delete.

Regards,

Jishi

Former Member
0 Kudos