/AWS1/CL_GDYFREETRIALFTCONFRS¶
Contains information about the free trial period for a feature.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/GDYFREETRIALFEATRESULT
/AWS1/GDYFREETRIALFEATRESULT
¶
The name of the feature for which the free trial is configured.
iv_freetrialdaysremaining
TYPE /AWS1/GDYINTEGER
/AWS1/GDYINTEGER
¶
The number of the remaining free trial days for the feature.
Queryable Attributes¶
Name¶
The name of the feature for which the free trial is configured.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
FreeTrialDaysRemaining¶
The number of the remaining free trial days for the feature.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FREETRIALDAYSREMAINING() |
Getter for FREETRIALDAYSREMAINING, with configurable default |
ASK_FREETRIALDAYSREMAINING() |
Getter for FREETRIALDAYSREMAINING w/ exceptions if field has |
HAS_FREETRIALDAYSREMAINING() |
Determine if FREETRIALDAYSREMAINING 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_FREETRIALFEATCONFSRESULTS
¶
TYPES TT_FREETRIALFEATCONFSRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYFREETRIALFTCONFRS WITH DEFAULT KEY
.