on 2024 Jul 16 9:30 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
8 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.