cancel
Showing results for 
Search instead for 
Did you mean: 

Out bound proxy query.

gouravkumar64
Active Contributor
0 Kudos

Hi all,

I am a ABAP -er.

I am facing one issue .

Scenario : When ever user create some Business partner or change some Bp , that thing will trigger in GIS system through PI.

We developed proxy & outbound proxy program .

It is working fine after running the program every time.

My query : When ever user create some Business partner or change some Bp ,how it will trigger every times ? will we need to run Z program every times or any other PI Or BASIS or abap things or batch job to be done ?

Thanks

Kumar Gourav.

0 Kudos

Hi Gourav ...I am working on same scenario but I haven't work on proxy and Badi before

Can you please help me with BADI which you have used here and how it used.. Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

gouravkumar64
Active Contributor
0 Kudos

Hi all,

solved using BADI.

Thanks

Gourav.

Answers (2)

Answers (2)

che_eky
Active Contributor
0 Kudos

Take a look at BADI PARTNER_UPDATE in SE18. Check the documentation, it should help.

Che

former_member182412
Active Contributor
0 Kudos

Hi Gourav,

You need to call the outbound proxy method inside user exit or enhancement spot for BP transaction code, normally you need to look for user exits or enhancement spots for save button on BP transaction.

When ever user clicks on save button the use exit will get trigger and the proxy method also called and send the data to PI.

I hope i clarified your question.

Regards,

Praveen.