SAP ABAP Class CL_HRRCF_ACTIVITY_FACTORY (General Access Class for Activities)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_BL (Package) Recruitment Factory: Business Logic
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20020801
Properties
Class CL_HRRCF_ACTIVITY_FACTORY  
Short Description General Access Class for Activities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20020717   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_ACTIVITY_FACTORY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20020801
Friends
Class CL_HRRCF_ACTIVITY_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELETE_OPERATION Instance attribute Public Attribute reference (LIKE) 20020801
2 FALSE Instance attribute Public Attribute reference (LIKE) 20020801
3 HIGH_DATE Instance attribute Public Attribute reference (LIKE) 20020801
4 INSERT_OPERATION Instance attribute Public Attribute reference (LIKE) 20020801
5 LOW_DATE Instance attribute Public Attribute reference (LIKE) 20020801
6 MODIFY_OPERATION Instance attribute Public Attribute reference (LIKE) 20020801
7 MSGCL_ADMIN Instance attribute Public Attribute reference (LIKE) 20020801
8 MSGCL_USER Instance attribute Public Attribute reference (LIKE) 20020801
9 TRUE Instance attribute Public Attribute reference (LIKE) 20020801
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Public Method Authorization Check 20051220
2 AUTHORITY_CHECK_DOVR Static method Public Method Authorization Check in Data Overviews 20060105
3 CHECK_ACT_TYPE_FOR_OTYPE Static method Public Method Checks whether activity category is valid for an object type 20030303
4 CREATE_ACTIVITY_BY_TYPE Static method Public Method Creation of an Activity 20020730
5 CREATE_CLASS_ACTIVITY_BY_TYPE Static method Public Method Creates a classification activity 20040310
6 GET_ACTIVITIES_BY_CRITERIA Static method Public Method Get Activities by Selection Criteria 20051122
7 GET_ACTIVITIES_BY_HROBJECT Static method Public Method Read All Activities of a Main Object 20020814
8 GET_ACTIVITIES_BY_SELECTION Static method Public Method Activities by Selection Criteria 20050314
9 GET_ACTIVITIES_FOR_APPL_CDCY Static method Public Method Get Activity List for Application and Related Candidacies 20031219
10 GET_ACTIVITIES_FOR_CANDIDACY Static method Public Method Get activity list for candidacy 20031211
11 GET_ACTIVITY_BY_GUID Static method Public Method Reads an Activity 20020808
12 GET_ACTIVITY_CATEGORIES Static method Public Method Read Activity Categories 20020722
13 GET_ACTIVITY_LIST Static method Public Method Read Activity List with Additional Information 20020829
14 GET_ACTIVITY_LIST_WITH_CAT Static method Public Method List of All Activity Types Excluding Categories 20051019
15 GET_ACT_TYPES_BY_CAT Static method Public Method Read Activity Types for an Activity Category 20020722
16 GET_ACT_TYPES_BY_PROC Static method Public Method Read Activity Types for Subarea and Process 20030314
17 GET_ACT_TYPES_BY_PROC_AUTH Static method Public Method Get List of Authorized Activities for Process 20060207
18 GET_ALL_ACTIVITY_TYPES Static method Public Method Read All Activity Types 20020722
19 GET_ALL_TRM_ACTIVITY_TYPES Static method Public Method Get All Activity Types Applicable for TRM 20050415
20 GET_ALREADY_CLASSIF_RECORD Static method Public Method Get already classified records by a given recruiter 20040210
21 GET_CAT_BY_TYPE Static method Public Method Read Activity Category for an Activity Type 20030403
22 GET_CHANNEL_LIST Static method Public Method Read Correspondence Channels 20020905
23 GET_COMBINED_ACTIVITY_LIST Static method Public Method Gets Combined Activities for Application and Candidacy 20030714
24 GET_COMBINED_ACTIVITY_LIST2 Static method Public Method (obsolete) 20050407
25 GET_COMPLETE_ACTIVITY_LIST Static method Public Method Get Complete Activity List 20031219
26 GET_DB_TABNAMES Static method Public Method Determine All Database Tables 20030328
27 GET_FORMNAME_BY_ACTTYPE Static method Public Method Reads All Forms by Activity Type 20020827
28 GET_MOST_RECENT_ACTIVITY Static method Public Method Determines Latest Activity in a List of Activities 20030723
29 GET_MOST_RECENT_TRM_ACTIVITY Static method Public Method 20050513
30 GET_MPROC_COR_LIST_BY_SELECT Static method Public Method Gets Mass Proc. List (Corresp) According to Sel. Criteria 20030117
31 GET_NUMBER_ALL_ACTIVITIES Static method Public Method Determine Number of All Activities for an Object 20020902
32 GET_PROCESS_BY_HROBJECT Static method Public Method Get Process for HR Object 20031219
33 GET_PROC_BY_ACT_HROBJECT Static method Public Method Get Process Code for Activity and Object 20030808
34 GET_QA_CAT_BY_ACT_TYPE Static method Public Method Read Qualification Category for Activity Type 20030414
35 GET_REC_WLIST_BY_SELECT Static method Public Method Get Activity List According to Selection Criteria 20051019
36 GET_STATUS_LIST Static method Public Method Read Activity Status 20020731
Events
Class CL_HRRCF_ACTIVITY_FACTORY has no event.
Types
Class CL_HRRCF_ACTIVITY_FACTORY has no local type.
Method Signatures

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20051220
2 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20051220
3 Importing P_AUTH_ACTIV Call by reference Type reference (TYPE) ACTIV_AUTH '01' = Anlegen, '02' = Ändern, '06' = Löschen 20060206
4 Exporting P_SUBRC Call by reference Type reference (TYPE) SYSUBRC 0 = Okay 20051220
5 Importing P_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Benutzername 20051228

Method AUTHORITY_CHECK on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method AUTHORITY_CHECK_DOVR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_RETURN Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20060105
2 Exporting P_SUBRC Call by reference Type reference (TYPE) SYSUBRC Result <> 0 -> No authorization 20060105
3 Importing P_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Benutzername 20060105

Method AUTHORITY_CHECK_DOVR on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method CHECK_ACT_TYPE_FOR_OTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20030303
2 Exporting P_IS_VALID Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030303
3 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20030303

Method CHECK_ACT_TYPE_FOR_OTYPE on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method CREATE_ACTIVITY_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVITY Call by reference Object reference (TYPE REF TO) CL_HRRCF_ABSTRACT_ACTIVITY_REC Superklasse der Aktivitätsobjekte 20020730
2 Importing ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20030402
3 Importing ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsarten 20020730
4 Importing HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20020730
5 Importing PT_OVERWRITE Call by reference Type reference (TYPE) RCF_T_NAME_VALUE Auflösung der indirekten Zuordnung Feldname <--> Wert 20030414
6 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20021227
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Customizing Fehler 20020808
2 CX_HRRCF_QUERY Ausnahmeklasse der Query-Funktionalitäten 20030505

Method CREATE_CLASS_ACTIVITY_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_ACTIVITY Call by reference Object reference (TYPE REF TO) CL_HRRCF_ACT_CLASSIF_RECORD Klassifizierungsaktivität 20040310
2 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Kandidaten- oder Kandidaturobjekt 20040310
3 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040310
4 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20040310
5 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20040310
6 Importing P_CLASSIFICATION Call by reference Type reference (TYPE) RCF_CLASSIFICATION Klassifizierung 20040310
7 Importing P_NOTE_TXT Call by reference Type reference (TYPE) RCF_ITF_DESCRIPTION Übergabe-Objekt für Freitexte aus Infotypen 20060811
8 Importing P_RESPONSIBLE Call by reference Type reference (TYPE) SOBID Benutzername des Urteilenden 20040310
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040310

Method GET_ACTIVITIES_BY_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_CRITERIA Call by reference Type reference (TYPE) RCF_S_ACT_CRITERIA Selektionskriterien für Aktivitäten 20051122
2 Exporting PT_PD_ACT_GENERAL Call by reference Type reference (TYPE) RCF_T_PD_ACT_GENERAL Tabelle mit Infotypdaten und Aktivitäten 20051122

Method GET_ACTIVITIES_BY_CRITERIA on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_ACTIVITIES_BY_HROBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_ABSTRACT_ACTIVITIES Aktivitäten 20020814
2 Importing CLASSIFICATION_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Only category Classification 20040208
3 Importing CORRESPONDENCE_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Nur Kategorien Einfache Korrespondenz und Einladung lesen 20021128
4 Importing HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20020814
5 Importing QUESTIONNAIRE_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Nur Kategorie Fragebogen lesen 20030404
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Customizing Fehler 20020814

Method GET_ACTIVITIES_BY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASSIFICATION_ONLY Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050314
2 Importing CORRESPONDENCE_ONLY Call by reference Type reference (TYPE) BOOLE_D 20050314
3 Importing PS_SELECTION Call by reference Type reference (TYPE) RCF_S_ACTIVITY_SELECTION Selektionskriterien für Aktivitäten 20050314
4 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_ABSTRACT_ACTIVITIES Allgemeine Aktivitäten 20050314
5 Importing QUESTIONNAIRE_ONLY Call by reference Type reference (TYPE) BOOLE_D 20050314
# Exception Resumable Description Created on
1 CX_HRRCF 20050314

Method GET_ACTIVITIES_FOR_APPL_CDCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20031219
2 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Activity List 20031219
# Exception Resumable Description Created on
1 CX_HRRCF Higher Level Exception Class of mySAP E-Recruiting 20031219

Method GET_ACTIVITIES_FOR_CANDIDACY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20031211
2 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitätenliste 20031211
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20031211

Method GET_ACTIVITY_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVITY Call by reference Object reference (TYPE REF TO) CL_HRRCF_ABSTRACT_ACTIVITY_REC Superklasse der Aktivitätsobjekte 20020808
2 Importing ACT_GUID Call by reference Type reference (TYPE) RCF_ACT_GUID Aktivitätsarten 20020808
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Customizing Fehler 20020808

Method GET_ACTIVITY_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_CAT Call by reference Type reference (TYPE) T77RCF_ACT_CAT_T_TAB Aktivitätskategorie 20020722
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020722
3 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20020808
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020722

Method GET_ACTIVITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT_CAT Call by reference Type reference (TYPE) RCF_ACT_CAT Aktivitätskategorie 20020905
2 Importing IN_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20020829
3 Importing ONLY_PLANNED Call by reference Type reference (TYPE) BOOLE_D Anzeiger: nur geplante Aktivitäten 20020829
4 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitätenliste 20020829
5 Importing P_CHANGED_BY_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D L. Änderer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
6 Importing P_EXEC_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Ausführer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
7 Importing P_INDIV_CNF_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060418
8 Importing P_RESP_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Bearbeiter einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020829

Method GET_ACTIVITY_LIST_WITH_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE_CAT Call by reference Type reference (TYPE) RCF_T_ACT_TYPE_CAT List of Activity along with Category 20051019
2 Importing P_EXCLUDING_CAT Call by reference Type reference (TYPE) RCF_T_ACTCAT table type of activity category 20051019
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20051108

Method GET_ACT_TYPES_BY_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE Call by reference Type reference (TYPE) T77RCF_ACT_TYPE_T_TAB Aktivitätsart 20020722
2 Importing P_ACT_CAT Call by reference Type reference (TYPE) RCF_ACT_CAT Aktivitätskategorie 20020722
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020722
4 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20020808
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020722

Method GET_ACT_TYPES_BY_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE Call by reference Type reference (TYPE) T77RCF_ACT_TYPE_T_TAB Aktivitätsart 20030314
2 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20030314
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030314
4 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20030401
5 Importing P_SUBAREA Call by reference Type reference (TYPE) RCF_SUBAREA SPACE Teilbereich des E-Recruiting 20050301
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030314

Method GET_ACT_TYPES_BY_PROC_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE Call by reference Type reference (TYPE) T77RCF_ACT_TYPE_T_TAB Activity Type 20060207
2 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Process 20060207
3 Importing P_AUTH_ACTIV Call by reference Type reference (TYPE) ACTIV_AUTH Aktivität 20060207
4 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20060207
5 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Object Type 20060207
6 Importing P_SUBAREA Call by reference Type reference (TYPE) RCF_SUBAREA SPACE Subarea of E-Recruiting 20060207

Method GET_ACT_TYPES_BY_PROC_AUTH on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_ALL_ACTIVITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE Call by reference Type reference (TYPE) T77RCF_ACT_TYPE_T_TAB Aktivitätsart 20020722
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020722
3 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20020808
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020722

Method GET_ALL_TRM_ACTIVITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPE_LIST Call by reference Type reference (TYPE) T77RCF_ACT_TYPE_T_TAB Aktivitätsart 20050415
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20050415
3 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20050415
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20050415

Method GET_ALREADY_CLASSIF_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_EXISTING_REC Call by reference Object reference (TYPE REF TO) CL_HRRCF_ACT_CLASSIF_RECORD Classification Activity record 20040210
2 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040210
3 Importing P_RESPONSIBLE Call by reference Type reference (TYPE) SOBID Benutzername 20040212
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040210

Method GET_CAT_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ACT_CAT Call by reference Type reference (TYPE) RCF_ACT_CAT 20030403
2 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE 20030403
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030403

Method GET_CHANNEL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHANNEL_LIST Call by reference Type reference (TYPE) RCF_T_CS_CHANNEL_LIST Tabelle von Korrespondenzkanälen 20020905

Method GET_CHANNEL_LIST on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_COMBINED_ACTIVITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20030714
2 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitätenliste 20030714
3 Importing P_CHANGED_BY_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D L. Änderer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060628
4 Importing P_EXEC_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Ausführer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060628
5 Importing P_RESP_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Bearbeiter einer Aktivität: TRUE (='X') und FALSE (=' ') 20060628
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030714

Method GET_COMBINED_ACTIVITY_LIST2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20050407
2 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitäten mit zusätzlichen Informationen 20050407
3 Importing P_CHANGED_BY_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D L. Änderer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
4 Importing P_EXEC_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Ausführer einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
5 Importing P_RESP_NOT_REQUESTED Call by reference Type reference (TYPE) BOOLE_D Bearbeiter einer Aktivität: TRUE (='X') und FALSE (=' ') 20060309
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20050407

Method GET_COMPLETE_ACTIVITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20031219
2 Exporting PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Activity List 20031219
# Exception Resumable Description Created on
1 CX_HRRCF Higher Level Exception Class of mySAP E-Recruiting 20031219

Method GET_DB_TABNAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DB_TAB Call by reference Type reference (TYPE) RCF_T_DB_TAB Datenbanktabellen 20030328

Method GET_DB_TABNAMES on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_FORMNAME_BY_ACTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_FORMNAME_LIST Call by reference Type reference (TYPE) T77RCF_FORMNAME_T_TAB Formularliste zu Aktivitätsart 20020828
2 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20020827
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020827
2 CX_HRRCF_CUSTOMIZING Customizing Fehler 20020827

Method GET_MOST_RECENT_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_ACTIVITY Call by reference Type reference (TYPE) RCF_S_LIST_ACTIVITIES_X Aktivität + zusätzl. Informationen 20030724
2 Importing PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitätenliste 20030723
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030723

Method GET_MOST_RECENT_TRM_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_ACTIVITY Call by reference Type reference (TYPE) RCF_S_LIST_ACTIVITIES_X Aktivität + zusätzl. Informationen 20050513
2 Importing PT_ACTIVITY_LIST Call by reference Type reference (TYPE) RCF_T_LIST_ACTIVITIES_X Aktivitätenliste 20050513
# Exception Resumable Description Created on
1 CX_HRRCF 20050513

Method GET_MPROC_COR_LIST_BY_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MASS_PROC_LIST Call by reference Type reference (TYPE) RCF_T_MASS_PROC_ACTIVITIES Datenübergabe zur Massenverarbeitung von Aktivitäten 20030117
2 Importing SELECTION_CRITERIA Call by reference Type reference (TYPE) RCF_S_SELECTION_MPROC_COR Selektionskriterien für Massenverarbeitung von Aktivitäten 20030117

Method GET_MPROC_COR_LIST_BY_SELECT on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_NUMBER_ALL_ACTIVITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20020902
2 Exporting NR_ALL_ACTIVITIES Call by reference Type reference (TYPE) INT4 Anzahl aller Aktivitäten 20020902
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020902

Method GET_PROCESS_BY_HROBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20031219
2 Importing P_ACTIVITY Call by reference Type reference (TYPE) RCF_ACT_TYPE Activity Type 20031219
3 Exporting P_PROCESS_CODE Call by reference Type reference (TYPE) RCF_ACT_PROC Process 20031219
4 Exporting P_SUBAREA Call by reference Type reference (TYPE) RCF_SUBAREA Teilbereich des E-Recruiting 20050307
# Exception Resumable Description Created on
1 CX_HRRCF Higher Level Exception Class of mySAP E-Recruiting 20031219

Method GET_PROC_BY_ACT_HROBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTIVITY Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20030808
2 Importing P_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20030808
3 Exporting P_PROCESS_CODE Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20030808
4 Importing P_PROC_GROUP Call by reference Type reference (TYPE) RCF_ACT_PROC_GROUP SPACE Gruppe von Aktivitätsprozessen 20060508
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030819

Method GET_QA_CAT_BY_ACT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACT_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20030414
2 Returning P_QA_CAT Value transfer Type reference (TYPE) HAP_CATEGORY_ID Beurteilungskategorien-ID 20030414
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030414

Method GET_REC_WLIST_BY_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting REC_ACT_LIST Call by reference Type reference (TYPE) RCF_T_MASS_PROC_ACTIVITIES Datenübergabe zur Massenverarbeitung von Aktivitäten 20051019
2 Importing SELECTION_CRITERIA Call by reference Type reference (TYPE) RCF_S_SELECTION_REC_WLIST Selection criteria for recruiter work list 20051019

Method GET_REC_WLIST_BY_SELECT on class CL_HRRCF_ACTIVITY_FACTORY has no exception.

Method GET_STATUS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVITY_STATUS_LIST Call by reference Type reference (TYPE) RCF_T_ACTIVITY_STATUS_LIST Liste der aktivitätsstatus 20020731
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020731
History
Last changed by/on SAP  20070917 
SAP Release Created in 10A