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 VariableSome 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 VariableSpecifies 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 VariableSpecifies the text displayed on the status bar.
- MessageType: - String VariableThis property may have any of the following values:- S- Success
- W- Warning
- E- Error
- A- Abort
- I- Information
 
Last updated
