cancel
Showing results for 
Search instead for 
Did you mean: 

gui status bar

Former Member
0 Kudos

Hi everyone,

Im very experienced in VBA language in Excel , but I found some difficulties when about two months ago started with SAP scripting...

I'm trying to capture errors messages from the status bar from SAP gui,

I'm using

session.findbyid("wnd[0]/sbar").Text

I also see in SAP that there is a property called Guistatusbar, how does this exactly work?

If I use session.guistatusbar.text I get an error in VBA.

THANKS,

Accepted Solutions (0)

Answers (1)

Answers (1)

script_man
Active Contributor
0 Kudos

Hi Gabriel,

You can view for example the following link: http://scn.sap.com/thread/744719

Or you can search the following strings in the Scripting Language community: message error sbar

Regards,

ScriptMan