cancel
Showing results for 
Search instead for 
Did you mean: 

Module Context - Module adapter development question

Former Member
0 Kudos

Hi,

I've been using the method moduleContext.getContextData(nameParameterChannel) to get values from the communication channel for my custom modules adapter.

Reading the [API|http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/aii/af/lib/mp/module/ModuleContext.html] there is another method for which I'm not sure what it does:

--> getContextData(String name, boolean fallback)

Returns a value of a module configuration parameter and if fallback is true and the parameter cannot be found in the module configuration it is tried to read it from the channel configuration data

With the usual method --> getContextData(String name), I've been always reading from the channel configuration data (name being the name of the parameter and the string returned being the value).

So what does that method above do? That place "module configuration" in contrast to "channel configuration data" is not clear to me.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Closing (not solution yet)