/AWS1/CL_DIROBJIDANDLINKNAME00¶
A pair of ObjectIdentifier and LinkName.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_objectidentifier TYPE /AWS1/DIROBJECTIDENTIFIER /AWS1/DIROBJECTIDENTIFIER¶
The ID that is associated with the object.
iv_linkname TYPE /AWS1/DIRLINKNAME /AWS1/DIRLINKNAME¶
The name of the link between the parent and the child object.
Queryable Attributes¶
ObjectIdentifier¶
The ID that is associated with the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER, with configurable default |
ASK_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER w/ exceptions if field has no va |
HAS_OBJECTIDENTIFIER() |
Determine if OBJECTIDENTIFIER has a value |
LinkName¶
The name of the link between the parent and the child object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINKNAME() |
Getter for LINKNAME, with configurable default |
ASK_LINKNAME() |
Getter for LINKNAME w/ exceptions if field has no value |
HAS_LINKNAME() |
Determine if LINKNAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OBJECTIDANDLINKNAMELIST¶
TYPES TT_OBJECTIDANDLINKNAMELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIROBJIDANDLINKNAME00 WITH DEFAULT KEY
.