cancel
Showing results for 
Search instead for 
Did you mean: 

Operations

Former Member
0 Kudos

Hi all,

i have a requirement that.i have two interfaces ABC_out and ABC_IN

For ABC out i have 3 operations and ABC_IN i have two operations .how i will assign a pirticular operation for outbound interface will be assigned to some particular operation in inbound interface.as there is no mapping for these intefaces

regards

sravan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you mean to say, you have 3 different operations on Sender side Interface under single service interface. and 2 different operations on receiver side interface. and all these interfaces are pass through without mapping.

then you can try follwoing way.

Create Sender Side Service interface with 3 different Operations

Create Receiver side service interface with 2 different Operations

and as all these interfaces are pass through no need of mapping and no need of Operation mapping.

on ID side configuration While creating Interface Determination select Operation and assign corrospodning Inbound Service Interface name.. but if this is using condition based routing then you have to have Operation mapping and Mapping in place.

Thanks,

Bhupesh

Former Member
0 Kudos

Hi i have done the same

i am getting the below error in end system

xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="http://sap.com/xi/Global20/Global">StandardMessageFault</SAP:ApplicationFaultMessage>

<SAP:Stack>Application has thrown an exception</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

regards

sravan

Former Member
0 Kudos

Is your scenario is Sync or Async?

you can create Mapping and Operation Mapping.. in mapping just map one to one as your structures are same but to have Operation mapping you need to create Mapping..

use it in Interface Determination assign Inbound Operation Mapping and then try this..

Thanks,

Bhupesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Could you provide some more detailswhat is the exact problem?

do you have condition based routing in place for these interfaces?

Thanks,

Bhupesh