on ‎2022 Apr 20 2:42 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.