cancel
Showing results for 
Search instead for 
Did you mean: 

Quick question-interface mapping

Former Member
0 Kudos

Hi

How can we map an Async outbound interface to Synch abstrakt and from Synch abstrakt to Asynch.indbound.

For instans Async outbound interfae to outputmessage in Synch interface

and from Synch input message to Asynch indbound interface.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please refer Sync/Async communications

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/frameset.htm

Create a one Sync, Abstract Interface of type Req/Resp message. So this Abstract interface is used in the Recieve step of the BPM(opening of the Sync/Async Bridge). Once you receive this, you need to send this Req message Synchronously to the Receiver. And get the Response and send the Response back to the Sender.

For more~

http://help.sap.com/saphelp_nw2004s/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

Refer

http://help.sap.com/saphelp_nw04/helpdata/en/55/c5633c3a892251e10000000a114084/frameset.htm

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

Interfaces to be used in ccBPM Process

- HTTPRequestIntAbstract

Purpose: To Receive message from HTTP Sender adapter in ccBPM

Mode : Abstract Sync

- HTTPRequestIntAbstractAsync

Purpose: To send the request XML message to the Outbound Message interface of the File Receiver

Mode : Abstract Async

- HTTPResponseIntAsyncAbstract

Purpose: To Receive the response XML message from the File Outbound adapter (File sender) in Xi

Mode : Abstract Async

Thanks

Swarup

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

For this, create a new abstract sync interface. The request message type of this interface must be similar to that of Async outbound interfae and the response message type must be similar to the message type of Inbound async interface. Then perform a simple sync to sync mapping and ur problem is solved

Regards,

Prateek

Former Member
0 Kudos

HI,

I think this is not possible.

If we try to do this the following error will be triggered, when u press F7 after completing your Interface Mapping.

Interface modi are different.

Source interface Message Interface FileIn_OUT_ASYNC_MI | http://abc.com/xi/ecc is asynchronous,

target interface Message Interface Sync_ABS_MI | http://abc.com/xi/ecc is synchronous.

Thanks,

Kish.

Former Member
0 Kudos

Hi,,

You have to use BPM for asynchronous synchronous communications..

for exapple

file --ashynchronous

rfc- synchrnounous

file->BPM->RFC