2024 May 06 8:00 PM - edited 2024 May 07 5:28 PM
Dear community,
I am trying unsuccessfully to extract the content of a webGUI screen grid view of from an iframe. For instance, I access transaction WE02 via WebGUI and I want to get the list of IDOCs (to manage that in a For Each loop). I created the collection for IDOCs in the capture, then in the automation i called the activity to get the element value and paste it to the screen. In the log message no data is displayed. I tried multiple activities but I still fail.
There must have been something I missed. Did some of you already experience this using WebGUI? Is it possible to do this?
Thanks in advance.
2024 Jun 18 11:48 AM
Hello Hervao,
I'm struggling with a similar issue.
I want to read system messages from a webGUI grid view.
While I can select individual rows and cells using the row/column indexes I can't figure out how to get the values from an individual cell.
In noticed the action Get Cell Value (WebGUI Grid View) actually has no return value. Is this an error in the action?
Also does anyone now how to select a cell using the column_id? I've been able to use the "fetch current state" feature of WebGUI to get the details about the griv view. In there some column_ids are listed:
But when I try to use the action with column id "colT_MSG" or just "T_MSG" the action fails.
I'd be very gratefull for any hints or tips.