Micro Focus QTP (UFT) Forums

Full Version: [HELP]Button no longer works in the transaction ME21N(SAP/QTP)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(06-26-2012, 06:31 PM)Reclamar Wrote: [ -> ]Esse erro geralmente ocorre quando o item que você está tentando selecionar não está disponível na lista.

Verifique se o item que você está tentando selecionar está listado no menu.

Você pode tentar este código alternativo. Me informe a saída. Atenciosamente, Ankesh

Code:
SAPGuiSession("Session").SAPGuiWindow("Create Purchase Order").SAPGuiToolbar("ToolBarControl").PressContextButton "SELECT"
SAPGuiSession("Session").SAPGuiWindow("Create Purchase Order").SAPGuiToolbar("ToolBarControl").Object.SelectContextMenuItemByText("Purchase Requisitions")
How would this code look in vbs? I'm not able to do the same in an excel model, I've tried everything.
Pages: 1 2