cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CharTop missing after refresh

0 Likes
1,391

hi Team,

Just want your expertise regarding the issue i'm facing, currently i am using CharTop as an identifier of a Hierarchy in SAP, after sometime and after a process some orders an i need to go back to the main screen, Chartop is now not available, how can this happen?

Set obj_Gridview = sapSession.FindById("wnd[0]/usr/")

Set gridKey = obj_Gridview.Children

For Each objkey In gridKey

'Return errors after completing some task/ seems like element change after completing some task
If objkey.CharTop >= 3 Then

View Entire Topic

Just an update regarding this issue, I've figured that every time I completed a process and going back to the previous screen adds another child from the object which does not have the CharTop count, the rest of the child has a CharTop count, what I did is I just to ignore the first child and proceed to the other child.