/AWS1/CL_CEXCOSTCATPROCINGSTAT¶
The list of processing statuses for Cost Management products for a specific cost category.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_component
TYPE /AWS1/CEXCOSTCATSTATCOMPONENT
/AWS1/CEXCOSTCATSTATCOMPONENT
¶
The Cost Management product name of the applied status.
iv_status
TYPE /AWS1/CEXCOSTCATEGORYSTATUS
/AWS1/CEXCOSTCATEGORYSTATUS
¶
The process status for a specific cost category.
Queryable Attributes¶
Component¶
The Cost Management product name of the applied status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPONENT() |
Getter for COMPONENT, with configurable default |
ASK_COMPONENT() |
Getter for COMPONENT w/ exceptions if field has no value |
HAS_COMPONENT() |
Determine if COMPONENT has a value |
Status¶
The process status for a specific cost category.
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_COSTCATPROCESSINGSTATUSLIST
¶
TYPES TT_COSTCATPROCESSINGSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXCOSTCATPROCINGSTAT WITH DEFAULT KEY
.