cancel
Showing results for 
Search instead for 
Did you mean: 

Open AO report through Macro

selva_amd
Participant
0 Kudos

Hi,

I have a AO report with data for sales. I need to open another AO report with click of a button. This is not related to RRI. When user clicks on the button, an AO workbook saved in netweaver platform should open up like we do manually. Is there a macro code to do it.

-- Selva.

View Entire Topic
harsha_jalakam
Active Contributor
0 Kudos

Hi,

We can use the API SAPOpenWorkbook to workbook on a click of a button.

Below is the signature of the API macro,

https://help.sap.com/viewer/b25c777a2c8c4e3da2f472cce24f289c/2.7.8.0/en-US/be80187d96c446918da97660d...

And an example for it.

https://blogs.sap.com/2016/06/14/api-function-sapopenworkbook/

Cheers,Harsha