cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic files

Former Member
0 Kudos

My filesystem has different file names as a.txt, b.txt, c.txt........(DYNAMIC FILE NAMES)

How the Communication channel of file adapter has read all the dynamic files ?

Accepted Solutions (1)

Accepted Solutions (1)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

In CC keep file name as * and check the Adapter Specific Parameters.Then it will ping any file.

Thanks.

former_member200962
Active Contributor
0 Kudos

only *.txt is sufficient here....no need to check ASMA attributes.....it may lead to some error..

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

Just give *.txt.Check Processing Sequence is By Name.If the Processing Sequence is By Name Files are processed alphabetically by file name.

For more clarifications,

[http://help.sap.com/saphelp_nw70/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm]

Regards,

Prakasu.M

Former Member
0 Kudos

Hi,

Adapter specific message attributes not required in this case it is used only when you require Filename, Filetype, directory at runtime during mapping.

Use *.txt only..It works fine

Sameer!

jagesh_lakdawala
Active Participant
0 Kudos

Hi Praveen,

I also had the similar situation.

here you have to use *.txt only nothing else.

Adapter specific messahe attributes are used only when you require Filename, Filetype, Directory, etc..

at runtime duting mapping.

So if you select the ASMA then you can identify the data belongs to which of the Input files at runtime.

Thanks & Regards

Jagesh

former_member581827
Participant
0 Kudos

Hi,

In file name parameter just give *.txt.

Regards,

Chandra.