cancel
Showing results for 
Search instead for 
Did you mean: 

Calling an ABAP Report from the Web

chris_hamman
Explorer
0 Kudos
141

Hello all,

Is there a way in WAD to have a web link call an ABAP report? I am trying to provide a link in my web template to allow users to launch the BEx Analyzer. When I look at transaction RRMX in the GUI, it appears to be calling the ABAP report RRMX_START_EXCEL. Can I use BSP to accomplish this?

Thanks in advance for any help you can provide,

Chris

View Entire Topic
Former Member
0 Kudos

Hi,

sure, in your BSP you would simply call "submit RRMX_START_EXCEL and return". In your webtemplate you have just to call this BSP.

Regards,

Juergen