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

Re: Multiple mapping with the timestamp

$
0
0

Hi Raghu ,

 

please find the UDF ....

 

 

//Generate File Name

try

{

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

 

 

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

 

 

//Update the ASMA File Adapter attribute

conf.put(key,fileName);

}

catch (Exception e)

{

//raise an exception if the update fails

String exception = e.toString();

return exception;

}

//return the status

return dummy;

 

 

 

 

 

 

 

Regards,


Viewing all articles
Browse latest Browse all 3510

Trending Articles



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