/AWS1/CL_PTBCONSUMABLEDETAILS¶
Contains information about consumable benefit fulfillment, such as usage quotas or service limits.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_allocatedamount TYPE REF TO /AWS1/CL_PTBMONETARYVALUE /AWS1/CL_PTBMONETARYVALUE¶
The total amount of the consumable benefit that has been allocated.
io_remainingamount TYPE REF TO /AWS1/CL_PTBMONETARYVALUE /AWS1/CL_PTBMONETARYVALUE¶
The remaining amount of the consumable benefit that is still available for use.
io_utilizedamount TYPE REF TO /AWS1/CL_PTBMONETARYVALUE /AWS1/CL_PTBMONETARYVALUE¶
The amount of the consumable benefit that has already been used.
io_issuancedetails TYPE REF TO /AWS1/CL_PTBISSUANCEDETAIL /AWS1/CL_PTBISSUANCEDETAIL¶
Detailed information about how the consumable benefit was issued and distributed.
Queryable Attributes¶
AllocatedAmount¶
The total amount of the consumable benefit that has been allocated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOCATEDAMOUNT() |
Getter for ALLOCATEDAMOUNT |
RemainingAmount¶
The remaining amount of the consumable benefit that is still available for use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMAININGAMOUNT() |
Getter for REMAININGAMOUNT |
UtilizedAmount¶
The amount of the consumable benefit that has already been used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UTILIZEDAMOUNT() |
Getter for UTILIZEDAMOUNT |
IssuanceDetails¶
Detailed information about how the consumable benefit was issued and distributed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUANCEDETAILS() |
Getter for ISSUANCEDETAILS |