/AWS1/CL_PTBCONTACT¶
Represents contact information for a partner representative.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_email TYPE /AWS1/PTBCONTACTEMAIL /AWS1/PTBCONTACTEMAIL¶
The email address of the contact person.
iv_firstname TYPE /AWS1/PTBCONTACTFIRSTNAME /AWS1/PTBCONTACTFIRSTNAME¶
The first name of the contact person.
iv_lastname TYPE /AWS1/PTBCONTACTLASTNAME /AWS1/PTBCONTACTLASTNAME¶
The last name of the contact person.
iv_businesstitle TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING¶
The business title or role of the contact person within the organization.
iv_phone TYPE /AWS1/PTBCONTACTPHONE /AWS1/PTBCONTACTPHONE¶
The phone number of the contact person.
Queryable Attributes¶
Email¶
The email address of the contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
FirstName¶
The first name of the contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTNAME() |
Getter for FIRSTNAME, with configurable default |
ASK_FIRSTNAME() |
Getter for FIRSTNAME w/ exceptions if field has no value |
HAS_FIRSTNAME() |
Determine if FIRSTNAME has a value |
LastName¶
The last name of the contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTNAME() |
Getter for LASTNAME, with configurable default |
ASK_LASTNAME() |
Getter for LASTNAME w/ exceptions if field has no value |
HAS_LASTNAME() |
Determine if LASTNAME has a value |
BusinessTitle¶
The business title or role of the contact person within the organization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUSINESSTITLE() |
Getter for BUSINESSTITLE, with configurable default |
ASK_BUSINESSTITLE() |
Getter for BUSINESSTITLE w/ exceptions if field has no value |
HAS_BUSINESSTITLE() |
Determine if BUSINESSTITLE has a value |
Phone¶
The phone number of the contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONE() |
Getter for PHONE, with configurable default |
ASK_PHONE() |
Getter for PHONE w/ exceptions if field has no value |
HAS_PHONE() |
Determine if PHONE 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_CONTACTS¶
TYPES TT_CONTACTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTBCONTACT WITH DEFAULT KEY
.