SAP ABAP Class CL_HRPAYAT_ELDA_KM_PERNR (ELDA Illness Notification Person (Employee))
Hierarchy
SAP_HRCAT (Software Component) Sub component SAP_HRCAT of SAP_HR
   PA-PA-AT (Application Component) Austria
     PB03 (Package) HR Master Data: Austria
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAYAT_ELDA_KM_NODE ELDA Node Abstract 20120102
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPAYAT_ELDA_KM_PERNR ELDA Illness Notification Personnel Number 20120102
Properties
Class CL_HRPAYAT_ELDA_KM_PERNR  
Short Description ELDA Illness Notification Person (Employee)    
Super Class CL_HRPAYAT_ELDA_KM_NODE ELDA Node Abstract 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PB03   HR Master Data: Austria 
Created 20100730   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRPAYAT_ELDA_KM_PERNR ELDA Illness Notification Personnel Number 20120102
Friends
Class CL_HRPAYAT_ELDA_KM_PERNR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ICON_CLOSED Constant Protected Type reference (TYPE) ICON-ID ICON_CLOSED_FOLDER Icons table 20120102
2 C_ICON_OPEN Constant Protected Type reference (TYPE) ICON-ID ICON_OPEN_FOLDER Icons table 20120102
3 IS_ENQUEUED Instance attribute Protected Type reference (TYPE) AS4FLAG Indicator (X or Blank) 20120102
4 IT0001 Instance attribute Protected Type reference (TYPE) PS0001 HR Master Record: Infotype 0001 (Org. Assignment) 20120102
5 LOCKED_BY_USER Instance attribute Protected Type reference (TYPE) SYUNAME User Name 20120102
6 MT_3248_BUFFER_DIR Instance attribute Private Type reference (TYPE) LTY_T_P3248_BUFFER_DIR 20120102
7 MT_ORIGINAL_P2001_TAB Instance attribute Protected Type reference (TYPE) P2001_TAB HR Time Record: Absences Infotype (2001) 20120102
8 MT_ORIGINAL_P3248_TAB Instance attribute Protected Type reference (TYPE) P3248_TAB HR Master Record for Infotype 3248 20120102
9 MV_HAS_CHANGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120102
10 MV_ORIGINAL_BEGDA Instance attribute Private Type reference (TYPE) BEGDA Valid from Date 20120111
11 MV_ORIGINAL_ENDDA Instance attribute Private Type reference (TYPE) ENDDA Valid To Date 20120111
12 MV_UPDATE_STATUS Instance attribute Private Type reference (TYPE) PB03_KM_UPDT_STATUS Update Status 20120102
13 NAME Instance attribute Protected Type reference (TYPE) EMNAM Employee's Name (Sortable by LAST NAME FIRST NAME) 20120102
14 PERNR Instance attribute Private Attribute reference (LIKE) 20120102
15 STEP_CHILDREN Instance attribute Protected Type reference (TYPE) IF_HRPAYAT_ELDA_KM_NODE=>TTY_CHILDREN Stepchildren = Children for Flush (Refresh) 20120102
Methods
# Method Level Visibility Method type Description Created on
1 COMMIT_3248_BUFFER Instance method Private Method 20120102
2 CREATE_TIME_SPLIT Instance method Private Method 20120102
3 DEQUEUE_PERNR Instance method Private Method 20120102
4 ENQUEUE_PERNR Instance method Private Method 20120102
5 LOAD_RECORDS_FOR_TIMESPLITS Instance method Private Method 20120110
6 SAVE Instance method Private Method 20120102
Events
Class CL_HRPAYAT_ELDA_KM_PERNR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_IT2001 Protected Type reference (TYPE) P2001 20120102
2 TS_IT3248 Protected Type reference (TYPE) P3248 20120102
3 TS_MES2DEL Protected See coding 20120102 BEGIN OF ts_mes2del, guid TYPE hrguid, linked_guid TYPE hrguid, tabspace TYPE c LENGTH 1, status_abg TYPE pb03_status_abg, END OF ts_mes2del
4 TT_IT2001 Protected See coding 20120102 tt_it2001 TYPE STANDARD TABLE OF ts_it2001
5 TT_IT3248 Protected See coding 20120102 tt_it3248 TYPE STANDARD TABLE OF ts_it3248
6 TT_MES2DEL Protected See coding 20120102 tt_mes2del TYPE STANDARD TABLE OF ts_mes2del
Method Signatures

Method COMMIT_3248_BUFFER Signature

Method COMMIT_3248_BUFFER on class CL_HRPAYAT_ELDA_KM_PERNR has no parameter.
# Exception Resumable Description Created on
1 CX_HRPAYAT_ELDA_KM_ERROR Ausnahmen und Fehlerbehandlung ELDA KM 20120102

Method CREATE_TIME_SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_P2001 Value transfer Type reference (TYPE) P2001 Personal-Zeitsatz Infotyp 2001 (Abwesenheiten) 20120102
2 Importing IS_P3248 Value transfer Type reference (TYPE) P3248 Personal-Stammsatz für Infotyp 3248 20120102
3 Importing IS_TIME_SPLIT Value transfer Type reference (TYPE) LTY_S_TIMESPLIT 20120102

Method CREATE_TIME_SPLIT on class CL_HRPAYAT_ELDA_KM_PERNR has no exception.

Method DEQUEUE_PERNR Signature

Method DEQUEUE_PERNR on class CL_HRPAYAT_ELDA_KM_PERNR has no parameter.
Method DEQUEUE_PERNR on class CL_HRPAYAT_ELDA_KM_PERNR has no exception.

Method ENQUEUE_PERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_OK Value transfer Type reference (TYPE) ABAP_BOOL Rückgabewert von ABAP-Anweisungen 20120102

Method ENQUEUE_PERNR on class CL_HRPAYAT_ELDA_KM_PERNR has no exception.

Method LOAD_RECORDS_FOR_TIMESPLITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IT2001 Call by reference Type reference (TYPE) P2001_TAB Personal-Zeitsatz Infotyp 2001 (Abwesenheiten) 20120110
2 Exporting ET_IT3248 Call by reference Type reference (TYPE) P3248_TAB Personal-Stammsatz für Infotyp 3248 20120110
3 Exporting ET_IT3248_ST Call by reference Type reference (TYPE) P3248_TAB Personal-Stammsatz für Infotyp 3248 20120110

Method LOAD_RECORDS_FOR_TIMESPLITS on class CL_HRPAYAT_ELDA_KM_PERNR has no exception.

Method SAVE Signature

Method SAVE on class CL_HRPAYAT_ELDA_KM_PERNR has no parameter.
Method SAVE on class CL_HRPAYAT_ELDA_KM_PERNR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in