Click into Details for SAP VA01 Create Sales Order

Hi,

I will be creating multiple lines in VA01
As shown in the screenshot, after adding the 1st line, i will click on the point 2 to select the line then click on point 3 to fill in the details.

I managed to do it for the 1st line, but after adding 2nd line, the clicking is back to 1st line.

How to click 2nd line and the subsequent line so that I can add in the details ?

va01

@jmcheong7
theres a tableRow attribute in the selector


0= 1st row, 1 = second row and so on…
you can make it dynamic by using an integer variable e.g.
image

then update tableRow attribute in selector to this tableRow='{{tableRow}}'

2 Likes

Hi Jack!!!

Thanks for the tips.

I was trying to use Assign to count the row.
But this should not be working because it will count all the available row.

As from below, has 2 unique WBS.
1 WBS with 1 line
1 WBS with multiple lines

I would want to fill in the details for the 1st unique WBS , then proceed to 2nd unique WBS (Selecting line 1, 2,3)

How should I construct the expression so that it is dynamically get the row number that I am processing ?

Many thanks in advance !

image

WBS Element
R-INT-3333-XX8096-000
R-INT-3333-XX8171-000
R-INT-3333-XX8171-000
R-INT-3333-XX8171-000
R-INT-3333-XX8171-000
R-INT-3333-XX8171-000
R-INT-3333-XX8171-000

HI @jmcheong7
The solution is here:

  • SAP Academy course , to help you to learn the automation techniques and the best practices for SAP WinGUI automation

In one of the lessons, I am showing how to enter the data with counting.

Check it

Best regards, Lev

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.