Read Statusbar Info
Reads the SAP GUI status bar info.
This activity reads the information displayed on the SAP GUI status bar.
Output
MessageIsPopup:
Boolean Variable
Some messages may be displayed not only on the status bar but also as a pop-up window. In such cases, this property is set to True.MessageNumber:
String Variable
Specifies the name of the message number used in the ABAP message call. It will usually be a number, but this is not enforced by the system.MessageText:
String Variable
Specifies the text displayed on the status bar.MessageType:
String Variable
This property may have any of the following values:S
- SuccessW
- WarningE
- ErrorA
- AbortI
- Information
Last updated