Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to retrieve cell values in the WebTable of portal application
#2
Not Solved
Hi This is a common problem encoutered while tring to get data from a web table. Try this:
Before you use the webtable use Browser().Fullscreen
This will make the position of the abs_x and abs_y constant
then using the Object spy check for the location of abs_x or abs_y
CVhoose one amongst them for your scripting
Remove all other properties
Then use this:
Code:
WebTableExist=Browser(...).Page(...)WebTable(abs_x:=443").Exist
I used DP for my coding to eliminate the dependency of OR. but then u can use this abs_x property to identify your webtable

Check whether the tool is identifying your table using Webtable().Exist property

if exist then

Code:
WebTableExist=Browser(...).Page(...)WebTable(abs_x:=443").getCellData()
This will return an array
?Using ths split function you can get the exact value from on the cell
Hope this help
Regards
Karthik
Reply


Messages In This Thread
RE: How to retrieve cell values in the WebTable of portal application - by viv_karthy - 05-28-2009, 03:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT doesn't recognize SAP objects when it's openned by portal DevRenanGaspar 0 2,357 09-28-2017, 07:41 PM
Last Post: DevRenanGaspar
  get visible cell data values from webtable Satwik 1 4,297 07-24-2014, 11:57 PM
Last Post: supputuri
Question How to retrieve an XML data from a column in DB Ramya Devadoss 0 2,116 05-10-2013, 11:43 AM
Last Post: Ramya Devadoss
  Automating SAP portal using QTP/BPT QTPUser@work 2 4,744 12-13-2012, 08:43 PM
Last Post: QTPUser@work
Shy Trying to use QTP to test through access portal csutter2002 0 1,889 09-21-2012, 10:00 PM
Last Post: csutter2002

Forum Jump:


Users browsing this thread: 1 Guest(s)