SAP ABAP Class IF_RESC_OBJECT_LIST_MNGR (General Manager for Object Lists)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_LIST_FUTURE | Has List of Objects in the Future | 20030114 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_LIST_MNGR_ROLIST | General Manager for Object Lists: Upload of RO | 20100201 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_LIST_MNGR_SETTL | General Manager for Object Lists (with Upload for SCS) | 20020408 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RESC_OBJ_LIST_MNGR | Assignment of Rental Object to SU within Time Period (VRE | 20010621 |
Properties
| Class | IF_RESC_OBJECT_LIST_MNGR | |
| Short Description | General Manager for Object Lists | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20010621 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RESC_OBJECT_LIST_MNGR has no interface implemented.
Friends
Class IF_RESC_OBJECT_LIST_MNGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RESC_HAS_OBJECT_LIST | Has List of Objects | 20010621 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets Detailed List | 20010621 | |
| 2 | Instance method | Public | Method | Gets List of All Assigned Objects | 20010621 | |
| 3 | Instance method | Public | Method | Initializes Object via Higher-Level Object | 20010621 |
Events
Class IF_RESC_OBJECT_LIST_MNGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_OBJLIST | Public | See coding | 20081007 | BEGIN OF mty_s_objlist,
obj_guid TYPE rescobjguid,
objnr TYPE recaobjnr,
point TYPE rescpoint,
distconsumind TYPE rescmpdistconsumind,
distmeas TYPE rescmpdistmeas,
belong_obj_guid TYPE rescobjbelongguid,
belong_objnr TYPE recaobjnr,
pfrom TYPE recaperiodfrom,
pto TYPE recaperiodto,
END OF mty_s_objlist
|
||
| 2 | MTY_S_OBJLIST_FULL | Public | See coding | 20081007 | BEGIN OF mty_s_objlist_full,
obj_guid TYPE rescobjguid,
objnr TYPE recaobjnr,
point TYPE rescpoint,
distconsumind TYPE rescmpdistconsumind,
distmeas TYPE rescmpdistmeas,
belong_obj_guid TYPE rescobjbelongguid,
belong_objnr TYPE recaobjnr,
pfrom TYPE recaperiodfrom,
pto TYPE recaperiodto,
trigger_obj_guid TYPE resctriggerguid,
trigger_objnr TYPE recaobjnr,
trigger_pfrom TYPE recaperiodfrom,
trigger_pto TYPE recaperiodto,
scs_period_guid TYPE rescperiodguid,
periodotherguid TYPE rescperiodotherguid,
orisindepcn TYPE reitisindepcn,
END OF mty_s_objlist_full
|
||
| 3 | MTY_T_OBJLIST | Public | See coding | 20081007 | mty_t_objlist TYPE TABLE OF mty_s_objlist
|
||
| 4 | MTY_T_OBJLIST_FULL | Public | See coding | 20081007 | mty_t_objlist_full TYPE TABLE OF mty_s_objlist_full
|
Method Signatures
Method GET_DETAILED_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | MTY_T_OBJLIST_FULL | Teilnahme von MO innerhalb einer Periode | 20010621 | |||
| 2 | ID_PFROM | Call by reference | Type reference (TYPE) | DVONPER | RECA0_DATE-MIN | Datum des Periodenbeginns | 20010621 | ||
| 3 | ID_PTO | Call by reference | Type reference (TYPE) | DBISPER | RECA0_DATE-MAX | Datum des Endes der Abrechnungsperiode | 20010621 | ||
| 4 | IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20030519 |
Method GET_DETAILED_LIST on class IF_RESC_OBJECT_LIST_MNGR has no exception.
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | MTY_T_OBJLIST | Teilnahme von MO innerhalb einer Periode | 20010621 | |||
| 2 | ID_PFROM | Call by reference | Type reference (TYPE) | RECAPERIODFROM | RECA0_DATE-MIN | Datum des Periodenbeginns | 20010621 | ||
| 3 | ID_PROCESS | Call by reference | Type reference (TYPE) | RECAPROCESS | Prozess | 20050616 | |||
| 4 | ID_PTO | Call by reference | Type reference (TYPE) | RECAPERIODTO | RECA0_DATE-MAX | Datum des Periodenendes | 20010621 | ||
| 5 | IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20030519 |
Method GET_LIST on class IF_RESC_OBJECT_LIST_MNGR has no exception.
Method INIT_BY_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_RESC_HAS_OBJECT_LIST | Hat Liste von Objekten | 20010621 |
Method INIT_BY_PARENT on class IF_RESC_OBJECT_LIST_MNGR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |