cancel
Showing results for 
Search instead for 
Did you mean: 

RFC -> XI

inigo_sacramento
Participant
0 Kudos

Hi.

In order to solve my timeout problem with RFC called, i've decided to implement SAP document about BAPI wrappers in ccBPM.

The problem is that i've never use a BAPI as outbound.

I've made an OB ASYNC message interface with RFC as message type.

Then i have a ABS ASYNC message interface with the same message type.

I'm making a mapping between the RFC and another message type. When finally, i try to make the interface mapping, i get no message mapping available. The interface mapping is between the ABS ASYNC RFC and another abs async message interface.

why i can't use the message mapping that i've defined for both message interface?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi inigo,

Is ur RFC sync or async?

In a synchronous case, you need to provide the interfaces for request and response message types...hence you need two message mappings.

regards

Priyanka

MichalKrawczyk
Active Contributor
0 Kudos

Hi Ingo,

>>>I've made an OB ASYNC message interface with RFC as message type.

use don't need OB RFC

you can do it like this:

pure RFC (no need for message interface) to -> ABS RFC (in BPM)

Regards,

michal

Former Member
0 Kudos

Hi inigo,

Check the message types used in message mapping and message types used in message interfaces for the interface mapping are same (SWCV, name, namespace).

Regards

Anand