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

Re: how to add source file name as one of the target field value in File to Proxy Scenario without Mapping

$
0
0

Hello,

 

Use the below code in UDF and pass the "MyFileName" value in target field.

 

DynamicConfiguration dynamicconfiguration = (DynamicConfiguration)param.get("DynamicConfiguration");

 

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

 

String MyFileName = dynamicconfiguration.get(key);

 

Regards,

Manigandan


Viewing all articles
Browse latest Browse all 9091

Trending Articles



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