/AWS1/CL_GDYACCOUNTDETAIL¶
Contains information about the account.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_accountid
TYPE /AWS1/GDYACCOUNTID
/AWS1/GDYACCOUNTID
¶
The member account ID.
iv_email
TYPE /AWS1/GDYEMAIL
/AWS1/GDYEMAIL
¶
The email address of the member account.
The rules for a valid email address:
The email address must be a minimum of 6 and a maximum of 64 characters long.
All characters must be 7-bit ASCII characters.
There must be one and only one @ symbol, which separates the local name from the domain name.
The local name can't contain any of the following characters:
whitespace, " ' ( ) < > [ ] : ' , \ | % &
The local name can't begin with a dot (.).
The domain name can consist of only the characters [a-z], [A-Z], [0-9], hyphen (-), or dot (.).
The domain name can't begin or end with a dot (.) or hyphen (-).
The domain name must contain at least one dot.
Queryable Attributes¶
AccountId¶
The member account ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Email¶
The email address of the member account.
The rules for a valid email address:
The email address must be a minimum of 6 and a maximum of 64 characters long.
All characters must be 7-bit ASCII characters.
There must be one and only one @ symbol, which separates the local name from the domain name.
The local name can't contain any of the following characters:
whitespace, " ' ( ) < > [ ] : ' , \ | % &
The local name can't begin with a dot (.).
The domain name can consist of only the characters [a-z], [A-Z], [0-9], hyphen (-), or dot (.).
The domain name can't begin or end with a dot (.) or hyphen (-).
The domain name must contain at least one dot.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCOUNTDETAILS
¶
TYPES TT_ACCOUNTDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYACCOUNTDETAIL WITH DEFAULT KEY
.