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

Re: File name creation requirement

$
0
0

Hello

 

You ca use a UDF with a parameter for your filed B.

 

Then you need not to map B

 

sometihing like this:

 

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

 

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

 

string filename="";

 

filename="nameFieldB";

 

conf.put(key,filename);


Viewing all articles
Browse latest Browse all 2800

Trending Articles



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