cancel
Showing results for 
Search instead for 
Did you mean: 

about rfc2jdbc scenario

Former Member
0 Kudos

there is a rfc2jdbc scenario.

but i wanna set Qos as EOIO.

how should i config the scenario? except to specify queue name in call FM statement.

which configuration should i make else?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can do this as an async /EOIO interface..

While creating the JDBC Receiver ata type you need to follow the document format..

http://help.sap.com/saphelp_nw70/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm

rest everything is standard.

Regards,

Divya

Former Member
0 Kudos

Hi,

Is it synchronous scenario??

Refer from SAP help - http://help.sap.com/saphelp_nw04/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/frameset.htm

XI.qualityOfService=EOIO(Exactly Once in Order, means asynchronous processing using queues, in other words guaranteed execution exactly once and maintaining the sequence of successive messages)

Also there are some options in JDBC receiver such as no of concurrancy, that may allow you to have single call at a time.

Thanks

Swarup