/AWS1/CL_BCFACTIVITYSUMMARY¶
The summary of activities.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_activityid
TYPE /AWS1/BCFACTIVITYID
/AWS1/BCFACTIVITYID
¶
A unique identifier that identifies the activity.
iv_title
TYPE /AWS1/BCFGENERICSTRING
/AWS1/BCFGENERICSTRING
¶
The title of the activity.
io_reward
TYPE REF TO /AWS1/CL_BCFACTIVITYREWARD
/AWS1/CL_BCFACTIVITYREWARD
¶
The reward for the activity.
iv_status
TYPE /AWS1/BCFACTIVITYSTATUS
/AWS1/BCFACTIVITYSTATUS
¶
The current status of the activity.
Queryable Attributes¶
activityId¶
A unique identifier that identifies the activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIVITYID() |
Getter for ACTIVITYID, with configurable default |
ASK_ACTIVITYID() |
Getter for ACTIVITYID w/ exceptions if field has no value |
HAS_ACTIVITYID() |
Determine if ACTIVITYID has a value |
title¶
The title of the activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
reward¶
The reward for the activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REWARD() |
Getter for REWARD |
status¶
The current status of the activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_ACTIVITIES
¶
TYPES TT_ACTIVITIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCFACTIVITYSUMMARY WITH DEFAULT KEY
.