/AWS1/CL_DIRBATCHATTACHOBJECT¶
Represents the output of an AttachObject operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_parentreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
The parent object reference.
io_childreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
The child object reference that is to be attached to the object.
iv_linkname TYPE /AWS1/DIRLINKNAME /AWS1/DIRLINKNAME¶
The name of the link.
Queryable Attributes¶
ParentReference¶
The parent object reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTREFERENCE() |
Getter for PARENTREFERENCE |
ChildReference¶
The child object reference that is to be attached to the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHILDREFERENCE() |
Getter for CHILDREFERENCE |
LinkName¶
The name of the link.
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 |