/AWS1/CL_PTSPFLNEXTSTEPSHIST00¶
Tracks the history of next steps associated with the opportunity. This field captures the actions planned for the future and their timeline.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_value
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
iv_time
TYPE /AWS1/PTSDATETIME
/AWS1/PTSDATETIME
¶
Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
Queryable Attributes¶
Value¶
Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Time¶
Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIME() |
Getter for TIME, with configurable default |
ASK_TIME() |
Getter for TIME w/ exceptions if field has no value |
HAS_TIME() |
Determine if TIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PROFILENEXTSTEPSHISTORIES
¶
TYPES TT_PROFILENEXTSTEPSHISTORIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSPFLNEXTSTEPSHIST00 WITH DEFAULT KEY
.