11-13-2009, 06:56 PM
Hi,
Could you help me with following problem:
1. have two lines with different SAPGuiEdits objects: e.g. Sold-to party, Payment terms
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
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