cancel
Showing results for 
Search instead for 
Did you mean: 

Calling ABAP Server Sunchrpnus Proxy from IP(BPM)

Former Member
0 Kudos

Hello everybody,

I have a doubt, I'm actually on practice time, so I'm trying to do a test scenario as follows in a Integration Process(BPM) in SAP XI:

File -> SAP XI BPM -> R3 ABAP Server Proxy,

now I'm new to BPM's so my doubt is in SPROXY Transaction in R3 only reflects Inbound and Outbound Interfaces form the IR, so if I'm trying to do an ABAP Server Proxy from an Abstract Interface so I can call it from my BPM is this posible or what should be the way to follow, thanks in advance for your answers and time.

Regards,

Julio Cesar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

Please check the below thread

Thanx

Aamir

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, Julio:

  • You will need three abstract interfaces: Two Async and One Sync, they are used in Sync Send step.

  • You will also need another inbound sync interface particularly used for generating Proxy.

  • The two sync interfaces should have same request and response message type associated

  • In ID, Asyn Request Abs Interface is sending interface, inbound Sync is receiving interface

Regards.

Liang

Former Member
0 Kudos

Sorry for the title, it should be like this:

Calling ABAP Server Synchronous Proxy from IP(BPM)

Former Member
0 Kudos

Hi,

Why would you create a proxy for abstract interface?

The abstract interfaces are used for bpm.

You need to create server proxies from inbound interface.

In order to send data from BPM, you need not define any channel.

Thanks,

Beena.