cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Buffering RFC call

Former Member
0 Likes
346

Hi.

How can i buffer an RFC call in MII 12.0

I am calling an RFC from transaction using SAP JCO interface and want the data to be stored in MII in case the connection is down

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Likes

In 12.0 you will need to use the JRA action blocks instead of JCO for outbound buffering (take a look at the configure dialog of the JRA function action for the configurable buffer settings).

Former Member
0 Likes

But u need to have WAS enabled for JRA right.

Is JCo connection buffering provided in 12.1?

jcgood25
Active Contributor
0 Likes

JRA (Java Resource Adapter) is really an extension of JCO and the configuration is done at the NetWeaver level (http://help.sap.com/saphelp_erp2005/helpdata/en/f6/a72642d0d05333e10000000a155106/frameset.htm)

Yes, in MII 12.1 the data buffering options are available on both the JCO Function action as well as the standalone JCO Interface action. In 12.0 it is only available on the JRA Function