Micro Focus QTP (UFT) Forums
Cannot create Checkpoint, Cannot identify the ... - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Cannot create Checkpoint, Cannot identify the ... (/Thread-Cannot-create-Checkpoint-Cannot-identify-the)



Cannot create Checkpoint, Cannot identify the ... - tesir - 11-13-2009

Hi,
Could you help me with following problem:

1. have two lines with different SAPGuiEdits objects: e.g. Sold-to party, Payment terms

Code:
SAPGuiSession("Session").SAPGuiWindow("Create Order overview").SAPGuiEdit("Sold-to party").Set DataTable("sold_to", dtGlobalSheet)
SAPGuiSession("Session").SAPGuiWindow("Create Order overview").SAPGuiEdit("Payment terms").Set DataTable("paym_term", dtGlobalSheet)

2. Insert Standard checkpoint for Sold-to party – OK, but when I do the same with Payment terms Msg. Appears: Cannot create Checkpoint,
Cannot identify the SAPGuiEdit

On the other hand, I can find both objects in the repository (right click - Objects Properties – View in Repository)

Why Im not able to create Checkpoint for the second object ?
Thanks