/AWS1/CL_PTSOPPORTUNITYINVIT00¶
Represents the data payload of an Engagement Invitation for a specific opportunity. This contains detailed information that partners use to evaluate the engagement.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_receiverresponsibilities TYPE /AWS1/CL_PTSRECEIVERRESPONSI00=>TT_RECEIVERRESPONSIBILITYLIST TT_RECEIVERRESPONSIBILITYLIST¶
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
io_customer TYPE REF TO /AWS1/CL_PTSENGAGEMENTCUSTOMER /AWS1/CL_PTSENGAGEMENTCUSTOMER¶
Contains information about the customer related to the opportunity in the Engagement Invitation. This data helps partners understand the customer’s profile and requirements.
io_project TYPE REF TO /AWS1/CL_PTSPROJECTDETAILS /AWS1/CL_PTSPROJECTDETAILS¶
Describes the project details associated with the opportunity, including the customer’s needs and the scope of work expected to be performed.
Optional arguments:¶
it_sendercontacts TYPE /AWS1/CL_PTSSENDERCONTACT=>TT_SENDERCONTACTLIST TT_SENDERCONTACTLIST¶
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are opportunity stakeholders.
Queryable Attributes¶
SenderContacts¶
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are opportunity stakeholders.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDERCONTACTS() |
Getter for SENDERCONTACTS, with configurable default |
ASK_SENDERCONTACTS() |
Getter for SENDERCONTACTS w/ exceptions if field has no valu |
HAS_SENDERCONTACTS() |
Determine if SENDERCONTACTS has a value |
ReceiverResponsibilities¶
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECEIVERRESPONSIBILITIES() |
Getter for RECEIVERRESPONSIBILITIES, with configurable defau |
ASK_RECEIVERRESPONSIBILITIES() |
Getter for RECEIVERRESPONSIBILITIES w/ exceptions if field h |
HAS_RECEIVERRESPONSIBILITIES() |
Determine if RECEIVERRESPONSIBILITIES has a value |
Customer¶
Contains information about the customer related to the opportunity in the Engagement Invitation. This data helps partners understand the customer’s profile and requirements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMER() |
Getter for CUSTOMER |
Project¶
Describes the project details associated with the opportunity, including the customer’s needs and the scope of work expected to be performed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECT() |
Getter for PROJECT |