cancel
Showing results for 
Search instead for 
Did you mean: 

Query BW from XI

Former Member
0 Kudos

Hi,

I would like to query BW from XI in a synch call.

What is the best way in terms of performance to implement it?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

BW queries can be accessed by webservice using query_view_data webservice. This webservice is a generic service provided by BW.

http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/frameset.htm.

Call this webservice from XI. This would be the easiest approach of calling BW query from XI.

Cheers,

Naveen

Former Member
0 Kudos

HI,

Please refer SAP Note 717162(With example code).

It is for Async so for Sync you need to make required changes.

Thanks,

Tuhin

Shabarish_Nair
Active Contributor
0 Kudos

Proxies !!!!

Do ref:

BI and XI integration -

/people/sergio.locatelli2/blog/2006/10/15/integration-sap-bi-and-xi-a-critical-point-of-view

/people/kamaljeet.kharbanda/blog/2005/09/16/xi-bi-integration

Former Member
0 Kudos

Hi,

i quess ABAP Proxy makes sense for this case.

Regards,

Robin