SAP ABAP Class CL_HRPADUN_LWOP (Class for Reading LWOP periods of a person)
Hierarchy
SAP_HRCUN (Software Component) Sub component SAP_HRCUN of SAP_HR
   PY-NPO (Application Component) Non Profit Organizations
     PCUN (Package) Payroll Non Profit Organizations
Properties
Class CL_HRPADUN_LWOP  
Short Description Class for Reading LWOP periods of a person    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCUN   Payroll Non Profit Organizations 
Created 20071203   SAP 
Last change 20080626   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPADUN_LWOP has no forward declaration.
Interfaces
Class CL_HRPADUN_LWOP has no interface implemented.
Friends
Class CL_HRPADUN_LWOP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 THIS_PERNR Instance attribute Private Type reference (TYPE) PERNR_D Personnel Number 20080208
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080208
2 GET_DAYS_OF_LWOP Instance method Public Method Return number of days of selected LWOP periods 20080208
3 GET_LWOP_PERIODS Instance method Public Method Return all periods of LWOP of a period of time 20080208
Events
Class CL_HRPADUN_LWOP has no event.
Types
Class CL_HRPADUN_LWOP 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 PERNR Call by reference Type reference (TYPE) PERNR_D Personnel Number 20080208
# Exception Resumable Description Created on
1 EMPLOYEE_DOES_NOT_EXIST 20080208

Method GET_DAYS_OF_LWOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20080208
2 Importing ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20080208
3 Importing MINIMUM_LWOP_SIZE Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20080208
4 Returning NUMBER_OF_DAYS_OF_LWOP Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20080208

Method GET_DAYS_OF_LWOP on class CL_HRPADUN_LWOP has no exception.

Method GET_LWOP_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20080208
2 Importing ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20080208
3 Importing IT_2001 Call by reference Type reference (TYPE) P2001_TAB HR Time Record: Absences Infotype (2001) 20080208
4 Returning T2001 Value transfer Type reference (TYPE) P2001_TAB HR Time Record: Absences Infotype (2001) 20080208
# Exception Resumable Description Created on
1 INTERNAL_ERROR 20080208
History
Last changed by/on SAP  20080626 
SAP Release Created in