Skip to content

/AWS1/CL_CRMCOLLABORATIONCHA00

Represents a request to modify a collaboration. Change requests enable structured modifications to collaborations after they have been created.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID

The unique identifier for the change request.

iv_collaborationid TYPE /AWS1/CRMUUID /AWS1/CRMUUID

The unique identifier for the collaboration being modified.

iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time when the change request was created.

iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time when the change request was last updated.

iv_status TYPE /AWS1/CRMCHANGEREQUESTSTATUS /AWS1/CRMCHANGEREQUESTSTATUS

The current status of the change request. Valid values are PENDING, APPROVED, DENIED, COMMITTED, and CANCELLED.

iv_isautoapproved TYPE /AWS1/CRMBOOLEAN /AWS1/CRMBOOLEAN

Whether the change request was automatically approved based on the collaboration's auto-approval settings.

it_changes TYPE /AWS1/CL_CRMCHANGE=>TT_CHANGELIST TT_CHANGELIST

The list of changes specified in this change request.


Queryable Attributes

id

The unique identifier for the change request.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

collaborationId

The unique identifier for the collaboration being modified.

Accessible with the following methods

Method Description
GET_COLLABORATIONID() Getter for COLLABORATIONID, with configurable default
ASK_COLLABORATIONID() Getter for COLLABORATIONID w/ exceptions if field has no val
HAS_COLLABORATIONID() Determine if COLLABORATIONID has a value

createTime

The time when the change request was created.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

updateTime

The time when the change request was last updated.

Accessible with the following methods

Method Description
GET_UPDATETIME() Getter for UPDATETIME, with configurable default
ASK_UPDATETIME() Getter for UPDATETIME w/ exceptions if field has no value
HAS_UPDATETIME() Determine if UPDATETIME has a value

status

The current status of the change request. Valid values are PENDING, APPROVED, DENIED, COMMITTED, and CANCELLED.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

isAutoApproved

Whether the change request was automatically approved based on the collaboration's auto-approval settings.

Accessible with the following methods

Method Description
GET_ISAUTOAPPROVED() Getter for ISAUTOAPPROVED, with configurable default
ASK_ISAUTOAPPROVED() Getter for ISAUTOAPPROVED w/ exceptions if field has no valu
HAS_ISAUTOAPPROVED() Determine if ISAUTOAPPROVED has a value

changes

The list of changes specified in this change request.

Accessible with the following methods

Method Description
GET_CHANGES() Getter for CHANGES, with configurable default
ASK_CHANGES() Getter for CHANGES w/ exceptions if field has no value
HAS_CHANGES() Determine if CHANGES has a value