/AWS1/CL_BCPBILLSCENARIOCOMM01¶
Represents a commitment modification item in a bill scenario.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/BCPRESOURCEID /AWS1/BCPRESOURCEID¶
The unique identifier of the commitment modification.
iv_usageaccountid TYPE /AWS1/BCPACCOUNTID /AWS1/BCPACCOUNTID¶
The Amazon Web Services account ID associated with this commitment modification.
iv_group TYPE /AWS1/BCPUSAGEGROUP /AWS1/BCPUSAGEGROUP¶
The group identifier for the commitment modification.
io_commitmentaction TYPE REF TO /AWS1/CL_BCPBILLSCENARIOCOMM00 /AWS1/CL_BCPBILLSCENARIOCOMM00¶
The specific commitment action taken in this modification.
Queryable Attributes¶
id¶
The unique identifier of the commitment modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
usageAccountId¶
The Amazon Web Services account ID associated with this commitment modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGEACCOUNTID() |
Getter for USAGEACCOUNTID, with configurable default |
ASK_USAGEACCOUNTID() |
Getter for USAGEACCOUNTID w/ exceptions if field has no valu |
HAS_USAGEACCOUNTID() |
Determine if USAGEACCOUNTID has a value |
group¶
The group identifier for the commitment modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP has a value |
commitmentAction¶
The specific commitment action taken in this modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMITMENTACTION() |
Getter for COMMITMENTACTION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BILLSCENARIOCOMMITMENTMOD00¶
TYPES TT_BILLSCENARIOCOMMITMENTMOD00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCPBILLSCENARIOCOMM01 WITH DEFAULT KEY
.