Menu

SAP Function Module BAPI_PTIMEOVERVIEW_SAVEREPLICA

Insert/Delete employee time overviews

The Function Module BAPI_PTIMEOVERVIEW_SAVEREPLICA (Insert/Delete employee time overviews) is a standard Function Module in SAP ERP and is part of the function group HRTIM00BUS7013 within the package PTIM.

Technical Information

Function Module BAPI_PTIMEOVERVIEW_SAVEREPLICA
Short Text Insert/Delete employee time overviews
Function Group HRTIM00BUS7013
Package PTIM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DELETEOLDDATA LIKE BAPI7013_3-DELETEOLDDATA SPACE Deletion of old data requested
FROMDATE LIKE BAPI7013_3-FROM_DATE Start date for deletion of old data
TODATE LIKE BAPI7013_3-TO_DATE End date for deletion of old data

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
EMPLOYEES LIKE BAPI7013_4 Import: Personnel numbers for deletion
RETURN LIKE BAPIRET2 Error messages
TIMEOVERVIEW LIKE BAPI7013_1 Import: Overview of time data
TIMETYPEVALUES LIKE BAPI7013_2 Import: Number per time type

Exceptions

This function module does not define any Exceptions.