The Function Module HR_UPDATE_DSAP (Aktualisieren der Abrechnungsperiode) is a standard Function Module in SAP ERP and is part of the function group HRD3 within the package PC01.
Function Module | HR_UPDATE_DSAP |
Short Text | Aktualisieren der Abrechnungsperiode |
Function Group | HRD3 |
Package | PC01 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABR_JAHR | LIKE | PD3DSAP-AKTAJ | Abrechnungsjahr | |
ABR_PERIODE | LIKE | PD3DSAP-AKTAP | Abrechnungsperiode | |
DATUM | LIKE | SY-DATUM | Datum der Änderung | |
I_COMMIT_WORK | TYPE | XFELD | 'X' | Datenbank-Commit durchführen (ja/nein) |
REPID | LIKE | SY-REPID | Report, der die Änderung vornahm | |
USER | LIKE | SY-UNAME | Letzter Änderer | |
ZEIT | LIKE | SY-UZEIT | Uhrzeit der Änderung |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DSAPKEY | LIKE | HRD3KEY | Liste der zu aktualisierenden Meldungen |
This function module does not define any Exceptions.