cancel
Showing results for 
Search instead for 
Did you mean: 

FILE-XI-BW

Former Member
0 Kudos

Hello,

We need to implement the interface to load the data in to

BW from the .CSV file .Here the file name is different

for all the endusers ( consider 100 endusers)and all are going to load the data in to same infocube only in the BW side.

Here i think..i can implement this with FILE Adapter - XI- Proxy.

But my question is How can i give the different file name in one sender file adapter for 100 users???.

Thanks in Advance,

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi muthu,

you can also check this help link of sdn to understand bettet the file access parameters.

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

regards,

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Hi muthu,

One way to this problem will be follow one particular naming convention for the filenames to be picked.

XI allows wild card characters like "" to be used in its filename category and so if u give the option as ".xml", then all files with .xml extension will be picked up.

So, u can use any one specific naming notation and can make the file to be picked up.

eg.

file*.xml

this will allow all files beginning with "file" to be picked up.

Hope this helps.

Regards,

Bhavesh

former_member91687
Active Contributor
0 Kudos

Hi,

You can try using "*" characters as in *.extn to pick up multiple files.

Regards,

Chandra