cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter

former_member200267
Participant
0 Kudos

Hi,

is the following supported in RFC adapter call-back, qRFC and digital signature in PI 7.0

Regards,

RDS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi shankar,

RfcAdapter supports synchronous RFC (sRFC, sometimes also called only RFC) and transactional RFC (tRFC). Queued RFC (qRFC) with inbound queues and asynchronous RFC (aRFC) are not supported. A sRFC will result in a synchronous best effort (BE) message; a tRFC in a asynchronous exactly once (EO) and vice versa. Messages with exactly once in order (EOIO) are not supported till and including SP10.

With SP11 a XI EOIO-messages will result in a normal tRFC call. If a tRFC is send to a SAP-system it will be executed directly (in other words synchronous) plus the tRFC exactly once handling. The order of the messages belonging to one EOIO-queue will be guaranteed by the Adapter Framework messaging layer.

regards

Gangaprasad

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

qRFCs are not supported. They are implemented as tRFCs for RFC adapter.

Where exactly are u planning to use digital signature? This will help

Regards,

Prateek

Former Member
0 Kudos

Hey,

qrfc is supported.

Digital signature is not supported.

regards,

Milan