SAP ABAP Class CL_HRRCF_REC_PLAN_ACT (Recruitment Plan (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 20030312
Properties
Class CL_HRRCF_REC_PLAN_ACT  
Short Description Recruitment Plan (Activities)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20030312   SAP 
Last change 20050409   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_REC_PLAN_ACT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20030312
Friends
Class CL_HRRCF_REC_PLAN_ACT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_ACTIVITY_TYPES Instance attribute Private Type reference (TYPE) T77RCF_ACTTY2RP_TAB Text for Assignment of Activity Types to Process Template 20030320
2 CURRENT_HEADER_DATA Instance attribute Private Type reference (TYPE) T77RCF_RP_ACT Process Template (Activities) with Texts 20030312
3 FALSE Instance attribute Private Attribute reference (LIKE) 20030401
4 GUID Instance attribute Public Type reference (TYPE) RCF_RP_ACT_GUID Recruitment Plan 20030312
5 INSTANCE_DIRECTORY Static Attribute Private Type reference (TYPE) INSTANCE_DIRECTORY 20030312
6 MSGCL_ADMIN Instance attribute Private Attribute reference (LIKE) 20030312
7 RELEASED Constant Public Type reference (TYPE) RCF_RP_ACT_STATUS '1' Status of Process Template 20030404
8 TRUE Instance attribute Private Attribute reference (LIKE) 20030404
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVITY_TYPE_DOWN Instance method Public Method Move Activity Type in This Instance Down 20030331
2 ACTIVITY_TYPE_UP Instance method Public Method Move Activity Type in This Instance Up 20030331
3 ADD_ACTIVITY_TYPE Instance method Public Method Assign Activity Type in This Instance 20030320
4 CHANGE_ACTIVITY_TYPE Instance method Public Method Change Activity Type in This Instance 20030402
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030312
6 CREATE Static method Public Method Create Process Template 20030312
7 DELETE Instance method Public Method Delete Process Template 20030314
8 DELETE_ACTIVITY_TYPE Instance method Public Method Delete Activity Type in This Instance 20030321
9 DEQUEUE Instance method Public Method Unlock T77RCF_RP_ACT 20030312
10 ENQUEUE Instance method Public Method Lock T77RCF_RP_ACT 20030312
11 GET_ACTIVITY_TYPES Instance method Public Method Read Assigned Activity Types 20030320
12 GET_HEADER_DATA Instance method Public Method Read Header Data 20030312
13 GET_INSTANCE Static method Public Method Returns Instance 20030312
14 GET_INSTANCE_FROM_DIRECTORY Static method Private Method Read Registered Instance 20030312
15 GET_QUESTIONNAIRES Instance method Public Method Read Assigned Questionnaires 20040818
16 GET_SELECTED_ACT_TYPE_LIST Instance method Public Method Read Selected Activity Types 20030401
17 GET_SELECTED_PROCESS_LIST Instance method Public Method Read Selected Processes 20030401
18 GET_STATUS_FROM_DB Instance method Public Method Reads Current Status from Database 20030414
19 GET_STATUS_HISTORY Instance method Public Method Read Status History 20030401
20 INITIALIZE_FROM_DB Instance method Public Method Reset to Database Status 20030314
21 IS_ASSIGNED Instance method Public Method Is Process Template Assigned to Released Requisitions 20030404
22 REGISTER_INSTANCE Static method Private Method Register Instance 20030312
23 SAVE_TO_DATABASE Instance method Public Method Save 20030320
24 SET_ACTIVITY_TYPES Instance method Public Method Save Complete List of Activity Types in this Instance 20030714
25 SET_HEADER_DATA Instance method Public Method Save Header Data in This Instance 20030312
Events
Class CL_HRRCF_REC_PLAN_ACT has no event.
Types
Class CL_HRRCF_REC_PLAN_ACT has no local type.
Method Signatures

Method ACTIVITY_TYPE_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_ACTIVITY_TYPE Call by reference Type reference (TYPE) T77RCF_ACTTY2RP 20030331

Method ACTIVITY_TYPE_DOWN on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method ACTIVITY_TYPE_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_ACTIVITY_TYPE Call by reference Type reference (TYPE) T77RCF_ACTTY2RP 20030331

Method ACTIVITY_TYPE_UP on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method ADD_ACTIVITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_ACTIVITY_TYPE Call by reference Type reference (TYPE) T77RCF_ACTTY2RP 20030320

Method ADD_ACTIVITY_TYPE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method CHANGE_ACTIVITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_ACTIVITY_TYPE Call by reference Type reference (TYPE) T77RCF_ACTTY2RP 20030402
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030402

Method CHANGE_ACTIVITY_TYPE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_RP_ACT_GUID Call by reference Type reference (TYPE) RCF_RP_ACT_GUID Personalbeschaffungsplan (Aktivitäten) 20030312

Method CONSTRUCTOR on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PO_RP_ACT_OBJECT Value transfer Object reference (TYPE REF TO) CL_HRRCF_REC_PLAN_ACT Personalbeschaffungsplan 20030312
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_IS_ALLOWED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030404
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method DELETE_ACTIVITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_ACTIVITY_TYPE Call by reference Type reference (TYPE) T77RCF_ACTTY2RP 20030321

Method DELETE_ACTIVITY_TYPE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_HRRCF_REC_PLAN_ACT has no parameter.
Method DEQUEUE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20030404
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030312

Method GET_ACTIVITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ACT_TYPES Call by reference Type reference (TYPE) T77RCF_ACTTY2RP_TAB Zuordnung Aktivitätsarten zu Personalbeschaffungsplan 20030714
2 Exporting PT_ACT_TYPE_TXT Call by reference Type reference (TYPE) RCF_T_ACTTY_2_RP_ACT_TXT Zuordnung Aktivitätsarten zu Personalbeschaffungsplan Text 20030320
3 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20030320
4 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030320

Method GET_ACTIVITY_TYPES on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method GET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_HEADER_DATA Call by reference Type reference (TYPE) T77RCF_RP_ACT Prozessvorlagen 20030312
2 Exporting PS_HEADER_DATA_TXT Value transfer Type reference (TYPE) RCF_S_REC_PLAN_ACT Personalbeschaffungsplan (Aktivitäten) mit Texten 20030714
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030408
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_HRRCF_REC_PLAN_ACT Personalbeschaffungsplan 20030312
2 Importing P_RP_ACT_GUID Call by reference Type reference (TYPE) RCF_RP_ACT_GUID Personalbeschaffungsplan 20030312

Method GET_INSTANCE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method GET_INSTANCE_FROM_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_HRRCF_REC_PLAN_ACT Personalbeschaffungsplan (Aktivitäten) 20030312
2 Importing P_RP_ACT_GUID Call by reference Type reference (TYPE) RCF_RP_ACT_GUID Personalbeschaffungsplan (Aktivitäten) 20030312

Method GET_INSTANCE_FROM_DIRECTORY on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method GET_QUESTIONNAIRES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_QUESTIONNAIRES Call by reference Type reference (TYPE) RCF_T_ACTTY2QA 20040818
2 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20040818
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20040818

Method GET_QUESTIONNAIRES on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method GET_SELECTED_ACT_TYPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_SELECTED_ACT_TYPES Value transfer Type reference (TYPE) RCF_T_ACT_TYPE_LIST 20030401
2 Importing P_ACT_PROC Call by reference Type reference (TYPE) RCF_ACT_PROC Prozess 20030401
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030401
4 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20030401
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030401

Method GET_SELECTED_PROCESS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PT_SELECTED_PROCESSES Value transfer Type reference (TYPE) RCF_T_ACT_PROC_LIST Liste der Prozesse 20030401
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030401
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030401

Method GET_STATUS_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RP_ACT_STATUS Value transfer Type reference (TYPE) RCF_RP_ACT_STATUS Status der Prozessvorlage 20030414
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030414

Method GET_STATUS_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PT_STATUS_HISTORY Value transfer Type reference (TYPE) RCF_T_STATUS_HISTORY Personalbeschaffungspläne-Beleg 20030401
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20030401
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030401

Method INITIALIZE_FROM_DB Signature

Method INITIALIZE_FROM_DB on class CL_HRRCF_REC_PLAN_ACT has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method IS_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_IS_ASSIGNED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030404
2 Importing P_ONLY_RELEASED Call by reference Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030827

Method IS_ASSIGNED on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method REGISTER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_HRRCF_REC_PLAN_ACT Personalbeschaffungsplan (Aktivitäten) 20030312
2 Importing P_RP_ACT_GUID Call by reference Type reference (TYPE) RCF_RP_ACT_GUID Personalbeschaffungsplan (Aktivitäten) 20030312

Method REGISTER_INSTANCE on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class CL_HRRCF_REC_PLAN_ACT has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method SET_ACTIVITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_ACT_TYPES Call by reference Type reference (TYPE) T77RCF_ACTTY2RP_TAB 20030714

Method SET_ACTIVITY_TYPES on class CL_HRRCF_REC_PLAN_ACT has no exception.

Method SET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HEADER_DATA Call by reference Type reference (TYPE) T77RCF_RP_ACT Personalbeschaffungsplan (Aktivitäten) mit Texten 20030312

Method SET_HEADER_DATA on class CL_HRRCF_REC_PLAN_ACT has no exception.
History
Last changed by/on SAP  20050409 
SAP Release Created in 10A