Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with SAP GUI Button inside SAPGuiGrid
#1
Not Solved
hi All,

I am trying to record a transaction in which m not able to record a click of a button inside SAPGuiGrid, Is there anybody knows any workarounds to it...
Reply
#2
Not Solved
Which transaction are you trying to automate. Please post your screenshot.

I usually use clickcell to click on a button inside SAPGUIGrid.

Code:
SAPGuiSession("Session").SAPGuiWindow("Display Purchase Order").SAPGuiGrid("GridViewCtrl").ClickCell RowNo,"ColumnName"
e.g.,

SAPGuiSession("Session").SAPGuiWindow("Display Purchase Order").SAPGuiGrid("GridViewCtrl").ClickCell 1,"Release Options"


Regards,
Ankesh
Reply
#3
Not Solved
I am not able to find the properties of SAPGuiGrid as well
Reply
#4
Not Solved
You can only see the properties of SAPGUIGrid. You can not see the properties for its row and column.

Did you try the code which i have posted?

Regards,
Ankesh
Reply
#5
Not Solved
How can i get the column name it just shows button


Attached Files Image(s)
   
Reply
#6
Not Solved
As u said it is inside a SAPGUIGrid, there should be some row/column associated with it.

Record the button click and see.

Do post the recorded code.

Regards,
Ankesh
Reply
#7
Not Solved
it doesnt record nything while click on the button
Reply
#8
Not Solved
Hi manishnangalia,
if possible please upload screen shot so that you can get solution for your query.
Reply
#9
Not Solved
Please post the full screenshot of the page. Also do let me know the transaction and steps to navigate till that step so that i can try on my system and give you the solution.

Regards,
Ankesh
Reply
#10
Not Solved
its for /SAPSLL/LCLICF01 - Create Auth. for Inward Processing
Transaction


Attached Files Image(s)
   
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Enabling Smart Identification for SAP Gui object prasanna.kale5@gmail.com 0 847 12-05-2019, 08:04 PM
Last Post: prasanna.kale5@gmail.com
  Set Value in JavaEdit Inside JavaTable yonobev 9 11,787 11-08-2017, 11:12 PM
Last Post: lotos
  Objects inside WpfList shinji458 23 21,428 11-08-2017, 10:54 PM
Last Post: lotos
  Get numbers inside all webelements in webtable and sort them pradeep537 1 2,566 08-04-2016, 01:24 AM
Last Post: Ankur
  SAP GUI gets hanged while closing the Windows Pop Up kathirvelnagaraj 0 5,331 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj

Forum Jump:


Users browsing this thread: 1 Guest(s)