SAP Builders Discussions
Join the discussion -- ask questions and discuss how you and fellow SAP Builders are using SAP Build, SAP Build Apps, SAP Build Process Automation, and SAP Build Work Zone.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the data in a Grid View control in Web GUI screen?

Hervao
Explorer
440

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.

1 REPLY 1

MM6
Explorer
0 Kudos
262

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:

current state.png 

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.