Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling BW Query from ABAP

Former Member
0 Likes
508

HI,

Does anybody know how to call a BW Query from an ABAP program?

HI,

Does anybody know how to call a BW Query from an ABAP program?

1 REPLY 1
Read only

Former Member
0 Likes
392

HI,

You can call the cube read function "RSDRI_CUBE_READ" from within an RFC enabled function in BW. This function can then be called from R/3. You will have to duplicate any of the query calculations in your ABAP but you will get all the cube data (with exception of attributes which can be derived).

You could try the reverse - create a report to report interface for the query in BW and pass the param values of the query navigation step to an ABAP program on R/3, or to an R/3 transaction.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.