Menu

SAP Function Module HR_COV_PREV_DAY_WITH_OENDD_GET

Get Day with End Date that Is Least Far Back

The Function Module HR_COV_PREV_DAY_WITH_OENDD_GET (Get Day with End Date that Is Least Far Back) is a standard Function Module in SAP ERP and is part of the function group HRTIM00COV_HIST within the package PTIM.

Technical Information

Function Module HR_COV_PREV_DAY_WITH_OENDD_GET
Short Text Get Day with End Date that Is Least Far Back
Function Group HRTIM00COV_HIST
Package PTIM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEGDA LIKE SY-DATUM '18000101' Start Date
ENDDA LIKE SY-DATUM End Date
P_PERNR LIKE PERNR-PERNR Personnel Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DAY LIKE PTM_COV_HISTORY Day in Coverage History Table

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OENDD_SELTAB LIKE PTM_SEL_DATUM Selection Table for Original End Date

Exceptions

This function module does not define any Exceptions.