/AWS1/CL_CRMCHANGEINPUT¶
Specifies a change to apply to a collaboration.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_specificationtype
TYPE /AWS1/CRMCHANGESPECTYPE
/AWS1/CRMCHANGESPECTYPE
¶
The type of specification for the change. Currently supports
MEMBER
for member-related changes.
io_specification
TYPE REF TO /AWS1/CL_CRMCHANGESPEC
/AWS1/CL_CRMCHANGESPEC
¶
The specification details for the change. The structure depends on the specification type.
Queryable Attributes¶
specificationType¶
The type of specification for the change. Currently supports
MEMBER
for member-related changes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SPECIFICATIONTYPE() |
Getter for SPECIFICATIONTYPE, with configurable default |
ASK_SPECIFICATIONTYPE() |
Getter for SPECIFICATIONTYPE w/ exceptions if field has no v |
HAS_SPECIFICATIONTYPE() |
Determine if SPECIFICATIONTYPE has a value |
specification¶
The specification details for the change. The structure depends on the specification type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SPECIFICATION() |
Getter for SPECIFICATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHANGEINPUTLIST
¶
TYPES TT_CHANGEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMCHANGEINPUT WITH DEFAULT KEY
.