Actually the problem is there is a SAPGUITable inside the Tab so the Tab name is like the Tab name (No. of row in the table)
For eg. if the total no. of rows in the table is 26, so its Tab name(26)
So its changing dynamically, so how can i click that tab,
I used descriptive programming like
but that does not work, so what else i can try.
For eg. if the total no. of rows in the table is 26, so its Tab name(26)
So its changing dynamically, so how can i click that tab,
I used descriptive programming like
Code:
'SAPGuiSession("Session").SAPGuiWindow("Maintain Business Partner").SAPGuiTabStrip("GS_SCREEN_1200_TABSTRIP").Select "name := Tab_02"
