SAP ABAP Class CL_PLM_AUDIT_ACT_ANALYZER (Audit: Visitor that Analyzes Actions Related to an Audit)
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 | Inheritance (c INHERITING FROM c_ref) | CL_PLM_AUDIT_VISITOR | Audit: Abstract Visitor | 20010212 |
Properties
Class | CL_PLM_AUDIT_ACT_ANALYZER | |
Short Description | Audit: Visitor that Analyzes Actions Related to an Audit | |
Super Class | CL_PLM_AUDIT_VISITOR | Audit: Abstract Visitor |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PLM_AUDIT | Audit Management: Other Components |
Created | 20010212 | SAP |
Last change | 20041228 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PLM_AUDIT_ACT_ANALYZER has no forward declaration.
Interfaces
Class CL_PLM_AUDIT_ACT_ANALYZER has no interface implemented.
Friends
Class CL_PLM_AUDIT_ACT_ANALYZER 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_ACTIONS | Table of Actions | 20010212 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_INSTANCES | Table of Instances | 20010212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20010212 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20010212 |
3 | ![]() |
Instance method | Public | Method | Method of Accessing Table of Actions | 20010212 |
4 | ![]() |
Instance method | Public | Method | Method of Accessing Table of Actions for Audit Question | 20010221 |
5 | ![]() |
Instance method | Public | Method | Method of Accessing Table of Created Actions | 20010314 |
6 | ![]() |
Static method | Public | Method | Requesting an Instance (Factory Method) | 20010212 |
7 | ![]() |
Instance method | Public | Method | Method of Accessing Table of Outstanding Actions | 20010315 |
8 | ![]() |
Instance method | Public | Method | Do corrective/preventive actions exist for this audit? | 20010212 |
9 | ![]() |
Instance method | Public | Method | Do actions to be processed exist for the audit question? | 20010329 |
10 | ![]() |
Instance method | Public | Method | Were there actions created for this audit? | 20010213 |
11 | ![]() |
Instance method | Public | Method | Do actions to be processed exist for this audit? | 20010212 |
12 | ![]() |
Instance method | Private | Method | Initialization of an Existing Instance (Internal) | 20010213 |
13 | ![]() |
Static method | Private | Method | Reading of the Status of the Action | 20010213 |
Events
Class CL_PLM_AUDIT_ACT_ANALYZER has no event.
Types
Class CL_PLM_AUDIT_ACT_ANALYZER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PLM_AUDIT_ACT_ANALYZER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PLM_AUDIT_ACT_ANALYZER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PLM_AUDIT_ACT_ANALYZER has no parameter.
Method CONSTRUCTOR on class CL_PLM_AUDIT_ACT_ANALYZER has no exception.
Method GET_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ACTIONS | Value transfer | Type reference (TYPE) | CGPL_PROJECTS_TYPE | Tabelle der Maßnahmen | 20010212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010212 |
Method GET_ACTIONS_FOR_AUDITQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_AUDITQUEST | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_TASK | Auditfrage | 20010221 | ||
2 | ![]() |
RT_ACTIONS | Value transfer | Type reference (TYPE) | CGPL_PROJECTS_TYPE | Tabelle der Maßnahmen | 20010221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010221 |
Method GET_CREATED_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ACTIONS | Value transfer | Type reference (TYPE) | CGPL_PROJECTS_TYPE | Tabelle der Maßnahmen | 20010314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010314 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_AUDIT | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_PROJECT | Audit | 20010212 | ||
2 | ![]() |
RR_REFERENCE | Value transfer | Object reference (TYPE REF TO) | CL_PLM_AUDIT_ACT_ANALYZER | Referenz auf Besucher zur Analyse von Maßnahmen eines Audits | 20010212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Erzeugen der Instanz | 20010212 |
Method GET_OUTSTANDING_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ACTIONS | Value transfer | Type reference (TYPE) | CGPL_PROJECTS_TYPE | Tabelle der Maßnahmen | 20010315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010315 |
Method HAS_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NUMBER_OF_ACTIONS | Value transfer | Type reference (TYPE) | I | Anzahl der Maßnahmen zum Audit | 20010212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010212 |
Method HAS_AUDITQUEST_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_AUDITQUEST | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_TASK | Auditfrage | 20010329 | ||
2 | ![]() |
RV_NUMBER_OF_ACTIONS | Value transfer | Type reference (TYPE) | I | Anzahl der zu bearbeitenden Maßnahmen zur Auditfrage | 20010329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010329 |
Method HAS_CREATED_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NUMBER_OF_ACTIONS | Value transfer | Type reference (TYPE) | I | Anzahl der zu bearbeitenden Maßnahmen zum Audit | 20010213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010213 |
Method HAS_OUTSTANDING_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NUMBER_OF_ACTIONS | Value transfer | Type reference (TYPE) | I | Anzahl der zu bearbeitenden Maßnahmen zum Audit | 20010212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20010212 |
Method INITIALIZE Signature
Method INITIALIZE on class CL_PLM_AUDIT_ACT_ANALYZER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Initialisierung | 20010213 |
Method READ_ACTION_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_ACTION | Call by reference | Type reference (TYPE) | TY_ACTION | Maßnahme | 20010213 |
Method READ_ACTION_STATUS on class CL_PLM_AUDIT_ACT_ANALYZER has no exception.
History
Last changed by/on | SAP | 20041228 |
SAP Release Created in | 30A |