Hi,
thank you for response. I tried what you suggested, but I was not successful. It recorded similar sapgui call as before, which fails during reply.
sapgui_select_combobox_entry("07",
cmbSHL3_TIME13,
"07",
BEGIN_OPTIONAL,
"AdditionalInfo=sapgui904",
END_OPTIONAL);
where cmbSHL3_TIME13 = "usr/cmbSHL3_TIME-SHOUR"
Action.c(58): Warning: Could not find combobox entry by value "07"
Action.c(58): Error: Failed to select combobox entry "07"
Action.c(58): Error: Failed to find SapGui component by ID "sbar"
Action.c(58): Error: Failed to get the status bar text
The dialog does not change, it is a standard time criteria dialog in SAPGui with 3 combox boxes used to specify HH:MM:SS, the combos are always populated with all possible values, and when the dialog opens, the values in those combos are preselected to match current time - and that is what I need to change.
Ales