Menu

SAP Function Module HR_COV_COUNT_DAYS_WITH_MARK

Count Days with Marker

The Function Module HR_COV_COUNT_DAYS_WITH_MARK (Count Days with Marker) 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_COUNT_DAYS_WITH_MARK
Short Text Count Days with Marker
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 Start Date
ENDDA LIKE SY-DATUM End Date
LENGTH TYPE I 100 Length
OFFSET TYPE I 0 Offset
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
NUMBER_OF_DAYS TYPE I Number of Days in the 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
MARK_SELTAB LIKE PTM_SEL_MARK Selection Table for Marker

Exceptions

This function module does not define any Exceptions.