/AWS1/CL_APSADMINAPPLICENSEU00¶
The collection of license usage records.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userarn TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The ARN of the user who used the license-included application.
iv_billingperiod TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The billing period for the license usage record.
iv_ownerawsaccountid TYPE /AWS1/APSAWSACCOUNTID /AWS1/APSAWSACCOUNTID¶
The account ID of the owner of the license.
iv_subscriptionfirstuseddate TYPE /AWS1/APSTIMESTAMP /AWS1/APSTIMESTAMP¶
The date and time when the license was first used.
iv_subscriptionlastuseddate TYPE /AWS1/APSTIMESTAMP /AWS1/APSTIMESTAMP¶
The date and time when the license was last used.
iv_licensetype TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The type of license (for example, Microsoft Office).
iv_userid TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The ID of the user who used the license-included application.
Queryable Attributes¶
UserArn¶
The ARN of the user who used the license-included application.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_USERARN() | Getter for USERARN, with configurable default | 
| ASK_USERARN() | Getter for USERARN w/ exceptions if field has no value | 
| HAS_USERARN() | Determine if USERARN has a value | 
BillingPeriod¶
The billing period for the license usage record.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_BILLINGPERIOD() | Getter for BILLINGPERIOD, with configurable default | 
| ASK_BILLINGPERIOD() | Getter for BILLINGPERIOD w/ exceptions if field has no value | 
| HAS_BILLINGPERIOD() | Determine if BILLINGPERIOD has a value | 
OwnerAWSAccountId¶
The account ID of the owner of the license.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_OWNERAWSACCOUNTID() | Getter for OWNERAWSACCOUNTID, with configurable default | 
| ASK_OWNERAWSACCOUNTID() | Getter for OWNERAWSACCOUNTID w/ exceptions if field has no v | 
| HAS_OWNERAWSACCOUNTID() | Determine if OWNERAWSACCOUNTID has a value | 
SubscriptionFirstUsedDate¶
The date and time when the license was first used.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SUBSCRPTIONFIRSTUSEDDATE() | Getter for SUBSCRIPTIONFIRSTUSEDDATE, with configurable defa | 
| ASK_SUBSCRPTIONFIRSTUSEDDATE() | Getter for SUBSCRIPTIONFIRSTUSEDDATE w/ exceptions if field | 
| HAS_SUBSCRPTIONFIRSTUSEDDATE() | Determine if SUBSCRIPTIONFIRSTUSEDDATE has a value | 
SubscriptionLastUsedDate¶
The date and time when the license was last used.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SUBSCRIPTIONLASTUSEDDATE() | Getter for SUBSCRIPTIONLASTUSEDDATE, with configurable defau | 
| ASK_SUBSCRIPTIONLASTUSEDDATE() | Getter for SUBSCRIPTIONLASTUSEDDATE w/ exceptions if field h | 
| HAS_SUBSCRIPTIONLASTUSEDDATE() | Determine if SUBSCRIPTIONLASTUSEDDATE has a value | 
LicenseType¶
The type of license (for example, Microsoft Office).
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LICENSETYPE() | Getter for LICENSETYPE, with configurable default | 
| ASK_LICENSETYPE() | Getter for LICENSETYPE w/ exceptions if field has no value | 
| HAS_LICENSETYPE() | Determine if LICENSETYPE has a value | 
UserId¶
The ID of the user who used the license-included application.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_USERID() | Getter for USERID, with configurable default | 
| ASK_USERID() | Getter for USERID w/ exceptions if field has no value | 
| HAS_USERID() | Determine if USERID 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_ADMINAPPLICENSEUSAGELIST¶
TYPES TT_ADMINAPPLICENSEUSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSADMINAPPLICENSEU00 WITH DEFAULT KEY
.