Description
The RecordObjectIdentifier
property returns a value that uniquely identifies an SAP GUI object among other objects that belong to the same parent object. This property is used to provide unique recognition criteria to SAP GUI controls added to the Name Mapping repository.
Declaration
TestObj.RecordObjectIdentifier
Read-Only Property | Variant |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
A string or integer that specifies the object identifier.
Typically, the property returns the same value as the ObjectIdentifier
property does. If the tested control has a dynamic identifier that may change between application runs, the RecordObjectIdentifier
property will have the dynamic part replaced with the *
wildcard.