0

I'm having trouble in identifying SAP GUI objects.

instead of UFT recording the objects like:

SAP("Title").  

it records the objects like:

Window("Maintain Business Partner").WinEdit("Edit").Set

I have performed the necessary troubleshooting steps:

I've also tried upgrading UFT to ver 14 but it didn't solve the problem.

has anyone encountered this issue and how were you able to solve it?

Thanks in advance.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Peezy
  • 21
  • 1
  • 7
  • Try to use the object spy and add the objects in the code from OR using drag and drop. In this way, you will not face object mismatch problems. Hope it helps! – Vishal Puri Dec 07 '17 at 10:40

1 Answers1

0

Please get Automation developer access. This can resolve your issue.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Anusha
  • 16