SAP ABAP Class /MRSS/CL_POT_BL_DATA_FORMAT (Format the raw data into chart format)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
CA-MRS (Application Component) SAP Multiresource Scheduling
⤷
/MRSS/POT_UTIL (Package) Capacity Pots Utilities
⤷
⤷
Properties
| Class | /MRSS/CL_POT_BL_DATA_FORMAT | |
| Short Description | Format the raw data into chart format | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/POT_UTIL | Capacity Pots Utilities |
| Created | 20110405 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_POT_BL_DATA_FORMAT has no forward declaration.
Interfaces
Class /MRSS/CL_POT_BL_DATA_FORMAT has no interface implemented.
Friends
Class /MRSS/CL_POT_BL_DATA_FORMAT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_POT_BL_MAIN | Main BL class for POT Data retrieval | 20110405 |
Methods
Events
Class /MRSS/CL_POT_BL_DATA_FORMAT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | FREE_CAP | Private | See coding | 20110405 | BEGIN OF free_cap,
date TYPE datum,
node_id TYPE char8,
node_name TYPE char40,
qual_id TYPE char6,
qual_name TYPE char35,
potential TYPE /mrss/t_pot_cap_potential,
free TYPE /mrss/t_pot_capa_real,
consumed TYPE /mrss/t_pot_capa_consumed,
reserved TYPE /mrss/t_pot_capa_reserve_cons,
END OF free_cap
|
Method Signatures
Method AGGREGATE_AT_NODE_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RAW_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA_TAB | Raw data for Utilization Report | 20110405 |
Method AGGREGATE_AT_NODE_LEVEL on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method AGGREGATE_AT_QUAL_CATEG_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RAW_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA_TAB | Raw data for Utilization Report | 20110405 |
Method AGGREGATE_AT_QUAL_CATEG_LEVEL on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method AGGREGATE_AT_QUAL_LEVEL Signature
Method AGGREGATE_AT_QUAL_LEVEL on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method AGGREGATE_AT_QUAL_LEVEL on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IREF_BL_MAIN | Call by reference | Object reference (TYPE REF TO) | /MRSS/CL_POT_BL_MAIN | Main BL class for POT Data retrieval | 20110405 |
Method CONSTRUCTOR on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method CUMMULATE_DATA Signature
Method CUMMULATE_DATA on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method CUMMULATE_DATA on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method FORMAT_RAW_DATA Signature
Method FORMAT_RAW_DATA on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method FORMAT_RAW_DATA on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method FORMAT_RAW_DATA_FOR_QCATEG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_QUAL_CATEGORY | Call by reference | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEGORY | Qualification Category | 20110405 |
Method FORMAT_RAW_DATA_FOR_QCATEG on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_CHART_CATEGORIES Signature
Method GET_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method GET_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20110405 | |||
| 2 | RV_DATE | Value transfer | Type reference (TYPE) | DATUM | Date | 20110405 |
Method GET_DATE on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_DAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20110405 | |||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20110405 |
Method GET_DAY_NAME on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_DAY_WISE_CHART_CATEGORIES Signature
Method GET_DAY_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method GET_DAY_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_NODE_WISE_CHART_CATEGORIES Signature
Method GET_NODE_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method GET_NODE_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_SERIES_FOR_MULTIPLE_NODES Signature
Method GET_SERIES_FOR_MULTIPLE_NODES on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method GET_SERIES_FOR_MULTIPLE_NODES on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_SERIES_FOR_QCATEG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_QUAL_CATEGORY | Call by reference | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEGORY | Qualification Category | 20110405 |
Method GET_SERIES_FOR_QCATEG on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_SERIES_FOR_QCATEG_MULTI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_QUAL_CATEGORY | Call by reference | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEGORY | Qualification Category | 20110405 |
Method GET_SERIES_FOR_QCATEG_MULTI on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_SERIES_FOR_SINGLE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_ID | Call by reference | Type reference (TYPE) | OBJEKTID | Object ID | 20110405 |
Method GET_SERIES_FOR_SINGLE_NODE on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_WEEK_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20110405 | |||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20110405 |
Method GET_WEEK_NAME on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
Method GET_WEEK_WISE_CHART_CATEGORIES Signature
Method GET_WEEK_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no parameter.
Method GET_WEEK_WISE_CHART_CATEGORIES on class /MRSS/CL_POT_BL_DATA_FORMAT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 800 |