/AWS1/CL_WKRGUESTUSERHISTORYCT¶
Contains the count of guest users for a specific billing period, used for tracking historical guest user activity.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_month TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The month and billing period in YYYY_MM format (e.g., '2024_01').
iv_count TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The number of guest users who have communicated with your Wickr network during this billing period.
Queryable Attributes¶
month¶
The month and billing period in YYYY_MM format (e.g., '2024_01').
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONTH() |
Getter for MONTH, with configurable default |
ASK_MONTH() |
Getter for MONTH w/ exceptions if field has no value |
HAS_MONTH() |
Determine if MONTH has a value |
count¶
The number of guest users who have communicated with your Wickr network during this billing period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT 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_GUESTUSERHISTORYCOUNTLIST¶
TYPES TT_GUESTUSERHISTORYCOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRGUESTUSERHISTORYCT WITH DEFAULT KEY
.