SAP ABAP Class /MRSS/CL_POT_BL_DATA_GET (/MRSS/CL_POT_BL_DATA_GET)
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_GET | |
Short Description | ||
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_GET has no forward declaration.
Interfaces
Class /MRSS/CL_POT_BL_DATA_GET has no interface implemented.
Friends
Class /MRSS/CL_POT_BL_DATA_GET 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_CAPACITY_POT_DB | Qualification DB table Access | 20110405 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/IF_POT_MANAGER | Capacity Pot Services for Ext. Access | 20110405 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEG_TAB | Table type of /MRSS/D_POT_QULI | 20110405 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA_TAB | Raw data for Utilization Report | 20110405 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check Raw Data | 20110405 |
2 | ![]() |
Instance method | Public | Constructor | 20110405 | |
3 | ![]() |
Instance method | Public | Method | Read data for requested node(s) | 20110405 |
4 | ![]() |
Instance method | Public | Method | Reads data for requested category | 20110405 |
5 | ![]() |
Instance method | Private | Method | Read data for a single day | 20110405 |
6 | ![]() |
Instance method | Private | Method | Read data for a single day | 20110405 |
7 | ![]() |
Instance method | Public | Method | Refresh data | 20110405 |
Events
Class /MRSS/CL_POT_BL_DATA_GET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | POT_INPUT | Private | See coding | 20110405 | BEGIN OF pot_input,
node TYPE /mrss/t_pot_res_pln,
qual TYPE /mrss/t_pot_quali_category,
date TYPE datum,
END OF pot_input
|
Method Signatures
Method CHECK_RAW_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | /MRSS/T_DATE_INTERVAL | Date Interval | 20110405 |
Method CHECK_RAW_DATA on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /MRSS/CL_POT_BL_DATA_GET has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method READ_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_QUAL_CATEGORIES | Call by reference | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEG_TAB | Table type of /MRSS/D_POT_QULI | 20110405 | ||
2 | ![]() |
ET_RAW_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA_TAB | Raw data for Utilization Report | 20110405 | ||
3 | ![]() |
IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | /MRSS/T_DATE_INTERVAL | Date Interval | 20110405 | ||
4 | ![]() |
IT_NODE_OBJECTS | Call by reference | Type reference (TYPE) | KEYOBJEC_T | Table of type TREE_OBJEC | 20110405 | ||
5 | ![]() |
IT_NODE_STRUC | Call by reference | Type reference (TYPE) | KEYSTRUC_T | Table of type TREE_STRUC | 20110405 |
Method READ_DATA on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method READ_DATA_FOR_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RAW_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA_TAB | Raw data for Utilization Report | 20110405 | ||
2 | ![]() |
IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | /MRSS/T_DATE_INTERVAL | 20110405 | |||
3 | ![]() |
IT_NODE_OBJECTS | Call by reference | Type reference (TYPE) | KEYOBJEC_T | 20110405 | |||
4 | ![]() |
IT_NODE_STRUC | Call by reference | Type reference (TYPE) | KEYSTRUC_T | 20110405 | |||
5 | ![]() |
IT_QUAL_CATEGORIES | Call by reference | Type reference (TYPE) | /MRSS/T_POT_QUALI_CATEG_TAB | Table type of /MRSS/D_POT_QULI | 20110405 |
Method READ_DATA_FOR_CATEGORY on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method READ_POT_DATA_FOR_SINGLE_DAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_POT_INPUT | Call by reference | Type reference (TYPE) | POT_INPUT | 20110405 | |||
2 | ![]() |
RS_RAW_DATA | Value transfer | Type reference (TYPE) | /MRSS/T_POT_UR_RAW_DATA | Raw Data for Utilization Report | 20110405 |
Method READ_POT_DATA_FOR_SINGLE_DAY on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method READ_RES_DATA_FOR_SINGLE_DAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_POT_INPUT | Call by reference | Type reference (TYPE) | POT_INPUT | 20110405 | |||
2 | ![]() |
RS_CAP_RESERVE_DATA | Value transfer | Type reference (TYPE) | /MRSS/T_POT_CAPA_RESERVE | Raw Data for Utilization Report | 20110405 |
Method READ_RES_DATA_FOR_SINGLE_DAY on class /MRSS/CL_POT_BL_DATA_GET has no exception.
Method REFRESH_DATA Signature
Method REFRESH_DATA on class /MRSS/CL_POT_BL_DATA_GET has no parameter.
Method REFRESH_DATA on class /MRSS/CL_POT_BL_DATA_GET has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 800 |