01-13-2014, 07:50 PM
Can anyone show me how to use the following code as I can see the method GetDateTooltip for this object with Object Spy:
Currently I get blank value for the above code.
GetDateTooltip method is shown in Object Spy so I can use this but the issue is how to use the method with the right values in the bracket.
Would appreciate someones expertise on this subject.
Code:
SAPGuiSession("Session").SAPGuiWindow("Year Overview 2010").SAPGuiCalendar("Calendar_2").Object.GetDateTooltip("selecteddate:=28/Dec/2010")
Currently I get blank value for the above code.
GetDateTooltip method is shown in Object Spy so I can use this but the issue is how to use the method with the right values in the bracket.
Would appreciate someones expertise on this subject.