cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can I use data from inbound PI proxy to execute ABAP query report?

lmoc
Explorer
0 Kudos
338

Hello,

We have a requirement wherein input data will be coming from ServiceNow and I would like to use those input data to execute an ABAP report that does query on different tables depending on one of the input data. Can this be done via inbound PI proxy? Thank you.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Patrice
Participant
0 Kudos

Hi,

An inbound proxy will call a Method. You can have whatever ABAP code you need in this Method. A program could be called with statement SUBMIT. 

But you are talking about executing a query report. If you have an inbound proxy that is launched in background, it will of course not be able to display a report on the screen as you don't have a GUI. But if your report outputs to a file for instance, then technically it should work.

I hope this helps.

Patrice

lmoc
Explorer
0 Kudos
Hi Patrice, Thank you so much for your reply. Yes, upon executing the query report, we will send the results in an outbound proxy again going back to ServiceNow. Regards

Answers (0)