on 2024 Oct 30 1:07 PM
In SAP Screen Personas scripting, how to find the value of a field? For example I have varable
Request clarification before answering.
Seems like you are looking for a way to determine if there is a current error or success message on the screen. If so, I'd suggest querying the type of the message by
if (session.findById("wnd[0]/sbar").messageType == "E"){
... do something
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.