Text in a drop down box: Is there a way to read the text of a SAP GUI dropdown list? I tried it with the script below, but it only gives me value "1" without any description.

Set V[selected_item] "&F[Item]"

GuiXT returns the key value currently selected, but not the text.

You need to read the corresponding SAP text table in order to get the text.