SAP Webgui - How to read status bar

Hello,

For SAP Webgui activities, the “Read Status Bar” activity cannot be used. How can I capture the Message Type, Message Text and Message ID when using SAP Webgui in my automation?

Regards,
Ninad

Hi @ninad.thakur

Welcome to forums, I believe you can try Get Text activity in this case

Hope this may help you

Thanks,
Srini

Hi Srinivas,

Thanks. I already use Get Text or Get Attribute.
However, this means that I have to parse the text to extract the message type (e.g. Success, Warning, Error) and message data e.g. document number.
This is quite cumbersome as the messages from SAP transactions are not very consistent as to where and number of times the document number may occur in the text.

Is there any way to mimic the SAP Wingui “Read Status Bar” when using SAP Webgui?

Thanks,
Ninad