SAP ABAP Class CL_HRCCE_PERSONID (Reads PersonId_ext, Pernr_text_tab)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-CE (Application Component) Concurrent Employment
     PCCE_PERSON_SERVICES (Package) HR (central) Person services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPA_BOOLE_D HR: Master Data, Attribute True and False 20020103
Properties
Class CL_HRCCE_PERSONID  
Short Description Reads PersonId_ext, Pernr_text_tab    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCCE_PERSON_SERVICES   HR (central) Person services 
Created 20020103   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRCCE_PERSONID has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRPA_BOOLE_D HR: Master Data, Attribute True and False 20020103
Friends
Class CL_HRCCE_PERSONID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_PERSON_READER Instance attribute Private Object reference (TYPE REF TO) CL_HRCCE_PERSON_READER 20020103
2 A_READ_INFOTYPE Instance attribute Private Object reference (TYPE REF TO) IF_HRPA_READ_INFOTYPE Reading Infotype Records 20020107
3 FALSE Instance attribute Private Attribute reference (LIKE) 20020103
4 TRUE Instance attribute Private Attribute reference (LIKE) 20020103
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20020103
2 GET_ENAME Instance method Private Method Read Formatted Name of Employee 20020108
3 GET_PERNR_TAB_FOR_PERSONID Instance method Public Method Read Person ID and Pernotab for CP 20020110
4 GET_PERNR_TAB_FOR_PERSONID_EXT Instance method Public Method Read CP and Pernotab for Person ID 20020108
5 GET_PERNR_TAB_FOR_P_EXT_SELOPT Instance method Public Method Read Pernotab for Person ID in Select Option 20020115
6 GET_PERSONID_EXT Instance method Private Method Read Person ID 20020108
7 GET_PERSONID_EXT_FOR_PERNR Instance method Public Method Read Person ID for Personnel Assignment 20020108
Events
Class CL_HRCCE_PERSONID has no event.
Types
Class CL_HRCCE_PERSONID has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_ENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENAME Call by reference Type reference (TYPE) EMNAM Aufbereiteter Name des Mitarbeiters bzw. Bewerbers 20020108
2 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20020108
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425

Method GET_PERNR_TAB_FOR_PERSONID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENAME Call by reference Type reference (TYPE) EMNAM Aufbereiteter Name des Mitarbeiters bzw. Bewerbers 20020110
2 Exporting PERNR_TAB Call by reference Type reference (TYPE) PCCET_PERNR Pernr Tab 20020110
3 Exporting PERNR_TEXT_TAB Call by reference Type reference (TYPE) PADCE_PERNR_TAB Pernr Tab with Texts 20020110
4 Importing PERSONID Call by reference Type reference (TYPE) PERSONID Personennummer 20020110
5 Exporting PERSONID_EXT Call by reference Type reference (TYPE) PERSONID_EXT Person ID 20020110
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425

Method GET_PERNR_TAB_FOR_PERSONID_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENAME Call by reference Type reference (TYPE) EMNAM Aufbereiteter Name des Mitarbeiters bzw. Bewerbers 20020108
2 Exporting PERNR_TAB Call by reference Type reference (TYPE) PCCET_PERNR Tabelle der Personalnummern 20020108
3 Exporting PERNR_TEXT_TAB Call by reference Type reference (TYPE) PADCE_PERNR_TAB Personalnummern mit Texten 20020108
4 Exporting PERSONID Call by reference Type reference (TYPE) PERSONID Person ID (CP) 20020109
5 Importing PERSONID_EXT Call by reference Type reference (TYPE) PERSONID_EXT Ext. Person Id 20020108
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425

Method GET_PERNR_TAB_FOR_P_EXT_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PERSONID_EXT_PERNR_TAB Call by reference Type reference (TYPE) PCCET_PERSONID_EXT_PERNR_TAB Personalnummer 20020115
2 Importing PERSONID_EXT_SELOPT Call by reference Type reference (TYPE) PCCET_PERSONID_EXT_SELTAB Select-Option für ext. Personen ID 20020115
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425

Method GET_PERSONID_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20020108
2 Exporting PERSONID_EXT Call by reference Type reference (TYPE) PERSONID_EXT Person ID 20020108
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425

Method GET_PERSONID_EXT_FOR_PERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENAME Call by reference Type reference (TYPE) EMNAM Aufbereiteter Name des Mitarbeiters bzw. Bewerbers 20020108
2 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20020108
3 Exporting PERSONID_EXT Call by reference Type reference (TYPE) PERSONID_EXT Person ID 20020108
4 Exporting PERSONID_NOT_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020108
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: Stammdaten, unerfüllte Programmbedingung 20030425
History
Last changed by/on SAP  00000000 
SAP Release Created in 470