/AWS1/CL_BILBLLNGVIEWHLTHSTAT¶
Represents the health status of a billing view, including a status code and optional reasons for the status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statuscode TYPE /AWS1/BILBILLINGVIEWSTATUS /AWS1/BILBILLINGVIEWSTATUS¶
The current health status code of the billing view.
it_statusreasons TYPE /AWS1/CL_BILBLLVIEWSTATRSNS_W=>TT_BILLINGVIEWSTATUSREASONS TT_BILLINGVIEWSTATUSREASONS¶
A list of reasons explaining the current health status, if applicable.
Queryable Attributes¶
statusCode¶
The current health status code of the billing view.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
statusReasons¶
A list of reasons explaining the current health status, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASONS() |
Getter for STATUSREASONS, with configurable default |
ASK_STATUSREASONS() |
Getter for STATUSREASONS w/ exceptions if field has no value |
HAS_STATUSREASONS() |
Determine if STATUSREASONS has a value |