Quantcast
Channel: SCN : Document List - SAP BusinessObjects Analysis, edition for Microsoft Office
Viewing all articles
Browse latest Browse all 152

Extended API available in Analysis 1.3

$
0
0

This document reviews the extended API available in Analysis 1.3 for analysis and components tab of design panel

 

 

The macro SAPExecuteCommand commands “Hide” and “Show” accept parameter TaskPane:

 

“Analysis” hides the tab Analysis in the task pane

 

“Components” hides the tab Components in the task pane

 

See this code below as an example:

 

Dim lResult As Long

lResult= Application.Run("SAPExecuteCommand", "Hide", "TaskPane", "Analysis")

 

As an example, I insert a button under the Developer tab.

1developerinsertbutton.png

 

Enter the code as shown below:

2vba.png

Clicking the first button hides the Analysis panel.

3hidesanalysispanel.png

Clicking the second button will hide the components panel.

4hidescomponent.png

 

Clicking the last button shows all the panels

5showsall.png


Viewing all articles
Browse latest Browse all 152

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>