/AWS1/CL_PTSENGAGEMENTMEMBER00¶
The EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_companyname
TYPE /AWS1/PTSMEMBERCOMPANYNAME
/AWS1/PTSMEMBERCOMPANYNAME
¶
The official name of the member's company or organization.
iv_websiteurl
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
Queryable Attributes¶
CompanyName¶
The official name of the member's company or organization.
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¶
The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ENGAGEMENTMEMBERSUMMARIES
¶
TYPES TT_ENGAGEMENTMEMBERSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSENGAGEMENTMEMBER00 WITH DEFAULT KEY
.