Skip to content

/AWS1/CL_PTSLEADCONTEXT

Provides comprehensive details about a lead associated with an engagement. This structure contains information about lead qualification status, customer details, and interaction history to facilitate lead management and tracking within the engagement.

CONSTRUCTOR

IMPORTING

Required arguments:

io_customer TYPE REF TO /AWS1/CL_PTSLEADCUSTOMER /AWS1/CL_PTSLEADCUSTOMER

Contains detailed information about the customer associated with the lead, including company information, contact details, and other relevant customer data.

it_interactions TYPE /AWS1/CL_PTSLEADINTERACTION=>TT_LEADINTERACTIONLIST TT_LEADINTERACTIONLIST

An array of interactions that have occurred with the lead, providing a history of communications, meetings, and other engagement activities related to the lead.

Optional arguments:

iv_qualificationstatus TYPE /AWS1/PTSLEADQUALIFICATIONSTAT /AWS1/PTSLEADQUALIFICATIONSTAT

Indicates the current qualification status of the lead, such as whether it has been qualified, disqualified, or is still under evaluation. This helps track the lead's progression through the qualification process.


Queryable Attributes

QualificationStatus

Indicates the current qualification status of the lead, such as whether it has been qualified, disqualified, or is still under evaluation. This helps track the lead's progression through the qualification process.

Accessible with the following methods

Method Description
GET_QUALIFICATIONSTATUS() Getter for QUALIFICATIONSTATUS, with configurable default
ASK_QUALIFICATIONSTATUS() Getter for QUALIFICATIONSTATUS w/ exceptions if field has no
HAS_QUALIFICATIONSTATUS() Determine if QUALIFICATIONSTATUS has a value

Customer

Contains detailed information about the customer associated with the lead, including company information, contact details, and other relevant customer data.

Accessible with the following methods

Method Description
GET_CUSTOMER() Getter for CUSTOMER

Interactions

An array of interactions that have occurred with the lead, providing a history of communications, meetings, and other engagement activities related to the lead.

Accessible with the following methods

Method Description
GET_INTERACTIONS() Getter for INTERACTIONS, with configurable default
ASK_INTERACTIONS() Getter for INTERACTIONS w/ exceptions if field has no value
HAS_INTERACTIONS() Determine if INTERACTIONS has a value