Example: sapgui_table_select_combobox_entry
The following example uses sapgui_table_select_combobox_entry to choose British Airways from a combo box containing airlines, and enters the value in the first column of the first row of the table.
sapgui_table_select_combobox_entry("(0, 'Airline carrier')",
"usr/tblRSDEMO_TABLE_CONTROLTABLE_CONTROL",
"0",
"0",
"BA",
BEGIN_OPTIONAL,
"Value=British Airways",
"AdditionalInfo=info1019",
END_OPTIONAL);