Menu

SAP Function Module BAPI_PTIMEOVERVIEW_SAVEREPLICA

Insert/Delete employee time overviews

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

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.