cancel
Showing results for 
Search instead for 
Did you mean: 

bpm send abap proxy problem

Former Member
0 Kudos

BPM send abstract interface sd025proxy (bapa proxy).

in sproxy only message interface outbound and inbound can create proxy, abstract interface can't create proxy.

so how can I handle this in ID?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

add message interface for abap proxy and interface mapping from abstr interface to it.

in fact I made a mistake when mapping.

problem solved.

former_member1009864
Participant
0 Kudos

hi can you send a scenario detail

like file to proxy or proxy to file etc.

so that any can easily understand your requirement

Thanks & Regards

Diwakar Chuabe

former_member187339
Active Contributor
0 Kudos

Hi Shen,

Do like this:

1. Create Proxy for Message Interface in R3

2. Create receiver determination between BPM and Receiver Business System (where proxy is created)

3. Crete interface determination (between abstract sender and message interface, both having the same message type)

4. Create receiver agreement (for communicating with R3 system)

Regards

Suraj

former_member200962
Active Contributor
0 Kudos

Proxy communication needs direction....abstract interface does not have any direction.

BPM send abstract interface sd025proxy (bapa proxy).

BPM will send abstract interface...fine....however when you run config wizard for BPM --> SAP communication include the inbound message interface corresponding to your proxy wherever there is a reference for target(receiver) MI....create a new MI in IR accordingly.....this is the only option available.

Regards,

Abhishek.