cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI 730 combo box issue with Loadrunner 11

Former Member
0 Kudos

Hi All,

I am facing an issue while replaying a SAPGUI 730 script recorded in Loadrunner 11.0

Wherever the script records a combo box entry, it fails to replay it.

Extract from the script:

                sapgui_select_combobox_entry("{Account_Group}", // parameterised combo box value

                                cmbGLACCOUNT_SCREEN_COA1,

                                "CLIA",

                                BEGIN_OPTIONAL,

                                                "AdditionalInfo=sapgui1034",

                                END_OPTIONAL);

error during replay log:

Type_desc.c(96): Notify: Parameter Substitution: parameter "Account_Group" =  "Current Liabilities"

Notify: Found SapGui component by ID "usr/subTABSTRIP:SAPLATAB:0100/tabsTABSTRIP100/tabpTAB01/ssubSUBSC:SAPLATAB:0200/subAREA1:SAPLGL_ACCOUNT_MASTER_MAINTAIN:2102/cmbGLACCOUNT_SCREEN_COA-KTOKS"

Type_desc.c(96): Warning: Could not find combobox entry by value "Current Liabilities"

Type_desc.c(96): Error: Failed to select combobox entry "Current Liabilities"

From the other posts, i could see that others have faced the same issue in past as well. Please let me know what is the workaround for the same.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try this:

  1. Open the machine's System Properties.
  2. Go to "Advanced" tab.
  3. Click on "Environment Variables" button.
  4. If there is no variable name "Path", create one (note: case sensitive).
  5. Set the value or cascade using ';' the SAPgui path. For example:
    "C:\Program Files (x86)\SAP\FrontEnd\SAPgui"
  6. Restart Vugen.