01-03-2013, 10:07 AM
Throught QTP how to capture row position and column position dynamically in SAP report output.
In SAP how to capture row position and column position dynamically
|
01-03-2013, 10:07 AM
Throught QTP how to capture row position and column position dynamically in SAP report output.
01-03-2013, 11:32 AM
Please give a brief detail of you issue and the solutions which u have already tried.
Post a screenshot and the t-code as well. Regards, Ankesh
01-04-2013, 11:32 AM
In Tcode PC_PAYRESULT records come in rows, if we go for one
personnel number for specific period(ex for period 39.2012).but for another personnel number same period(for period 39.2012) come on different row.so, how can capture row position, which work for every personnel no. In short, for every personnel number row position will change for same period.
01-04-2013, 12:01 PM
ok.. What i understood is that you have some value for which u need to find the corresponding row number.
U can use the below code Code: intRowNo=SAPGuiSession("Session").SAPGuiWindow("WindowName").SAPGuiTable("TableName").FindRowByCellContent("ColumnName","<Value that you are looking for>") Regards, Ankesh
01-05-2013, 08:54 PM
Ok. for table I can use this method , but how can capture row position for SAPGuiLabel.
Code: SAPGuiSession("Session").SAPGuiWindow("Tables / fieldstrings").SAPGuiLabel("ON/Health Tax earnings").SetFocus
01-07-2013, 09:56 AM
Kamal,
You need to change the settings for this. Goto the transaction, open the page. Now goto Settings->UserParameters->Select Grid Display. This will change the display to grid view and thus u will get a table. U can then use the code which i have suggested. Regards, Ankesh
01-10-2013, 08:04 PM
Hi Ankesh,
Thanks for reply, ExceptingTransaction SE11, I'm not getting this path(Settings->UserParameters->Select Grid Display) in Transaction PC_PAYRESULT, ZPAYREGISTER . waiting for your suggestion Thanks Kamal
01-18-2013, 03:50 PM
Kamal,
I have never used the transactions that you are talking about.. You can get in touch with ur development/functional team. They might help. REgards, Ankesh |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
UFT issues with Outsystems dynamically generated Id/names | jherron | 2 | 1,346 |
03-02-2020, 09:33 PM Last Post: Swishy70 |
|
Unable to capture value of Webelement which is changing dynamically | sheetal | 9 | 16,215 |
02-16-2018, 11:01 AM Last Post: janki_kakadia |
|
Unable to click on dynamically changing webelement | preeti | 0 | 1,807 |
04-29-2017, 08:50 PM Last Post: preeti |
|
DataGrid: double click on selected row | robertosalemi | 0 | 4,428 |
05-12-2016, 03:00 PM Last Post: robertosalemi |
|
Row count is always shown as 1 | Harry1999 | 0 | 2,086 |
04-14-2016, 11:11 PM Last Post: Harry1999 |