SAP ABAP Class CL_HRRCF_CANDIDATE_PC_DES_JOB (Page Control for desiredJob.bsp)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_CANDIDATE_PC Page Control Superclass Candidate 20011220
Properties
Class CL_HRRCF_CANDIDATE_PC_DES_JOB  
Short Description Page Control for desiredJob.bsp    
Super Class CL_HRRCF_CANDIDATE_PC Page Control Superclass Candidate 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20011220   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_CANDIDATE_PC_DES_JOB has no forward declaration.
Interfaces
Class CL_HRRCF_CANDIDATE_PC_DES_JOB has no interface implemented.
Friends
Class CL_HRRCF_CANDIDATE_PC_DES_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CALL_PREVIEW Instance attribute Public Type reference (TYPE) BOOLE_D Display: Back to Preview 20020411
2 CONTRACT_TYPE_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011221
3 CURRENT_DESIRED_JOB Instance attribute Public Type reference (TYPE) RCF_S_DESIRED_JOB_TEXT Record currently selected 20011220
4 CURRENT_DESIRED_JOB_DESC Instance attribute Public Type reference (TYPE) RCF_S_ITF_DESCRIPTION Description 20011220
5 DESC_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011220
6 EDIT_HRIPKEY Instance attribute Public Type reference (TYPE) HRIPKEY Key Structure for Infotype Structures PNNNN 20020326
7 FUNCTIONAL_AREA_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011220
8 HIERARCHY_LEVEL_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011220
9 JOB_TITLE_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011221
10 PAGE_ATTRIBUTES Instance attribute Public Type reference (TYPE) RCF_S_PAGE_ATTRIBUTES Attributes of a BSP Page 20011220
11 PAYMENT_INFO_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011221
12 PT_CONTRACT_TYPE_LIST Instance attribute Public Type reference (TYPE) RCF_T_CONTRACT_TYPE_LIST List of Work Contract Types 20011221
13 PT_DESIRED_JOB Instance attribute Public Type reference (TYPE) RCF_T_DESIRED_JOB_TEXT Desired Employment with Texts 20011220
14 PT_EMPLOYMENT_FRACTION_LIST Instance attribute Public Type reference (TYPE) RCF_T_EMPLOYMENT_FRACTION_LIST List of Employment Fractions 20011228
15 PT_FUNCTIONAL_AREA_LIST Instance attribute Public Type reference (TYPE) RCF_T_FUNCTIONAL_AREA_LIST List of Functional Areas 20011220
16 PT_HIERARCHY_LEVEL_LIST Instance attribute Public Type reference (TYPE) RCF_T_HIERARCHY_LEVEL_LIST List of Hierarchy Levels 20011220
17 STATUS_CHANGED Instance attribute Public Type reference (TYPE) BOOLE_D Display: Status Change 20020411
18 TRAVEL_WILLING_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011221
19 WORKING_TIME_LABEL Instance attribute Public Type reference (TYPE) STRING Label 20011221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011220
2 DETERMINE_HOURS Instance method Private Method Determines Hours of Working Time 20020404
3 DETERMINE_SELECTED_RECORD Instance method Private Method Determines selected record 20020411
4 GET_CANDIDATE_STATUS Instance method Private Method Gets Candidate Status 20020411
5 GET_DESCRIPTION Instance method Private Method Gets description of desired employment 20020404
6 GET_DESIRED_JOB Instance method Private Method Gets Desired Employment 20020404
7 GET_LABELS Instance method Private Method Gets Labels for Detail Screen 20011220
8 GET_LISTS Instance method Private Method Gets value help 20020404
9 JUMP_TO_PREVIEW Instance method Private Method Branches to Preview 20020411
10 JUMP_TO_TRANSLATION Instance method Private Method Branches to Translation 20020411
11 MAINTAIN_DESIRED_JOB Instance method Private Method Maintains Desired Employment 20020404
12 ON_DELETE_CLICK Instance method Public Method TableEvent: onDeleteClick 20020404
13 ON_EDIT_CLICK Instance method Public Method TableEvent: onEditClick 20020404
14 READ_FORM_FIELDS Instance method Public Method Reads Form Fields 20011220
Events
Class CL_HRRCF_CANDIDATE_PC_DES_JOB has no event.
Types
Class CL_HRRCF_CANDIDATE_PC_DES_JOB has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UI_CLASS Call by reference Object reference (TYPE REF TO) CL_HRRCF_CAND_SELF_SERVICE_UI Applikationslogik Candidate Self Service 20011220

Method CONSTRUCTOR on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method DETERMINE_HOURS Signature

Method DETERMINE_HOURS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method DETERMINE_HOURS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method DETERMINE_SELECTED_RECORD Signature

Method DETERMINE_SELECTED_RECORD on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method DETERMINE_SELECTED_RECORD on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method GET_CANDIDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CAND_STATUS Value transfer Type reference (TYPE) RCF_CAND_STATUS Kandidatenstatus 20020411

Method GET_CANDIDATE_STATUS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method GET_DESCRIPTION on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method GET_DESIRED_JOB Signature

Method GET_DESIRED_JOB on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method GET_DESIRED_JOB on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method GET_LABELS Signature

Method GET_LABELS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method GET_LABELS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method GET_LISTS Signature

Method GET_LISTS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method GET_LISTS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method JUMP_TO_PREVIEW Signature

Method JUMP_TO_PREVIEW on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method JUMP_TO_PREVIEW on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method JUMP_TO_TRANSLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESULT Call by reference Type reference (TYPE) P5106 I 20020411

Method JUMP_TO_TRANSLATION on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method MAINTAIN_DESIRED_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULT Call by reference Type reference (TYPE) P5106 Infotyp 5106: Beschäftigungswunsch 20020404

Method MAINTAIN_DESIRED_JOB on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method ON_DELETE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAGE_CONTEXT Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT BSP Page Context For Tag Handlers 20020404

Method ON_DELETE_CLICK on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method ON_EDIT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAGE_CONTEXT Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT BSP Page Context For Tag Handlers 20020404

Method ON_EDIT_CLICK on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.

Method READ_FORM_FIELDS Signature

Method READ_FORM_FIELDS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no parameter.
Method READ_FORM_FIELDS on class CL_HRRCF_CANDIDATE_PC_DES_JOB has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 110