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 M_ACTIONS Instance attribute Private Type reference (TYPE) TY_ACTIONS Table of Actions 20010212
2 M_INSTANCES Static Attribute Private Type reference (TYPE) TY_INSTANCES Table of Instances 20010212
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010212
2 CONSTRUCTOR Instance method Public Constructor Constructor 20010212
3 GET_ACTIONS Instance method Public Method Method of Accessing Table of Actions 20010212
4 GET_ACTIONS_FOR_AUDITQUEST Instance method Public Method Method of Accessing Table of Actions for Audit Question 20010221
5 GET_CREATED_ACTIONS Instance method Public Method Method of Accessing Table of Created Actions 20010314
6 GET_INSTANCE Static method Public Method Requesting an Instance (Factory Method) 20010212
7 GET_OUTSTANDING_ACTIONS Instance method Public Method Method of Accessing Table of Outstanding Actions 20010315
8 HAS_ACTIONS Instance method Public Method Do corrective/preventive actions exist for this audit? 20010212
9 HAS_AUDITQUEST_ACTIONS Instance method Public Method Do actions to be processed exist for the audit question? 20010329
10 HAS_CREATED_ACTIONS Instance method Public Method Were there actions created for this audit? 20010213
11 HAS_OUTSTANDING_ACTIONS Instance method Public Method Do actions to be processed exist for this audit? 20010212
12 INITIALIZE Instance method Private Method Initialization of an Existing Instance (Internal) 20010213
13 READ_ACTION_STATUS 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 Returning RT_ACTIONS Value transfer Type reference (TYPE) CGPL_PROJECTS_TYPE Tabelle der Maßnahmen 20010212
# Exception Resumable Description Created on
1 FAILED Interner Fehler 20010212

Method GET_ACTIONS_FOR_AUDITQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUDITQUEST Call by reference Object reference (TYPE REF TO) CL_CGPL_TASK Auditfrage 20010221
2 Returning RT_ACTIONS Value transfer Type reference (TYPE) CGPL_PROJECTS_TYPE Tabelle der Maßnahmen 20010221
# Exception Resumable Description Created on
1 FAILED Interner Fehler 20010221

Method GET_CREATED_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIONS Value transfer Type reference (TYPE) CGPL_PROJECTS_TYPE Tabelle der Maßnahmen 20010314
# Exception Resumable Description Created on
1 FAILED Interner Fehler 20010314

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUDIT Call by reference Object reference (TYPE REF TO) CL_CGPL_PROJECT Audit 20010212
2 Returning 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 FAILED 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 Returning RT_ACTIONS Value transfer Type reference (TYPE) CGPL_PROJECTS_TYPE Tabelle der Maßnahmen 20010315
# Exception Resumable Description Created on
1 FAILED Interner Fehler 20010315

Method HAS_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_ACTIONS Value transfer Type reference (TYPE) I Anzahl der Maßnahmen zum Audit 20010212
# Exception Resumable Description Created on
1 FAILED Interner Fehler 20010212

Method HAS_AUDITQUEST_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUDITQUEST Call by reference Object reference (TYPE REF TO) CL_CGPL_TASK Auditfrage 20010329
2 Returning 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 FAILED Interner Fehler 20010329

Method HAS_CREATED_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 FAILED Interner Fehler 20010213

Method HAS_OUTSTANDING_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 FAILED Interner Fehler 20010212

Method INITIALIZE Signature

Method INITIALIZE on class CL_PLM_AUDIT_ACT_ANALYZER has no parameter.
# Exception Resumable Description Created on
1 FAILED 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 Changing 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