SAP ABAP Class CL_PLM_AUDIT_OBJ_PERSISTENCY (Audit Objects - Persistence)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-AUD (Application Component) Audit Management
⤷
PLM_AUDIT (Package) Audit Management: Other Components

⤷

⤷

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 | 20041122 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CGPL_ASSIGNMENT_PERSISTENCY | Persistence of Assignment Object | 20001208 |
Properties
Class | CL_PLM_AUDIT_OBJ_PERSISTENCY | |
Short Description | Audit Objects - 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_AUDIT | Audit Management: Other Components |
Created | 20001208 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PLM_AUDIT_OBJ_PERSISTENCY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CGPL_ASSIGNMENT_ARCHIVING | Archiving Assignment Objects | 20041122 | ||
2 | IF_CGPL_ASSIGNMENT_PERSISTENCY | Persistence of Assignment Object | 20001208 |
Friends
Class CL_PLM_AUDIT_OBJ_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 | Changed Audit Objects | 20001208 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_ASSIGNMENTS | Created Audit Objects | 20001208 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_ASSIGNMENTS | Deleted Audit Objects | 20001208 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_GUID_2_REF_TAB | Mapping Table GUID <--> Reference Audit Object Assignment | 20010226 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR1 | Indicator: IS_LOADING (Loading Process Active) | 20001208 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Archive Handle | 20050113 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_GUID_2_REF_TAB | Mapping Table GUID <--> Reference Audit Object Assignment | 20001208 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CGPL_PREFETCH_OBJECTS | Table Type with Structure CGPL_PREFETCH_OBJECT | 20050113 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check Change Status | 20001208 |
2 | ![]() |
Instance method | Public | Method | Indicator for Database Delete | 20001208 |
3 | ![]() |
Instance method | Public | Method | Indicator for Database Insert | 20001208 |
4 | ![]() |
Instance method | Public | Method | Indicator for Database Update | 20001208 |
5 | ![]() |
Instance method | Private | Event handling method | Release Memory for Object | 20070416 |
6 | ![]() |
Instance method | Private | Method | Remove Assignment for Insert/Update Table | 20070620 |
7 | ![]() |
Instance method | Private | Method | Writes Audit Object Data to Change Document Objects | 20010226 |
Events
Class CL_PLM_AUDIT_OBJ_PERSISTENCY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_PREFETCH | Private | See coding | TYPE_PREFETCH | 20001208 | BEGIN OF TYPE_PREFETCH,
GUID TYPE CGPL_GUID16,
END OF TYPE_PREFETCH
|
|
2 | TY_ASSIGNMENTS | Private | See coding | TY_ASSIGNMENTS | 20001208 | TY_ASSIGNMENTS TYPE STANDARD TABLE
OF REF TO CL_PLM_AUDIT_OBJ_ASSIGNMENT
|
|
3 | TY_GUID_2_REF | Private | See coding | 20010226 | begin of ty_guid_2_ref,
guid type CGPL_GUID16,
ref type ref to cl_plm_audit_obj_assignment,
end of ty_guid_2_ref
|
||
4 | TY_GUID_2_REF_TAB | Private | See coding | 20010226 | ty_guid_2_ref_tab type sorted table of ty_guid_2_ref
with unique key guid
|
||
5 | TY_PLMM_AUDITEDOBJECT_TAB | Private | See coding | 20010226 | ty_plmm_auditedobject_tab type standard table of plmm_audit_obj
|
||
6 | TY_PREFETCH_TABLE | Private | See coding | TY_PREFETCH_TABLE | 20001208 | 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 | EV_OBJECT_STATE | 20001208 | ||
2 | ![]() |
IR_REFERENCE | Call by reference | Object reference (TYPE REF TO) | CL_PLM_AUDIT_OBJ_ASSIGNMENT | IR_REFERENCE | 20001208 |
Method GET_OBJECT_STATE on class CL_PLM_AUDIT_OBJ_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_AUDIT_OBJ_ASSIGNMENT | Auditgegenstand - Persistenz | 20001208 |
Method NOTE_FOR_DELETE on class CL_PLM_AUDIT_OBJ_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_AUDIT_OBJ_ASSIGNMENT | Auditgegenstand - Persistenz | 20001208 |
Method NOTE_FOR_INSERT on class CL_PLM_AUDIT_OBJ_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_AUDIT_OBJ_ASSIGNMENT | Auditgegenstand - Persistenz | 20001208 |
Method NOTE_FOR_UPDATE on class CL_PLM_AUDIT_OBJ_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) | 20070416 |
Method ON_OBJECT_DELETED on class CL_PLM_AUDIT_OBJ_PERSISTENCY has no exception.
Method REMOVE_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DB_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | DB Delete necessary | 20070620 | ||
2 | ![]() |
IR_ASSIGNMENT | Call by reference | Object reference (TYPE REF TO) | CL_PLM_AUDIT_OBJ_ASSIGNMENT | Auditgegenstand - Persistenz | 20070620 |
Method REMOVE_ASSIGNMENT on class CL_PLM_AUDIT_OBJ_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_AUDITEDOBJECTS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDITEDOBJECT_TAB | Auditgegenstandsattribut | 20010226 | ||
2 | ![]() |
IT_INSERT_AUDITEDOBJECTS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDITEDOBJECT_TAB | Auditgegenstandsattribut | 20010226 | ||
3 | ![]() |
IT_UPDATE_AUDITEDOBJECTS | Call by reference | Type reference (TYPE) | TY_PLMM_AUDITEDOBJECT_TAB | Auditgegenstandsattribut | 20010226 |
Method WRITE_CHANGEDOCUMENTS on class CL_PLM_AUDIT_OBJ_PERSISTENCY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 30A |