cancel
Showing results for 
Search instead for 
Did you mean: 

How to read Bex querrys useing the ABAP in SAP BW 740+

former_member601205
Discoverer
0 Kudos

Hi All,

so far we used sap standard function module to read the bex querry data in ABAP and process further to down load that huge reports to some files. we have build the custom cide around that to download any report. so far we are using FM's RRX_REPORT_OPEN, RRX_GRID_CMD_PROCESS, RRI_VAIBALES_FLUSH etc. now these no longer supported in BW 740. these FM's exist but when we pass the variables values it is not considering while execution.

here is the details for SAP.

  • RRI_REPDIR_READ
  • RRX_SESSION_INITIALIZE
  • RRX_REPORT_OPEN
  • RRX_GRID_CMD_PROCESS
  • RRX_REPORT_CLOSE

CAUTION: Even so these functions still exist in releases >7.3 and BW/4HANA and are still used in the RSRT display mode 'List' (program WRITEQUERY), they were written before some severe changes in architecture: e.g. the variable runtime has changed and there will be issues with variables and variable refresh or query refresh and navigation via these functions. The RSRT display mode 'List' has only limited options for navigation.

we need any new options to download any new bex report with selections automatically. please suggest

Accepted Solutions (0)

Answers (1)

Answers (1)

giselle_lin
Active Participant
0 Kudos

Perhaps you may consider using query as infoprovider or ADP feature. See KBA 1968598 solution part