SAP ABAP Class CL_HR_PM_PM_TRANS_FACTORY (Abstract Factory for Translator)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-TL (Application Component) Tools
     PCPM (Package) HR Process Model and Status Management
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_PM_PM_TRANS_FACTORY_CI Factory for Check Translator 20011205
2 Inheritance (c INHERITING FROM c_ref)  CL_HR_PM_PM_TRANS_FACTORY_CONT Factory for Check Translator 20011130
3 Inheritance (c INHERITING FROM c_ref)  CL_HR_PM_PM_TRANS_FACTORY_MAIN Factory for Maintenance Translator 20011130
Properties
Class CL_HR_PM_PM_TRANS_FACTORY  
Short Description Abstract Factory for Translator    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCPM   HR Process Model and Status Management 
Created 20011130   SAP 
Last change 20011130   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HR_PM_PM_TRANS_FACTORY has no forward declaration.
Interfaces
Class CL_HR_PM_PM_TRANS_FACTORY has no interface implemented.
Friends
Class CL_HR_PM_PM_TRANS_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BREAK_TRANSLATOR Constant Private Type reference (TYPE) SEOCLSNAME 'CL_HR_PM_PM_TRANS_STEP' Translator of Breakpoint 20011130
2 REPORT_TRANSLATOR Constant Private Type reference (TYPE) SEOCLSNAME 'CL_HR_PM_PM_TRANS_STEP' Translator of Report 20011130
3 WAIT_TRANSLATOR Constant Private Type reference (TYPE) SEOCLSNAME 'CL_HR_PM_PM_TRANS_STEP' Translator of Wait Point 20011130
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BREAK_TRANSLATOR Instance method Public Method Creates a Translator for a Breakpoint 20011130
2 CREATE_REP_TRANSLATOR Instance method Public Method Creates a Translator for a Report 20011130
3 CREATE_WAIT_TRANSLATOR Instance method Public Method Creates a Translator for a Wait Point 20011130
Events
Class CL_HR_PM_PM_TRANS_FACTORY has no event.
Types
Class CL_HR_PM_PM_TRANS_FACTORY has no local type.
Method Signatures

Method CREATE_BREAK_TRANSLATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET_BREAK_TRANSLATOR Value transfer Object reference (TYPE REF TO) CL_HR_PM_PM_TRANS_STEP Übersetzer eines Haltepunkts 20011130

Method CREATE_BREAK_TRANSLATOR on class CL_HR_PM_PM_TRANS_FACTORY has no exception.

Method CREATE_REP_TRANSLATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET_REP_TRANSLATOR Value transfer Object reference (TYPE REF TO) CL_HR_PM_PM_TRANS_STEP Übersetzer eines Reports 20011130

Method CREATE_REP_TRANSLATOR on class CL_HR_PM_PM_TRANS_FACTORY has no exception.

Method CREATE_WAIT_TRANSLATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET_WAIT_TRANSLATOR Value transfer Object reference (TYPE REF TO) CL_HR_PM_PM_TRANS_STEP Übersetzer eines Wartepunkts 20011130

Method CREATE_WAIT_TRANSLATOR on class CL_HR_PM_PM_TRANS_FACTORY has no exception.
History
Last changed by/on SAP  20011130 
SAP Release Created in 470