/AWS1/CL_CNKRLTDITEMUPDATECONT¶
Represents the content of a related item to be updated. This is a union type that can contain either comment content or custom content.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_comment TYPE REF TO /AWS1/CL_CNKCOMMENTUPDATECONT /AWS1/CL_CNKCOMMENTUPDATECONT¶
Represents the updated content of a
Commentrelated item.
io_custom TYPE REF TO /AWS1/CL_CNKCUSTOMUPDATECONT /AWS1/CL_CNKCUSTOMUPDATECONT¶
Represents the updated content of a
Customrelated item.
Queryable Attributes¶
comment¶
Represents the updated content of a
Commentrelated item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT |
custom¶
Represents the updated content of a
Customrelated item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOM() |
Getter for CUSTOM |