SAP ABAP Class CL_MPD_MAINTPLAN (MPD: Maintenance Plan)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
IS-AD-MPD (Application Component) Maintenance Program Definition
⤷
AD_MPD (Package) Maintenance Program Definition
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PDM_BROWSER_OBJECT | Interface for (New) Objects in Browser | 20040114 |
Properties
| Class | CL_MPD_MAINTPLAN | |
| Short Description | MPD: Maintenance Plan | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AD_MPD | Maintenance Program Definition |
| Created | 20040114 | SAP |
| Last change | 20050301 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MPD_MAINTPLAN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PDM_BROWSER_OBJECT | Interface for (New) Objects in Browser | 20040114 |
Friends
Class CL_MPD_MAINTPLAN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | OBJECT_TYPE | '34101' | Object type in Product Structure Browser | 20040123 | ||
| 2 | Constant | Public | Type reference (TYPE) | OBJECT_TYPE | '34102' | Object type in Product Structure Browser | 20040126 | ||
| 3 | Constant | Public | Type reference (TYPE) | OBJECT_TYPE | '34103' | Object type in Product Structure Browser | 20040206 | ||
| 4 | Constant | Private | Type reference (TYPE) | XFELD | 'X' | Checkbox | 20040123 | ||
| 5 | Constant | Public | Type reference (TYPE) | OBJECT_TYPE | 'EQUIPMENT' | Object type in Product Structure Browser | 20040123 | ||
| 6 | Constant | Private | Type reference (TYPE) | OBJECT_TYPE | 'FUNCLOCAT' | Object type in Product Structure Browser | 20040126 | ||
| 7 | Constant | Public | Type reference (TYPE) | OBJECT_TYPE | 'MAINTPLAN' | Object type in Product Structure Browser | 20040123 | ||
| 8 | Constant | Public | Type reference (TYPE) | PRINT_TYPE | 'MPL' | Object type for printing in Product Structure Browser | 20040123 | ||
| 9 | Constant | Private | Type reference (TYPE) | C_PDM_COMPRESS | '+' | Explosion status of branch in browser | 20040127 | ||
| 10 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MPD_MAINTPLAN_FACTORY | Factory Class for Maintenance Plan | 20040114 | |||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_PDM_BROWSER_OBJECT_FACTORY | Interface for Factory Objects in Browser | 20040114 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | MPD_MAINTPLAN_TAB | MPD: Table type for Maintenance Plan data | 20040126 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | MPD_MAINTPLAN | MPD: Maintenance Plan in Product Structure Browser | 20040115 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | MPD_MPLNR | MPD: Maintenance plan number | 20040114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040114 | |
| 2 | Static method | Public | Method | Finds equipment linked to the maintenance plan | 20040123 | |
| 3 | Static method | Public | Method | Finds functional location linked to the maintenance plan | 20040126 | |
| 4 | Static method | Public | Method | Inserts assigned task list in maintenance plan | 20040206 | |
| 5 | Static method | Public | Method | Inserts relationships in maintenance plan | 20040127 | |
| 6 | Instance method | Public | Method | Fills data structure for maintenance plan | 20040115 | |
| 7 | Instance method | Private | Method | Assigned task list for maintenance plan | 20040127 | |
| 8 | Instance method | Public | Method | Reads maintenance plan number and description | 20040203 | |
| 9 | Static method | Public | Method | Reads the maintenance plan attributes | 20040126 | |
| 10 | Instance method | Public | Method | Reads the technical object of the current maintenance plan | 20040130 | |
| 11 | Static method | Public | Method | Initialize the maintanace plans within the PSB | 20040715 | |
| 12 | Static method | Public | Method | Calls change for a maintenance plan | 20040126 | |
| 13 | Static method | Public | Method | Calls display for a maintenance plan | 20040126 | |
| 14 | Static method | Public | Method | Pseudo constructor for an object; internal use only! | 20040114 | |
| 15 | Instance method | Public | Method | Reads the task list from MAINTPLAN_INFORMATION | 20040127 |
Events
Class CL_MPD_MAINTPLAN has no event.
Types
Class CL_MPD_MAINTPLAN has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MPD_MAINTPLAN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MPD_MAINTPLAN has no exception.
Method C_PDM_INSERT_EQUI_MP_LNK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE_COLLECTION | Call by reference | Type reference (TYPE) | TAB_CPDM_TREE | Table with PDM Tree Entries | 20040123 | |||
| 2 | I_ACTUAL_LEVEL | Call by reference | Type reference (TYPE) | ACTUAL_LEVEL | Current level of node in Product Structure Browser | 20040123 | |||
| 3 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040123 | |||
| 4 | I_PARENT_LEVEL | Call by reference | Type reference (TYPE) | PARENT_LEVEL | Next level up in Product Structure Browser | 20040123 | |||
| 5 | I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logische Destination (im Function Call festgelegt) | 20040123 | |||
| 6 | I_TREE_ID | Call by reference | Type reference (TYPE) | TREE_ID | ID of tree in Product Structure Browser | 20040123 | |||
| 7 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040123 |
Method C_PDM_INSERT_EQUI_MP_LNK on class CL_MPD_MAINTPLAN has no exception.
Method C_PDM_INSERT_FLOC_MP_LNK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE_COLLECTION | Call by reference | Type reference (TYPE) | TAB_CPDM_TREE | Table with PDM Tree Entries | 20040126 | |||
| 2 | I_ACTUAL_LEVEL | Call by reference | Type reference (TYPE) | ACTUAL_LEVEL | Current level of node in Product Structure Browser | 20040126 | |||
| 3 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040126 | |||
| 4 | I_PARENT_LEVEL | Call by reference | Type reference (TYPE) | PARENT_LEVEL | Next level up in Product Structure Browser | 20040126 | |||
| 5 | I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logische Destination (im Function Call festgelegt) | 20040126 | |||
| 6 | I_TREE_ID | Call by reference | Type reference (TYPE) | TREE_ID | ID of tree in Product Structure Browser | 20040126 | |||
| 7 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040126 |
Method C_PDM_INSERT_FLOC_MP_LNK on class CL_MPD_MAINTPLAN has no exception.
Method C_PDM_INSERT_TASKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE_COLLECTION | Call by reference | Type reference (TYPE) | TAB_CPDM_TREE | Table with PDM Tree Entries | 20040206 | |||
| 2 | I_ACTUAL_LEVEL | Call by reference | Type reference (TYPE) | ACTUAL_LEVEL | Current level of node in Product Structure Browser | 20040206 | |||
| 3 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040206 | |||
| 4 | I_PARENT_LEVEL | Call by reference | Type reference (TYPE) | PARENT_LEVEL | Next level up in Product Structure Browser | 20040206 | |||
| 5 | I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logische Destination (im Function Call festgelegt) | 20040206 | |||
| 6 | I_TREE_ID | Call by reference | Type reference (TYPE) | TREE_ID | ID of tree in Product Structure Browser | 20040206 | |||
| 7 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040206 |
Method C_PDM_INSERT_TASKLIST on class CL_MPD_MAINTPLAN has no exception.
Method C_PDM_MAINTPLAN_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE_COLLECTION | Call by reference | Type reference (TYPE) | TAB_CPDM_TREE | Table with PDM Tree Entries | 20040127 | |||
| 2 | I_ACTUAL_LEVEL | Call by reference | Type reference (TYPE) | ACTUAL_LEVEL | Current level of node in Product Structure Browser | 20040127 | |||
| 3 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040127 | |||
| 4 | I_PARENT_LEVEL | Call by reference | Type reference (TYPE) | PARENT_LEVEL | Next level up in Product Structure Browser | 20040127 | |||
| 5 | I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logische Destination (im Function Call festgelegt) | 20040127 | |||
| 6 | I_TREE_ID | Call by reference | Type reference (TYPE) | TREE_ID | ID of tree in Product Structure Browser | 20040127 | |||
| 7 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040127 |
Method C_PDM_MAINTPLAN_INSERT on class CL_MPD_MAINTPLAN has no exception.
Method FILL_MAINTPLAN_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_MAINTPLAN_DATA | Call by reference | Type reference (TYPE) | MPD_MAINTPLAN | MPD: Wartungsplan im Produktstruktur-Browser | 20040115 |
Method FILL_MAINTPLAN_ATTRIBUTES on class CL_MPD_MAINTPLAN has no exception.
Method GET_ASSIGNED_TASK_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_OBJECTS | Call by reference | Type reference (TYPE) | TAB_PDM_BROWSER_OBJECTS | Table with (New) Objects in Browser | 20040127 | |||
| 2 | I_EXIST_ONLY | Call by reference | Type reference (TYPE) | XFELD | Ankreuzfeld | 20040127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No assigned task list | 20040127 |
Method GET_MAINTPLAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DELETION_FLAG | Call by reference | Type reference (TYPE) | XFELD | Ankreuzfeld | 20040713 | |||
| 2 | EV_INACTIVE_FLAG | Call by reference | Type reference (TYPE) | XFELD | Ankreuzfeld | 20040713 | |||
| 3 | EV_MPLNR | Call by reference | Type reference (TYPE) | MPD_MPLNR | MPD: Maintenance Plan Number | 20040203 | |||
| 4 | EV_MPTXT | Call by reference | Type reference (TYPE) | MPD_MPTXT | MPD: Maintenance Plan Text | 20040203 |
Method GET_MAINTPLAN on class CL_MPD_MAINTPLAN has no exception.
Method GET_MAINTPLAN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAINTPLAN_DATA | Call by reference | Type reference (TYPE) | MPD_MAINTPLAN | MPD: Wartungsplan im Produktstruktur-Browser | 20040126 | |||
| 2 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag nicht vorhanden | 20040126 |
Method GET_TECHNICAL_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EQUI | Call by reference | Type reference (TYPE) | EQUNR | Equipment-Nummer | 20040130 | |||
| 2 | EV_FLOC | Call by reference | Type reference (TYPE) | TPLNR | Technischer Platz | 20040130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No technical object assigned to the maintenance plan | 20040130 |
Method INITIALIZE Signature
Method INITIALIZE on class CL_MPD_MAINTPLAN has no parameter.
Method INITIALIZE on class CL_MPD_MAINTPLAN has no exception.
Method MAINTPLAN_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040126 | |||
| 2 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040126 |
Method MAINTPLAN_CHANGE on class CL_MPD_MAINTPLAN has no exception.
Method MAINTPLAN_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_HANDLE | Call by reference | Type reference (TYPE) | OBJECT_HANDLE | ID of object in Product Structure Browser | 20040126 | |||
| 2 | I_VALIDFROM | Call by reference | Type reference (TYPE) | SYST-DATUM | SYST-DATUM | Datum und Uhrzeit, aktuelles (Anwendungsserver-) Datum | 20040126 |
Method MAINTPLAN_DISPLAY on class CL_MPD_MAINTPLAN has no exception.
Method PSEUDO_CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MPLNR | Call by reference | Type reference (TYPE) | MPD_MPLNR | MPD: Maintenance plan number | 20040114 | |||
| 2 | RR_OBJ | Value transfer | Object reference (TYPE REF TO) | CL_MPD_MAINTPLAN | MPD: Maintenance Plan | 20040114 |
Method PSEUDO_CONSTRUCTOR on class CL_MPD_MAINTPLAN has no exception.
Method READ_TASK_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PLNAL | Call by reference | Type reference (TYPE) | PLNAL | Gruppenzähler | 20040127 | |||
| 2 | EV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Key for Task List Group | 20040127 | |||
| 3 | EV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Arbeitsplantyp | 20040127 | |||
| 4 | EV_TLTXT | Call by reference | Type reference (TYPE) | PLANTEXT | 20040511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Task List not assigned | 20040127 |
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in | 500 |