2008 Feb 24 7:26 AM
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?
2008 Feb 24 8:51 AM
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.