/AWS1/CL_SAGTARGETDOMAINSUMM¶
Summary information for a target domain
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_targetdomainid TYPE /AWS1/SAGTARGETDOMAINID /AWS1/SAGTARGETDOMAINID¶
Unique identifier of the target domain
iv_domainname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Name of the registered target domain
Optional arguments:¶
iv_verificationstatus TYPE /AWS1/SAGTARGETDOMAINSTATUS /AWS1/SAGTARGETDOMAINSTATUS¶
Current verification status of the registered target domain
Queryable Attributes¶
targetDomainId¶
Unique identifier of the target domain
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDOMAINID() |
Getter for TARGETDOMAINID, with configurable default |
ASK_TARGETDOMAINID() |
Getter for TARGETDOMAINID w/ exceptions if field has no valu |
HAS_TARGETDOMAINID() |
Determine if TARGETDOMAINID has a value |
domainName¶
Name of the registered target domain
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
verificationStatus¶
Current verification status of the registered target domain
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFICATIONSTATUS() |
Getter for VERIFICATIONSTATUS, with configurable default |
ASK_VERIFICATIONSTATUS() |
Getter for VERIFICATIONSTATUS w/ exceptions if field has no |
HAS_VERIFICATIONSTATUS() |
Determine if VERIFICATIONSTATUS 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_TARGETDOMAINSUMMARYLIST¶
TYPES TT_TARGETDOMAINSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGTARGETDOMAINSUMM WITH DEFAULT KEY
.