SAP ABAP Class CL_HRRCF_UNRG_APPL_REG_M (Main Controller Call for External Appl Registration)
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_CONTROLLER Super Class of Unspecified HRRCF Controllers 20020819
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_LIST_DETAIL_HROBJECT Interface for List with Detail Screen 20030710
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_UNRG_APPL_EXCHG Interface for HRRCF_UNRG_APPL 20021121
Properties
Class CL_HRRCF_UNRG_APPL_REG_M  
Short Description Main Controller Call for External Appl Registration    
Super Class CL_HRRCF_CONTROLLER Super Class of Unspecified HRRCF Controllers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20020819   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_UNRG_APPL_REG_M has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_LIST_DETAIL_HROBJECT Interface for List with Detail Screen 20030710
2 IF_HRRCF_UNRG_APPL_EXCHG Interface for HRRCF_UNRG_APPL 20021121
Friends
Class CL_HRRCF_UNRG_APPL_REG_M has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL_EXISTS Instance attribute Public Type reference (TYPE) BOOLE_D SPACE Indicator: An Application Already Exists 20030416
2 APPL_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Application Object 20030416
3 APPL_IS_NEW Instance attribute Private Type reference (TYPE) BOOLE_D 'X' Indicator: Application New ('X') / Continuing (' ') 20030416
4 BUTTON_TEXT Instance attribute Public Type reference (TYPE) STRING Explanatory Text of Pushbutton 20030416
5 CAND_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Candidate Object 20030416
6 FULLNAME Instance attribute Private Type reference (TYPE) BU_NAME1TX Full Name 20030120
7 PINST_GUID Instance attribute Private Type reference (TYPE) RCF_PINST_GUID Global Key for Posting Instances 20030416
8 POST_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Posting Object 20030416
9 REF_APPL_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_APPLICATION_BL BL Facade for Application 20030416
10 REF_PINST_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_POSTING_INST_BL BL Facade for Posting Instance 20030416
11 RETURNING_APPLICANT Instance attribute Public Type reference (TYPE) BOOLE_D SPACE Indicator: Candidate Is a Multiple Candidate 20020828
12 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20040510
13 SCREEN_DOCU Instance attribute Public Type reference (TYPE) STRING Documentation text 20030416
14 SCREEN_TITLE Instance attribute Public Type reference (TYPE) STRING Heading 20030416
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_APPL_EXISTENCE Instance method Private Method Check if an Application Already Exists 20020828
2 CHECK_RETURNING_APPLICANT Instance method Private Method Checks if Candidate Is Multiple Applicant 20020828
3 GET_REF_BL Instance method Private Method Instantiates BL Facades 20030416
4 IMPORT_PINST_GUID Instance method Private Method Imports GUID of Posting Instance 20030416
5 INIT_REGISTRATION Instance method Private Method Initializes Registration 20030416
6 IS_PINST_VALID Instance method Private Method 20091224
7 ON_SAVE_NEXT Instance method Private Method Processes Event 'onSaveNext' 20030416
8 REGISTER_APPLICANT Instance method Private Method Registers Applicant 20040510
9 SET_BUTTON_ATTRIBUTES Instance method Private Method Sets Text and Clickability of Pushbutton 20030416
10 SET_SCREEN_DOCU Instance method Private Method Sets Documentation Text 20030416
11 SET_SCREEN_TITLE Instance method Private Method Sets the Heading 20030416
Events
Class CL_HRRCF_UNRG_APPL_REG_M has no event.
Types
Class CL_HRRCF_UNRG_APPL_REG_M has no local type.
Method Signatures

Method CHECK_APPL_EXISTENCE Signature

Method CHECK_APPL_EXISTENCE on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method CHECK_APPL_EXISTENCE on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method CHECK_RETURNING_APPLICANT Signature

Method CHECK_RETURNING_APPLICANT on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method CHECK_RETURNING_APPLICANT on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method GET_REF_BL Signature

Method GET_REF_BL on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method GET_REF_BL on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method IMPORT_PINST_GUID Signature

Method IMPORT_PINST_GUID on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method IMPORT_PINST_GUID on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method INIT_REGISTRATION Signature

Method INIT_REGISTRATION on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method INIT_REGISTRATION on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method IS_PINST_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_IS_VALID Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091224
2 Importing P_PINST_GUID Call by reference Type reference (TYPE) RCF_PINST_GUID Global Key for Posting Instances 20091224

Method IS_PINST_VALID on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method ON_SAVE_NEXT Signature

Method ON_SAVE_NEXT on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method ON_SAVE_NEXT on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method REGISTER_APPLICANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ERROR_INDICATOR Value transfer Type reference (TYPE) BOOLE_D Indikator: Fehler beim Registrieren des Bewerbers 20040510

Method REGISTER_APPLICANT on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method SET_BUTTON_ATTRIBUTES Signature

Method SET_BUTTON_ATTRIBUTES on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method SET_BUTTON_ATTRIBUTES on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method SET_SCREEN_DOCU Signature

Method SET_SCREEN_DOCU on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method SET_SCREEN_DOCU on class CL_HRRCF_UNRG_APPL_REG_M has no exception.

Method SET_SCREEN_TITLE Signature

Method SET_SCREEN_TITLE on class CL_HRRCF_UNRG_APPL_REG_M has no parameter.
Method SET_SCREEN_TITLE on class CL_HRRCF_UNRG_APPL_REG_M has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 10A