cancel
Showing results for 
Search instead for 
Did you mean: 

regarding receiver file adapter.

Former Member
0 Kudos

can we have multiple output directories in the receiver side.

if yes how can we achieve that.

what is the concept of masking in file adapter.

Accepted Solutions (0)

Answers (1)

Answers (1)

hemant_chahal
Contributor
0 Kudos

You can have multiple output directories for sure.

It would require you to make a UDF in mapping and access the Contexxt object target diectory.

and also check Use adapter specific attributes in Channel(Receiver)

Now you have to use a dynamic config key as shown in the example.

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm

instead of filename you hav to pass Target Directory to the "key.put" and in adapter keep the Create Directory option checked.

I hope it works