SAP ABAP Class CL_PLM_FMEA_PERSISTENCY (FMEA - Persistence)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
QM-PT-FA (Application Component) Failure Mode and Effects Analysis
⤷
PLM_FMEA (Package) QM: FMEA - Core Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CGPL_ASSIGNMENT_ARCHIVING | Archiving Assignment Objects | 20060424 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CGPL_ASSIGNMENT_PERSISTENCY | Persistence of Assignment Object | 20060424 |
Properties
| Class | CL_PLM_FMEA_PERSISTENCY | |
| Short Description | FMEA - Persistence | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | PLM_FMEA | QM: FMEA - Core Functions |
| Created | 20060424 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PLM_FMEA_PERSISTENCY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CGPL_ASSIGNMENT_ARCHIVING | Archiving Assignment Objects | 20060424 | ||
| 2 | IF_CGPL_ASSIGNMENT_PERSISTENCY | Persistence of Assignment Object | 20060424 |
Friends
Class CL_PLM_FMEA_PERSISTENCY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_ASSIGNMENTS | 20060424 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_ASSIGNMENTS | 20060424 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_ASSIGNMENTS | 20060424 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_GUID_2_REF_TAB | Mapping Table GUID <--> Reference Audit Assignment | 20060424 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 20060424 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | Archive Handle | 20060424 | |||
| 7 | Instance attribute | Private | Attribute reference (LIKE) | 20060424 | |||||
| 8 | Instance attribute | Private | Type reference (TYPE) | CGPL_PREFETCH_OBJECTS | Table Type with Structure CGPL_PREFETCH_OBJECT | 20060424 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check Change Status | 20060424 | |
| 2 | Instance method | Public | Method | Indicator for Database Delete | 20060424 | |
| 3 | Instance method | Public | Method | Indicator for Database Insert | 20060424 | |
| 4 | Instance method | Public | Method | Indicator for Database Update | 20060424 | |
| 5 | Instance method | Private | Event handling method | Release Memory for Object | 20070326 | |
| 6 | Instance method | Private | Method | Remove Assignment from Insert/Update Table | 20070620 | |
| 7 | Instance method | Private | Method | Writes FMEA Data into Change Document Objects | 20060424 |
Events
Class CL_PLM_FMEA_PERSISTENCY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_PREFETCH | Private | See coding | 20060424 | BEGIN OF TYPE_PREFETCH,
GUID TYPE CGPL_GUID16,
END OF TYPE_PREFETCH
|
||
| 2 | TY_ASSIGNMENTS | Private | See coding | 20060424 | TY_ASSIGNMENTS TYPE STANDARD TABLE
OF REF TO CL_PLM_FMEA_ASSIGNMENT
|
||
| 3 | TY_GUID_2_REF | Private | See coding | 20060424 | begin of ty_guid_2_ref,
guid type CGPL_GUID16,
ref type ref to cl_plm_fmea_assignment,
end of ty_guid_2_ref
|
||
| 4 | TY_GUID_2_REF_TAB | Private | See coding | 20060424 | ty_guid_2_ref_tab type sorted table of ty_guid_2_ref
with unique key guid
|
||
| 5 | TY_PLMM_AUDIT_TAB | Private | Type reference (TYPE) | PLMT_AUDIT_TAB | 20060424 | |
|
| 6 | TY_PREFETCH_TABLE | Private | See coding | 20060424 | TY_PREFETCH_TABLE TYPE STANDARD TABLE OF TYPE_PREFETCH
|
Method Signatures
Method GET_OBJECT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OBJECT_STATE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20060424 | |||
| 2 | IR_REFERENCE | Call by reference | Object reference (TYPE REF TO) | CL_PLM_FMEA_ASSIGNMENT | FMEA - Assignment | 20060424 |
Method GET_OBJECT_STATE on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method NOTE_FOR_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIGNMENT | Call by reference | Object reference (TYPE REF TO) | CL_PLM_FMEA_ASSIGNMENT | FMEA - Assignment | 20060424 |
Method NOTE_FOR_DELETE on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method NOTE_FOR_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIGNMENT | Call by reference | Object reference (TYPE REF TO) | CL_PLM_FMEA_ASSIGNMENT | FMEA - Assignment | 20060424 |
Method NOTE_FOR_INSERT on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method NOTE_FOR_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIGNMENT | Call by reference | Object reference (TYPE REF TO) | CL_PLM_FMEA_ASSIGNMENT | FMEA - Assignment | 20060424 |
Method NOTE_FOR_UPDATE on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method ON_OBJECT_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20070326 |
Method ON_OBJECT_DELETED on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method REMOVE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DELETE_NECESSARY | Call by reference | Type reference (TYPE) | BOOLE_D | DB-Delete notwendig: TRUE (='X') und FALSE (=' ') | 20070829 | |||
| 2 | IR_ASSIGNMENT | Call by reference | Object reference (TYPE REF TO) | CL_PLM_FMEA_ASSIGNMENT | FMEA - Assignment | 20070620 |
Method REMOVE_ASSIGNMENT on class CL_PLM_FMEA_PERSISTENCY has no exception.
Method WRITE_CHANGEDOCUMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DELETE_AUDITS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDIT_TAB | FMEA's | 20060424 | |||
| 2 | IT_INSERT_AUDITS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDIT_TAB | FMEA's | 20060424 | |||
| 3 | IT_UPDATE_AUDITS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDIT_TAB | FMEA's | 20060424 | |||
| 4 | IT_UPDATE_AUDITS_OLD | Call by reference | Type reference (TYPE) | TY_PLMM_AUDIT_TAB | FMEA's | 20060424 |
Method WRITE_CHANGEDOCUMENTS on class CL_PLM_FMEA_PERSISTENCY has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |