cancel
Showing results for 
Search instead for 
Did you mean: 

Using SNC in JCA

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I know how to use SNC in JCO.

Since JCA is in a higher level than JCO (it uses it), How can I use SNC with JCA?

The "full" documentation for JCA is:

1) http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/5fd52b16bc0451e10000000a421937/content.htm?frame...

2) JCA on EP6: Building Portal Applications with Remote Function Modules PDF (from 2004)

Regards,

Omri

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Solved it on my own.


IConnectionSpec spec = ....

spec.setPropertyValue("snc_mode", "1");

Basically it's possible to use jco properties by using spec.setPropertyValue.

However, parameter names should by used without the 'jco.client' prefix.

https://github.com/scottweaver/ruby-sapjco/wiki/SAPJCoDestinationProperties

Regards,

Omri

Answers (0)