I am entering some data in SAP. I need to use send hotkey enter twice to open specific screen but it is not working in attached window activity also. Due to sap functionality click is not supported.
Is there any other method for using send hotkey or enter key?
I am creating Sales Order in SAP using tcode VA01. I want to click on Header icon to go to next screen. I have tried set focus along with type into but still it is not working. I have tried it as below,
Hi
Usually we could click on element in SAP window if SAP GUI is enabled
If it is enabled then we could use normal
Click activity with Double option enabled in Click Type property
Or
still we can use click image Activity with DOUBLE option chosen in Click Type property
Thank you all for your response.
SAP GUI functionality is enabled. But it is button feature may be customize that it is not allowing with click or double click.
So I tried with SAP toolbar enter key and it works.