Skip to content

/AWS1/CL_PTSACCOUNT

Specifies the Customer's account details associated with the Opportunity.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_companyname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

Specifies the end Customer's company name associated with the Opportunity.

Optional arguments:

iv_industry TYPE /AWS1/PTSINDUSTRY /AWS1/PTSINDUSTRY

Specifies the industry the end Customer belongs to that's associated with the Opportunity. It refers to the category or sector where the customer's business operates. This is a required field.

iv_otherindustry TYPE /AWS1/PTSSTRING /AWS1/PTSSTRING

Specifies the end Customer's industry associated with the Opportunity, when the selected value in the Industry field is Other.

iv_websiteurl TYPE /AWS1/PTSWEBSITEURL /AWS1/PTSWEBSITEURL

Specifies the end customer's company website URL associated with the Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system. This field is required in all cases except when the opportunity is related to national security.

iv_awsaccountid TYPE /AWS1/PTSAWSACCOUNT /AWS1/PTSAWSACCOUNT

Specifies the Customer Amazon Web Services account ID associated with the Opportunity.

io_address TYPE REF TO /AWS1/CL_PTSADDRESS /AWS1/CL_PTSADDRESS

Specifies the end Customer's address details associated with the Opportunity.

iv_duns TYPE /AWS1/PTSDUNSNUMBER /AWS1/PTSDUNSNUMBER

Indicates the Customer DUNS number, if available.


Queryable Attributes

Industry

Specifies the industry the end Customer belongs to that's associated with the Opportunity. It refers to the category or sector where the customer's business operates. This is a required field.

Accessible with the following methods

Method Description
GET_INDUSTRY() Getter for INDUSTRY, with configurable default
ASK_INDUSTRY() Getter for INDUSTRY w/ exceptions if field has no value
HAS_INDUSTRY() Determine if INDUSTRY has a value

OtherIndustry

Specifies the end Customer's industry associated with the Opportunity, when the selected value in the Industry field is Other.

Accessible with the following methods

Method Description
GET_OTHERINDUSTRY() Getter for OTHERINDUSTRY, with configurable default
ASK_OTHERINDUSTRY() Getter for OTHERINDUSTRY w/ exceptions if field has no value
HAS_OTHERINDUSTRY() Determine if OTHERINDUSTRY has a value

CompanyName

Specifies the end Customer's company name associated with the Opportunity.

Accessible with the following methods

Method Description
GET_COMPANYNAME() Getter for COMPANYNAME, with configurable default
ASK_COMPANYNAME() Getter for COMPANYNAME w/ exceptions if field has no value
HAS_COMPANYNAME() Determine if COMPANYNAME has a value

WebsiteUrl

Specifies the end customer's company website URL associated with the Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system. This field is required in all cases except when the opportunity is related to national security.

Accessible with the following methods

Method Description
GET_WEBSITEURL() Getter for WEBSITEURL, with configurable default
ASK_WEBSITEURL() Getter for WEBSITEURL w/ exceptions if field has no value
HAS_WEBSITEURL() Determine if WEBSITEURL has a value

AwsAccountId

Specifies the Customer Amazon Web Services account ID associated with the Opportunity.

Accessible with the following methods

Method Description
GET_AWSACCOUNTID() Getter for AWSACCOUNTID, with configurable default
ASK_AWSACCOUNTID() Getter for AWSACCOUNTID w/ exceptions if field has no value
HAS_AWSACCOUNTID() Determine if AWSACCOUNTID has a value

Address

Specifies the end Customer's address details associated with the Opportunity.

Accessible with the following methods

Method Description
GET_ADDRESS() Getter for ADDRESS

Duns

Indicates the Customer DUNS number, if available.

Accessible with the following methods

Method Description
GET_DUNS() Getter for DUNS, with configurable default
ASK_DUNS() Getter for DUNS w/ exceptions if field has no value
HAS_DUNS() Determine if DUNS has a value