cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Input values to Adapter Module

GabrielSagaya
Active Contributor
0 Kudos

Hi

I have write some simple adapter module in my sender file adapter.

in order to make it more flexible i need to pass 2 input parameters at run time so that I can update the Values in SAP tables using JCO CALL along with filename.

please advise how to get pass input value from my ejb module.

regards

Gabriel

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi

> I have write some simple adapter module in my sender file adapter.

> in order to make it more flexible i need to pass 2 input parameters at run time so that I can update the Values in SAP tables using JCO CALL along with filename.

>

> please advise how to get pass input value from my ejb module.

>

> regards

> Gabriel

refer this blog - https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6107. [original link is broken] [original link is broken] [original link is broken]

you can add flexibility by adding the module key parameters. Base the code as a reference where the author uses parameters configured in the adapter to be used to in the logic

Former Member
0 Kudos

Gabriel,

In the module tab under processing sequence, I am sure you must have provided your module name along with the module key(any string).

In module configuration, use the same module key mentioned above and along with it pass the argument name (as in your ejb module)=parameter name and its expected values ie Parameter value.

This will be passed thru' at run time.

Cheers !

Former Member
0 Kudos

Or you intend other way round?