/AWS1/CL_PTSENGAGEMENTCUSPRO00¶
Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_title
TYPE /AWS1/PTSENGAGEMENTCUSPROJEC00
/AWS1/PTSENGAGEMENTCUSPROJEC00
¶
The title of the project.
iv_businessproblem
TYPE /AWS1/PTSENGAGEMENTCUSBUSINE00
/AWS1/PTSENGAGEMENTCUSBUSINE00
¶
A description of the business problem the project aims to solve.
iv_targetcompletiondate
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
The target completion date for the customer's project.
Queryable Attributes¶
Title¶
The title of the project.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
BusinessProblem¶
A description of the business problem the project aims to solve.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUSINESSPROBLEM() |
Getter for BUSINESSPROBLEM, with configurable default |
ASK_BUSINESSPROBLEM() |
Getter for BUSINESSPROBLEM w/ exceptions if field has no val |
HAS_BUSINESSPROBLEM() |
Determine if BUSINESSPROBLEM has a value |
TargetCompletionDate¶
The target completion date for the customer's project.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETCOMPLETIONDATE() |
Getter for TARGETCOMPLETIONDATE, with configurable default |
ASK_TARGETCOMPLETIONDATE() |
Getter for TARGETCOMPLETIONDATE w/ exceptions if field has n |
HAS_TARGETCOMPLETIONDATE() |
Determine if TARGETCOMPLETIONDATE has a value |