Skip to content

/AWS1/CL_PTSPROSPCTTASKSUMMARY

A summary of a single prospecting task, returned by ListProspectingFromEngagementTasks. Contains key metrics and status information without the full per-engagement detail available from GetProspectingFromEngagementTask.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_taskid TYPE /AWS1/PTSPROSPCTTASKIDENTIFIER /AWS1/PTSPROSPCTTASKIDENTIFIER

The unique identifier of the task. Use this value with GetProspectingFromEngagementTask to retrieve full task details.

iv_taskarn TYPE /AWS1/PTSPROSPECTINGTASKARN /AWS1/PTSPROSPECTINGTASKARN

The Amazon Resource Name (ARN) of the task.

iv_taskname TYPE /AWS1/PTSTASKNAME /AWS1/PTSTASKNAME

The descriptive name of the task provided when it was created.

iv_starttime TYPE /AWS1/PTSDATETIME /AWS1/PTSDATETIME

The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.

iv_totalengagementcount TYPE /AWS1/PTSINTEGER /AWS1/PTSINTEGER

The total number of engagements included in the task.

iv_completedengagementcount TYPE /AWS1/PTSINTEGER /AWS1/PTSINTEGER

The number of engagements that have been successfully converted into prospecting leads.

iv_failedengagementcount TYPE /AWS1/PTSINTEGER /AWS1/PTSINTEGER

The number of engagements that failed to be converted. Retrieve the full task details using GetProspectingFromEngagementTask for per-engagement error information.

Optional arguments:

iv_endtime TYPE /AWS1/PTSDATETIME /AWS1/PTSDATETIME

The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.


Queryable Attributes

TaskId

The unique identifier of the task. Use this value with GetProspectingFromEngagementTask to retrieve full task details.

Accessible with the following methods

Method Description
GET_TASKID() Getter for TASKID, with configurable default
ASK_TASKID() Getter for TASKID w/ exceptions if field has no value
HAS_TASKID() Determine if TASKID has a value

TaskArn

The Amazon Resource Name (ARN) of the task.

Accessible with the following methods

Method Description
GET_TASKARN() Getter for TASKARN, with configurable default
ASK_TASKARN() Getter for TASKARN w/ exceptions if field has no value
HAS_TASKARN() Determine if TASKARN has a value

TaskName

The descriptive name of the task provided when it was created.

Accessible with the following methods

Method Description
GET_TASKNAME() Getter for TASKNAME, with configurable default
ASK_TASKNAME() Getter for TASKNAME w/ exceptions if field has no value
HAS_TASKNAME() Determine if TASKNAME has a value

StartTime

The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

TotalEngagementCount

The total number of engagements included in the task.

Accessible with the following methods

Method Description
GET_TOTALENGAGEMENTCOUNT() Getter for TOTALENGAGEMENTCOUNT

CompletedEngagementCount

The number of engagements that have been successfully converted into prospecting leads.

Accessible with the following methods

Method Description
GET_COMPLETEDENGAGEMENTCOUNT() Getter for COMPLETEDENGAGEMENTCOUNT, with configurable defau
ASK_COMPLETEDENGAGEMENTCOUNT() Getter for COMPLETEDENGAGEMENTCOUNT w/ exceptions if field h
HAS_COMPLETEDENGAGEMENTCOUNT() Determine if COMPLETEDENGAGEMENTCOUNT has a value

FailedEngagementCount

The number of engagements that failed to be converted. Retrieve the full task details using GetProspectingFromEngagementTask for per-engagement error information.

Accessible with the following methods

Method Description
GET_FAILEDENGAGEMENTCOUNT() Getter for FAILEDENGAGEMENTCOUNT, with configurable default
ASK_FAILEDENGAGEMENTCOUNT() Getter for FAILEDENGAGEMENTCOUNT w/ exceptions if field has
HAS_FAILEDENGAGEMENTCOUNT() Determine if FAILEDENGAGEMENTCOUNT 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_PROSPECTINGTASKSUMMARYLIST

TYPES TT_PROSPECTINGTASKSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSPROSPCTTASKSUMMARY WITH DEFAULT KEY
.