cancel
Showing results for 
Search instead for 
Did you mean: 

file sender name dynamic

Former Member
0 Kudos

hello,

i've a interface FILE to RFC. The name of file is dynamic, depending the data the file has different name,

i know when receiver file this is possible, but when the file is sender i don't know if this is possible?

how can i do?

thanks vey much,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks,

It's possible specify a pattern for the files,

for example:

%FILE.

thanks you very much

Former Member
0 Kudos

Yeah,you can specify patterns for files.

Thanks

Aamir

Shabarish_Nair
Active Contributor
0 Kudos

>

> hello,

>

> i've a interface FILE to RFC. The name of file is dynamic, depending the data the file has different name,

>

> i know when receiver file this is possible, but when the file is sender i don't know if this is possible?

>

> how can i do?

>

> thanks vey much,

do you want to pick the file and pass it to the same message interface ? then use . in the file name scheme in one file adapter.

else if you want to pass to different message interface, then you will have to configure multiple CC and give the specific name in each

Former Member
0 Kudos

Just give filename as * . * in sender file communication channel.

This will pick up all the files irrespective of their name.

Thanks

aamir