SAP ABAP Function Module HR_99S_INTERVAL_BETWEEN_DATES (Get days,weeks, months and years between dates)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-RS (Application Component) Reuse Services for Country Development
     P99S (Package) Southern Europe Basis
Basic Data
Function Module HR_99S_INTERVAL_BETWEEN_DATES Get days,weeks, months and years between dates  
Function Group HR99S00_TIME   Generic time related functions  
Program Name SAPLHR99S00_TIME    
INCLUDE Name LHR99S00_TIMEU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting DAYS TYPE I number of days
Exporting C_WEEKS TYPE I complete weeks
Exporting C_MONTHS TYPE I complete months
Exporting C_YEARS TYPE I complete years
Exporting WEEKS TYPE absolute weeks
Exporting MONTHS TYPE absolute months
Exporting YEARS TYPE absolute years
Exporting D_MONTHS TYPE I delta months
Exporting MONTH_TAB TYPE P99SG_MONTH_TAB table of months between
Importing BEGDA TYPE D begin date
Importing ENDDA TYPE D end date
Importing TAB_MODE TYPE C ' ' Mode for tab of months
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20030108 
SAP Release Created in 470