17-11-20 08:29 AM
Internal : Failed to perform step 1 in Navigate Stage 'Navigate5' on page 'create customer sales' - Object reference not set to an instance of an object.
i am using attach before this stage. i am not sure how to do this. i would like to go "set focus" and then send keys f4 to get to the list with the possible inputs, since i apparently cannot write directly in this textbox for some reason.
any ideas? here is the ID from application modeller of the texbox if it would be of any help: /app/con[0]/ses[0]/wnd[0]/usr/subSUBTAB:SAPLATAB:0100/tabsTABSTRIP100/tabpTAB01/ssubSUBSC:SAPLATAB:0200/subAREA1:SAPMF02D:7310/ctxtKNVV-KDGRP
18-11-20 10:31 AM
21-12-20 01:02 PM
hi Michal
i want to write in the textbox, and one way of doing it was by sending f4 to get to the menu and select an menu item. but writing also works.
i have been looking more into this and realized i need to first fill in the steps below the SAP textbox mentioned. once this is done, the mentioned texbox is GREY, not WHITE. this means i can not write in the textbox without making it white first. to make it white, i need to double click the box to make it white. the question now is how do i double click it? if i go into navigate stage i can only do "set focus"
i hope this makes sence
thanks
------------------------------
Oskar Jennische
------------------------------
21-12-20 02:51 PM
Hi Oskar,
What you can do is to Activate Application (SAP window), focus on the field and then use in navigate global send key events (or just global send keys) with F2 or F4 on the whole application - depending what is should cover your activity. Are you familiar with sending keys to the application? There is a guidance how to do that on BP portal:
21-12-20 03:40 PM
And by the way - Did you press green button provided on the screenshot below? I never saw case when you need to double click on the field to enable it in SAP - usually SAP validates input when you press anything so it should work as well.