cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy and IDocs with PI 7.3 scenarious

Former Member
0 Kudos

Hi Experts,

We are upgrading the current SAP-PI 7.1 to 7.3,

We have few business flows having proxies and Idocs.

kindly let know how to hadle these proxies in 7.3 since it wont have the ABAP stack.

Also,

How do I develope BPM scenarious using PI 7.3.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>How do I develope BPM scenarious using PI 7.3.

- on double stack PI (abap + java) the same as you did in the past

- on single stack - not possible to build BPMs

>>>kindly let know how to hadle these proxies in 7.3 since it wont have the ABAP stack.

you just need to start using XI adapter on SOAP adapter (j2ee) - there is no need for ABAP stack on PI to use proxies anymore

but if you have double stack PI you can still use the old XI adpater on ABAP stack

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks Gopal and Michal,

Your answers are helpfull for me...

I still have couple of queries below .....

Could you pls provide some more infermation on Proxies can be handled by using SOAP adapter?

Suppose I need to integrate PI7.3to R3 system using proxies, Can this be possible by using SOAP adapter?

Along with do we have WS adapter in PI7.3? If so Why cnt we use this WS adapter, why only SOAP? since in PI7.1 provides WS adapter to connect to R3....

Pls prode some more light...Thanks

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Could you pls provide some more infermation on Proxies can be handled by using SOAP adapter?

use this link:

http://www.google.pl/url?sa=t&rct=j&q=soap%20adapter%20xi%20protocol%20sap&source=web&cd=1&ved=0CCIQ...

>>>Suppose I need to integrate PI7.3to R3 system using proxies, Can this be possible by using SOAP adapter?

of course, you can use SOAP adapter (xi protocol) from 7.11 to do proxies

>>>Along with do we have WS adapter in PI7.3? If so Why cnt we use this WS adapter, why only SOAP? since in PI7.1 provides WS adapter to connect to R3....

WS adapter is not used on java stack only PI - and it's use for other purposes

Regards,

Michal Krawczyk

baskar_gopalakrishnan2
Active Contributor
0 Kudos

PI 7.3 supports all the adapters in java stack except ws adapter. Soap adapter can be used for proxy communication from PI 7.1 ehp onwards. Soap adapter supports XI protocol for the proxy usage. But SOAP adapter using XI protocol might not support attachments and more. That is the only limitation.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>How do I develope BPM scenarious using PI 7.3.

You can use dual stack to develop BPM scenarios still in pi 7.3. I believe only some version in PI 7.3 supports BPM in java stack and that too not enough information. It uses BPMN standard now. Proxies and idocs are already in java stack. you can create scenarios as that of other java adapters like Jdbc etc.