The Function Module TRIPS_READ_HEAD (Lesen der periodenunabhängigen Rahmendaten aller Reisen der PersonalNr.) is a standard Function Module in SAP ERP and is part of the function group TRRW within the package PTRA_ADDON.
Function Module | TRIPS_READ_HEAD |
Short Text | Lesen der periodenunabhängigen Rahmendaten aller Reisen der PersonalNr. |
Function Group | TRRW |
Package | PTRA_ADDON |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | PTP42-PERNR | Personnel number | |
OLD_VERSIONS | LIKE | PTPRW-OLD_VERSIONS | Indicator for read of old versions |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NO_TRIPS | LIKE | PTPRW-NO_TRIPS | Indicator for existence of trips |
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 |
---|---|---|---|---|
HEAD | LIKE | PTP02 | Period-independent trip data |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Error during function module call |
TABLE_READ_ERROR | Error during read of table PTRV_HEAD |