I work with an Excel add-in called SAP BEx Analyzer (BExAnalyzer.xla
).
Unfortunately, the documentation of this add-in seems very incomplete and it's a pain to work with it.
I would like to know if there is a way to inspect such an add-in to see what objects/methods/function and so on it contains?
Many thanks!
In the current release of SAP Business Explorer (based on 7.30), the BExAnalyzer.xla
file is unprotected so you are able to inspect it.
If you wish to delve deeper in to the BEx object model, it is worth adding a reference in your VBA Project to the two type libraries (BExAddin.tlb
and BExApi.tlb
) in the Business Explorer installation folder (usually located in \Program Files (x86)\SAP\Business Explorer\BI\
).