Menu

SAP Function Module FITP_REQUEST_TABLES_READ

Lesen aller Request Tabellen

The Function Module FITP_REQUEST_TABLES_READ (Lesen aller Request Tabellen) is a standard Function Module in SAP ERP and is part of the function group FITP_SYNCHRONIZE within the package PTRP_ADDON.

Technical Information

Function Module FITP_REQUEST_TABLES_READ
Short Text Lesen aller Request Tabellen
Function Group FITP_SYNCHRONIZE
Package PTRP_ADDON
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHANGE_TO_P TYPE XFELD Mit R gelesene Tabellen auf P setzen
PERNR TYPE PTRV_HEAD-PERNR Personalnummer
PLAN_REQUEST TYPE CHAR1 'P' Kennzeichen P (Plan) oder R (Request)
REINR TYPE PTRV_HEAD-REINR Reisenummer

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WA_HEAD LIKE PTRV_HEAD Rahmendaten einer Reise
WA_PERIO LIKE PTRV_PERIO Periodendaten einer Reise
WA_REQ_HEAD LIKE FTPT_REQ_HEAD Rahmendaten des Reiseantrages

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
T_REQUEST LIKE FTPT_REQUEST Anforderungen eines Reiseplanes
T_REQ_ACCOUNT LIKE FTPT_REQ_ACCOUNT Kostenzuordnung Reiseantrag
T_REQ_ADVANCE LIKE FTPT_REQ_ADVANCE Vorschuß Reiseantrag
T_REQ_HEAD LIKE FTPT_REQ_HEAD Rahmendaten des Reiseantrages
T_REQ_REASON LIKE FTPT_REQ_REASON Begründung des Reiseantrages
T_USER LIKE PTK99 Feldleiste/Tabelle für USER-Dynpro

Exceptions

This function module does not define any Exceptions.