06-22-2012, 11:38 PM
Hi,
I am automating a process of SAP, transaction ME21N in HP QTP.
This generates the Purchase Order for this transaction will be in a copy of Purchase Requisition.
The option to perform the copy, is to click in a Variant Selection button, Purchase Requisition option.
Button image:
I am using the following command to open the function. It was working, but it is not working now.
.
Can anyone help with this case?
I am automating a process of SAP, transaction ME21N in HP QTP.
This generates the Purchase Order for this transaction will be in a copy of Purchase Requisition.
The option to perform the copy, is to click in a Variant Selection button, Purchase Requisition option.
Button image:
I am using the following command to open the function. It was working, but it is not working now.
.
Code:
SAPGuiWindow ("Create request"). SAPGuiToolbar ("ToolBarControl"). PressContextButton "SELECT"
. SAPGuiWindow ("Create request"). SAPGuiToolbar ("ToolBarControl"). SelectMenuItem "Purchase Requisition"
Can anyone help with this case?