Skip to Content
0
Former Member
Mar 26, 2009 at 05:42 AM

Reg:Dynamic Configuration

25 Views

Hi....

I am having one problem while using Dynamic Configuration.

In Dynamic Configuration, i am using the below code.

DynamicConfiguration conf = (DynamicConfiguration) container

.getTransformationParameters()

.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

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

conf.put(key, a);

return "";

I am having the condition like, if the Product code="DD" and Server Name =" A", then the file should be places in "Disb" directory else it should be places in the "Power" directory.

Can you please help in this issue.

I have executed the scenario, but both the files are going to the same folder.