Quantcast
Viewing all articles
Browse latest Browse all 12134

SAPGui combobox selection fails

Hello,

 

I cannot get combo box value setting to work. I recorded simple SAPGui 7.30 in which I try to set time filter for displaying IDocs (we02), changing criteria Created At opens a dialog with 3 combos, but replay fails

 

    sapgui_select_combobox_entry("14", 
        cmbSHL3_TIME10, 
        "14", 
        BEGIN_OPTIONAL, 
            "AdditionalInfo=sapgui7014", 
        END_OPTIONAL);

 

Action.c(49): Warning: Could not find combobox entry by value "14"
Action.c(49): Error: Failed to select combobox entry "14"
Action.c(49): Error: Failed to find SapGui component by ID "sbar"
Action.c(49): Error: Failed to get the status bar text

 

lr_strings.h:

const char* cmbSHL3_TIME10  "usr/cmbSHL3_TIME-SHOUR";

 

 

Thank you for any advice in advance.


Viewing all articles
Browse latest Browse all 12134

Trending Articles