cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting NWBC from Gateway using OData

Former Member
0 Kudos

Hi All,

I am looking possible option to connect with NWBC client from Odata service.. The reason is - We have some reports created in NWBC and we want to use this reports to avoid any UI development by using the existing reports.

Can we create a service which receive request from front end UI application in our Gateway server and route the request to NWBC.  So we can see the portal reports..

Please advice if this is possible..

-Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184867
Active Contributor
0 Kudos

Ideally you can call anything from the DPC class that ABAP allows you to call.

May be what you can try is to create an RFC that would call the report and send the data.

Then you can call the RFC from the DPC class.

Not sure if this helps you ..