cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module Parameters

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I'm new in Adapter Module development and in java too.

I've followed Stephan Grube How_To and it seems to be easy.

One thing i don't understand in code is the way to pass from Adapter Module tab the parameters to the java class.

Regards,

Inigo.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

May i know which adapter you are working with?

You may checkout the link below:

http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a4/31d940f52f7e7fe10000000a1550b0/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b

651f6a1ce10000000a11402f/content.htm

hope this will help you,

You can revert back for further queries.

Reward points if satisfied.

Regards,

Sushama

Answers (2)

Answers (2)

Former Member
0 Kudos

Inigo,

You can pass parameters using the 'Module Key' in the 'Module Configuration.'

For e,g if you want to pass a constant 'X' to the adapter module class, define a unique module key[say key1] when you add the adapter module.Then, in the 'Module configuration' you would add the following row-> ModuleKey[value key1], ParameterName[inpString], Parameter Value['X'].

Thanks,

Anand

Former Member
0 Kudos

Hi

I know that we can enable the "ADapter Specific paramters" option in the the communication channel main tab and access the parameters say, file name/directory in your java class as dynamic configuration parameters..

regards

krishna