cancel
Showing results for 
Search instead for 
Did you mean: 

How to get password after connecting the SAP BO Analysis to SAP BW

Former Member
0 Kudos

Hi all
Using the function "SAPLogOn"-"SAPLogOff" we had to re-enter the password.
iAppCall = Application.Run("SAPLogon", "DS_1", "MyClient", "MyUser", "MyPWD", "EN")
iAppCall = Application.Run("SAPLogoff")

Where is the password stored after the first entry in the SAP BO Analysis?

We have to use version 2.4 for Analysis for Office.

For example in SAP BEx Analyzer
Dim BEx1 As Object
Set BEx1 = Application.Run("BExAnalyzer.xla!GetBEx")
Set conn = BEx1.ComConnection

conn.Password

Accepted Solutions (0)

Answers (0)