cancel
Showing results for 
Search instead for 
Did you mean: 

Can we trigger ABAP proxy from PI?

former_member201987
Participant
0 Kudos

Hello Experts,

We are sending some data from R/3 system through PI 7.1 using Proxies and HTTP adapter to third party.

For that we have generated ABAP proxy for the service interface and developed reports to trigger the proxy.

My query is can we periodically trigger the proxy from PI 7.1itself instead of skeduling a job in R/3 system?

Thanks in advance,

Suraj

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member187339
Active Contributor
0 Kudos

Hi Suraj,

Yes it seems possible. Like invoking the report from PI and then the report will invoke the proxy, which will fetch records and send to PI.

But this process shoudl be avoided as :

1. it makes the task complex (triggering task)

2. An extra interfaces needs to be maintained in PI (for this simple job)

Regards

Suraj

former_member201987
Participant
0 Kudos

HEllo All,

Thanks for your prompt replies!!

Atleast I got an Idea if it can be done or not.

Regards,

Suraj

prateek
Active Contributor
0 Kudos

It can be done. For that you need to use another client on PI which will then behave as an Application Server and your PI client would behave as the Integration server. Then this new client would act as any other SAP system (technically).

Regards,

Prateek

former_member201987
Participant
0 Kudos

Hello Prateek,

Can you please elaborate in a bit detail about what you suggested above??

Thanks,

Suraj

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hello Prateek,

>

> Can you please elaborate in a bit detail about what you suggested above??

>

> Thanks,

> Suraj

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

you can have two client is PI. One will be the integration server and other configured as application server (sxmb_adm -> integration engine configuration)

proxies can be triggered only from the application server

Former Member
0 Kudos

> My query is can we periodically trigger the proxy from PI 7.1itself instead of skeduling a job in R/3 system?

There could be some work around for this, but in general it is not possilbe. You have to schedule it in R3.

Regards,

Sarvesh

Shabarish_Nair
Active Contributor
0 Kudos

scheduling in R3/ECC is the right methodology instead of PI being the trigger.

former_member200962
Active Contributor
0 Kudos

The job needs to be maintained in the R3 system itself.....any particular reason for trigerring it from PI?