Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2878

Re: Need to config the fill name at runtime from server

$
0
0

Thanks to all for providing possbile solutions,

I have wrote the UDF for it and in channel in ASMA property i copy the file directory,

used UDF as below,

String SourceFileName = new String("");

DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System","FileName");

SourceFileName = conf.get(key);

  1. conf.put(key,SourceFileName);

return SourceFileName;

 

 

Thanks,

Ajay


Viewing all articles
Browse latest Browse all 2878

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>