SAP ABAP Class CL_HRRCF_APPL_GROUP_BL (BL Application Group)
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 20040205
Properties
Class CL_HRRCF_APPL_GROUP_BL  
Short Description BL Application Group    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class HRRCF0001    
Program status P  SAP Standard Production Program 
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20040205   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_APPL_GROUP_BL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20040205
Friends
Class CL_HRRCF_APPL_GROUP_BL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DRAFT Constant Private Type reference (TYPE) RCF_APPL_GROUP_STATUS '0' Status of Application Group 20040207
2 C_RELEASED Constant Private Type reference (TYPE) RCF_APPL_GROUP_STATUS '1' Status of Application Group 20040207
3 C_TO_BE_DELETED Constant Private Type reference (TYPE) RCF_REQUISITION_STATUS '3' Requisition Status 20040216
4 C_WITHDRAWN Constant Private Type reference (TYPE) RCF_APPL_GROUP_STATUS '2' Status of Application Group 20040207
5 DELETE Instance attribute Public Attribute reference (LIKE) 20040205
6 FALSE Instance attribute Public Attribute reference (LIKE) 20040205
7 HIGH_DATE Instance attribute Public Attribute reference (LIKE) 20040205
8 INSERT Instance attribute Public Attribute reference (LIKE) 20040205
9 INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_HRRCF_APPL_GROUP_BL BL Application Group 20040205
10 LOW_DATE Instance attribute Public Attribute reference (LIKE) 20040205
11 MODIFY Instance attribute Public Attribute reference (LIKE) 20040205
12 MSGCL_ADMIN Instance attribute Public Attribute reference (LIKE) 20040205
13 MSGCL_USER Instance attribute Public Attribute reference (LIKE) 20040205
14 REF_PINST_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_POSTING_INST_BL BL Facade for Posting Instance 20040205
15 REF_POST_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_POSTING_BL BL Facade for Job Posting Object 20040205
16 REF_REQ_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_REQUI_BL BL Facade for Requisition Object 20040205
17 STATUS_LIST Instance attribute Private Type reference (TYPE) RCF_T_UI_VALUEHELP Value Help Table 20040211
18 TRUE Instance attribute Public Attribute reference (LIKE) 20040205
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_APPL_GROUP_STATUS Instance method Public Method Change Status of Application Group + Ref. Code 20040205
2 CHECK_AND_DELETE_APPL_GROUP Instance method Private Method Delete Application Group 20061025
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040205
4 COPY_APPL_GROUP Instance method Public Method Copy Application Group 20040205
5 CREATE_APPL_GROUP Instance method Public Method Create Application Group 20040205
6 DELETE_APPL_GROUP Instance method Public Method Delete Application Group 20040216
7 DEQUEUE_APPL_GROUP Instance method Public Method Unlock Application Group 20040205
8 ENQUEUE_APPL_GROUP Instance method Public Method Lock Application Group 20040205
9 GET_APPL_GROUPS_OF_SELECTION Instance method Public Method Reads Application Group Acc. to Specific Criteria 20040305
10 GET_APPL_GROUPS_OF_SEL_ADMIN Instance method Public Method Reads application groups (for Admin. not user-related) 20040418
11 GET_APPL_GROUP_BASIC_INFO Instance method Public Method Basic Information IT 5125 20040205
12 GET_APPL_GROUP_JOB_INFO Instance method Public Method IT 5126 20040209
13 GET_APPL_GROUP_STATUS Instance method Public Method Status of Application Group + Ref. Code 20040206
14 GET_DEFAULT_ALIAS Instance method Public Method Default alias of application group 20040420
15 GET_DEFAULT_TITLE Instance method Public Method Default Title of Application Group 20040210
16 GET_INSTANCE Static method Public Method Returns Instance of Class 20040205
17 GET_PINST_FROM_POST Instance method Private Method Internal: Determine Publication for Posting 20040209
18 GET_POST_FROM_REQ Instance method Private Method Internal: Determine Posting for Requisition 20040205
19 GET_STATUS_LIST Instance method Public Method Reads possible status 20040211
20 GET_URL Instance method Public Method Gets absolute URL for direct applicant 20040211
21 IS_APPL_GROUP Instance method Public Method Requisition object is of type application group 20040212
22 MAINTAIN_APPL_GROUP_EDUCATION Instance method Public Method Edit Work Experience 20040205
23 MAINTAIN_APPL_GROUP_INFO Instance method Public Method Maintain Application Group IT 5125/5126 20040205
24 MAINTAIN_APPL_GROUP_QUALI Instance method Public Method Maintains Infotype Job Description (Without KW Text) 20040205
25 ON_REQ_STATUS_RESET Instance method Public Event handling method EventHandler: Status Change Requisition (Reset) 20040209
26 STATUS_CHANGE_OK Instance method Private Method Internal: Check Status Change 20040207
Events
Class CL_HRRCF_APPL_GROUP_BL has no event.
Types
Class CL_HRRCF_APPL_GROUP_BL has no local type.
Method Signatures

Method CHANGE_APPL_GROUP_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040206
2 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
3 Exporting P_APPROVAL_REQUIRED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040205
4 Exporting P_CHANGE_NOT_ALLOWED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040205
5 Importing P_PINST_GUID Call by reference Type reference (TYPE) RCF_PINST_GUID Globaler Schlüssel für Ausschreibungsinstanzen 20040205
6 Importing P_REF_CODE Call by reference Type reference (TYPE) RCF_EXTERNAL_CODE Referenzcode der Ausschreibung 20040205
7 Importing P_STATUS Call by reference Type reference (TYPE) RCF_APPL_GROUP_STATUS Status der Bewerbungsgruppe 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method CHECK_AND_DELETE_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20061025
2 Importing P_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20061025
3 Exporting P_RETURN_MESSAGE Call by reference Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20061025
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20061025

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_HRRCF_APPL_GROUP_BL has no parameter.
Method CONSTRUCTOR on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method COPY_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_NEW_POST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040210
2 Exporting PS_NEW_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040210
3 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
4 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
5 Importing P_ROLE Call by reference Type reference (TYPE) RCF_ROLE Rolle im E-Recruiting 20040205
6 Importing P_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method CREATE_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_POST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
2 Exporting PS_REQ_BASIC_INFO Call by reference Type reference (TYPE) P5125 Infotype 5125: Suchauftragsinformation 20040205
3 Exporting PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
4 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
5 Importing P_ROLE Call by reference Type reference (TYPE) RCF_ROLE Rolle im E-Recruiting 20040205
6 Importing P_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method DELETE_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040216
2 Exporting P_RETURN Call by reference Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20040216
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040216

Method DEQUEUE_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method ENQUEUE_APPL_GROUP Signature

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

Method GET_APPL_GROUPS_OF_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_REQUISITIONS Call by reference Type reference (TYPE) RCF_T_HROBJECT Tabellentyp zur Übergabe von HR Objekten 20040305
2 Importing P_BEGDA Call by reference Type reference (TYPE) BEGDATUM Beginndatum 20040305
3 Importing P_ENDDA Call by reference Type reference (TYPE) ENDDATUM Endedatum 20040305
4 Importing P_REQ_STATUS Call by reference Type reference (TYPE) RCF_SELECTED_STATUS Ausgewählter Status eines E-Recruiting-Objekts 20040305
5 Importing P_ROLE Call by reference Type reference (TYPE) RCF_ROLE Rolle im E-Recruiting 20040305
6 Importing P_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20040305
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040305

Method GET_APPL_GROUPS_OF_SEL_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_REQUISITIONS Call by reference Type reference (TYPE) RCF_T_HROBJECT Tabellentyp zur Übergabe von HR Objekten 20040418
2 Importing P_BEGDA Call by reference Type reference (TYPE) BEGDATUM Beginndatum 20040418
3 Importing P_ENDDA Call by reference Type reference (TYPE) ENDDATUM Endedatum 20040418
4 Importing P_REQ_STATUS Call by reference Type reference (TYPE) RCF_SELECTED_STATUS Ausgewählter Status eines E-Recruiting-Objekts 20040418
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040418

Method GET_APPL_GROUP_BASIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_BASIC_INFO_WT Call by reference Type reference (TYPE) RCF_S_APPL_GROUP_INFO_TEXT Bewerbungsgruppeninformation mit Text 20040211
2 Exporting PS_NOTE Call by reference Type reference (TYPE) RCF_S_ITF_DESCRIPTION Infotyptext mit Zusatzinformationen 20040308
3 Exporting PS_REQ_BASIC_INFO Call by reference Type reference (TYPE) P5125 Infotype 5125: Suchauftragsinformation 20040205
4 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
5 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20040205
6 Importing P_USE_FALLBACK Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method GET_APPL_GROUP_JOB_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040209
2 Exporting PS_REQ_JOB_INFO Call by reference Type reference (TYPE) P5126 Infotyp 5126: Stellenbeschreibung 20040209
3 Exporting PS_REQ_JOB_INFO_WT Call by reference Type reference (TYPE) RCF_S_REQ_JOB_INFO_TEXT Stellenbeschreibung mit Texten 20040209
4 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20040209
5 Importing P_USE_FALLBACK Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040209
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040209

Method GET_APPL_GROUP_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040206
2 Exporting P_PINST_GUID Call by reference Type reference (TYPE) RCF_PINST_GUID Globaler Schlüssel für Ausschreibungsinstanzen 20040206
3 Exporting P_REF_CODE Call by reference Type reference (TYPE) RCF_EXTERNAL_CODE Referenzcode der Ausschreibung 20040206
4 Exporting P_STATUS Call by reference Type reference (TYPE) RCF_APPL_GROUP_STATUS Status der Bewerbungsgruppe 20040206
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040206

Method GET_DEFAULT_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040420
2 Returning P_RETURN Value transfer Type reference (TYPE) STRING 20040420

Method GET_DEFAULT_ALIAS on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method GET_DEFAULT_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040210
2 Returning P_RETURN Value transfer Type reference (TYPE) STRING 20040210

Method GET_DEFAULT_TITLE on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_HRRCF_APPL_GROUP_BL BL Bewerbungsgruppe 20040205

Method GET_INSTANCE on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method GET_PINST_FROM_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_PINST_TEXT Call by reference Type reference (TYPE) RCF_S_POSTING_INST_TEXT Ausschreibungsinstanz mit Text 20040209
2 Importing PS_POST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040209
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040209

Method GET_POST_FROM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_POST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
2 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method GET_STATUS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PT_STATUS_LIST Value transfer Type reference (TYPE) RCF_T_UI_VALUEHELP Tabelle für Wertehilfen 20040211

Method GET_STATUS_LIST on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040211
2 Returning P_RETURN Value transfer Type reference (TYPE) STRING 20040211
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040211

Method IS_APPL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040212
2 Returning P_RETURN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040212
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040212

Method MAINTAIN_APPL_GROUP_EDUCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQUIRED_EDU Call by reference Type reference (TYPE) P5128 Infotyp 5128: Ausbildungsanforderungen 20040205
2 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
3 Exporting PS_RESULT Call by reference Type reference (TYPE) P5128 Infotyp 5128: Ausbildungsanforderungen 20040205
4 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
5 Importing P_OPERATION Call by reference Type reference (TYPE) RCF_OPERA Datenbankoperation 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method MAINTAIN_APPL_GROUP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_BASIC_INFO Call by reference Type reference (TYPE) P5125 Infotype 5125: Suchauftragsinformation 20040205
2 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
3 Importing PS_REQ_JOB_INFO Call by reference Type reference (TYPE) P5126 Infotyp 5126: Stellenbeschreibung 20040205
4 Exporting PS_RESULT_P5125 Call by reference Type reference (TYPE) P5125 Infotype 5125: Suchauftragsinformation 20040205
5 Exporting PS_RESULT_P5126 Call by reference Type reference (TYPE) P5126 Infotyp 5126: Stellenbeschreibung 20040205
6 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
7 Importing P_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040205
8 Importing P_NOTE Call by reference Type reference (TYPE) RCF_ITF_DESCRIPTION Übergabe-Objekt für Freitexte aus Infotypen 20040308
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method MAINTAIN_APPL_GROUP_QUALI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040205
2 Importing PS_REQ_QUALIFICATION Call by reference Type reference (TYPE) P5129 Infotyp 5129: Erforderliche Qualifikationen 20040205
3 Exporting PS_RESULT Call by reference Type reference (TYPE) P5129 Infotyp 5129: Erforderliche Qualifikationen 20040205
4 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040205
5 Importing P_OPERATION Call by reference Type reference (TYPE) RCF_OPERA Datenbankoperation 20040205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040205

Method ON_REQ_STATUS_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQ_HROBJECT Call by reference Attribute reference (LIKE) 20040209

Method ON_REQ_STATUS_RESET on class CL_HRRCF_APPL_GROUP_BL has no exception.

Method STATUS_CHANGE_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NEW_STATUS Call by reference Type reference (TYPE) RCF_POST_DOC_STAT Status der Ausschreibungsinstanz 20040207
2 Importing P_OLD_STATUS Call by reference Type reference (TYPE) RCF_POST_DOC_STAT Status der Ausschreibungsinstanz 20040207
3 Returning P_RETURN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040207

Method STATUS_CHANGE_OK on class CL_HRRCF_APPL_GROUP_BL has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 200