FTPT_REQ_HEAD SAP (Framework Data of Travel Request) Table details

Dictionary Type: Table
Description: Framework Data of Travel Request




ABAP Code to SELECT data from FTPT_REQ_HEAD
Related tables to FTPT_REQ_HEAD
Access table FTPT_REQ_HEAD




Table field list including key, data, relationships and ABAP select examples

FTPT_REQ_HEAD is a standard SAP Table which is used to store Framework Data of Travel Request data and is available within R/3 SAP systems depending on the version and release level.

The FTPT_REQ_HEAD table consists of various fields, each holding specific information or linking keys about Framework Data of Travel Request data available in SAP. These include PERNR (Personnel Number), REINR (Trip Number), REQUESTVRS (Version of travel request), PLAN_REQUEST (Plan Request Indicator).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FTPT_REQ_HEAD table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PTRV_HEADPERNRPER
REINRTrip Number REINRNUMC10REINR
REQUESTVRSVersion of travel request REQUEST_VERSIONNUMC2FTPD_REQUEST_VERSION
PLAN_REQUESTPlan Request Indicator PLAN_REQUESTCHAR1FTPD_PLAN_REQUEST
LOCATION_ENDTrip Destination REQUEST_ENDCHAR59RZIELORT
COUNTRY_ENDCountry Key LAND1CHAR3T005LAND1LND
REQUEST_REASONReason for Trip REQUEST_REASONCHAR59RKUNDE
DATE_BEGBeginning Date of Trip Segment REQUEST_DATEBEGDATS8DATUM
TIME_BEGStart Time of Trip Segment REQUEST_TIMEBEGTIMS6TIME
DATE_ENDEnd Date of Trip Segment REQUEST_DATEENDDATS8DATUM
TIME_ENDEnd Time of Trip Segment REQUEST_TIMEENDTIMS6TIME
ACTIVITY_TYPETrip Activity Type PLAN_ACTIVITYCHAR1TA20RFTPD_PLAN_ACTIVITY
ESTIMATED_COSTEstimated Total Cost of Trip PTRV_ESTIMATED_COSTCURR13(2) WERTV7
CURRENCYCurrency Key TRVWAERSCUKY5TCURCWAERSFWS
STATUSTravel Plan Status PLAN_STATUSCHAR1FTPD_PSTAT
DATESChanged On AEDATDATS8DATUM
TIMESTime of Last Change AEUHRTIMS6ATIME
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
REPIDChange Report AEREPCHAR40AEREP
DEPARDeparture from Residence or Place of Work PTRV_DEPARCHAR1PTRV_CHAR1
.INCLU--AP 0
CREATEDBYUser Who Created the Object ANGNAMCHAR12USNAM
APPROVEDBYAgent Who Approved the Object GENNAMCHAR12USNAM
DELIVERY_DATEDelivery Date REQ_DELIVERY_DATEDATS8DATS
DELIVERY_LOCDelivery Location REQ_DELIVERY_LOCCHAR12FTPD_DOCUMENT_DELIVERY_LOC
DELIVERY_AREADelivery Area REQ_DELIVERY_AREACHAR64TEXT64
DELIVERY_EMPLRecipient of Delivery REQ_DELIVERY_EMPLOYEENUMC8PERNR
ARRIVAL_WORKArrival at Accommodations/New Place of Work PTRV_ARRIVAL_WORKCHAR1PTRV_ARRIVAL_WORK
RETURN_WORKArrival at Home/Workplace PTRV_RETURN_WORKCHAR1PTRV_RETURN_WORK
T_ACTYPETrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
PERM_TRIP_APPRStanding Approval of Business Trips PTRV_PERM_TRIP_APPROVALCHAR1XFELD
TT_STATUTrip Type: Statutory KZREACHAR1Assigned to domainKZREA
TT_COMSPTrip Type: Enterprise-Specific BEREICHAR1Assigned to domainBEREI
GWERequest for Full Trip Segment Reimbursement PTRV_ANTRAG_GWECHAR1CHAR1
EDISignificant Official Interest PTRV_ERH_DIENST_INTCHAR1CHAR1
CARRY_OTHNumber of Employees Carpooling with Me (as the driver) PTRV_NO_CARRY_OTHERSNUMC1NUM01
CARRIED_BY_OTHEmployee is carpooling as a passenger with another employee PTRV_CARRIED_BY_OTHERCHAR1XFELD
.INCLU-COW 0
DATECOWDate of Commencement of Work PTRV_PS_DATV1_DIENSTDATS8REDAT
TIMECOWTime at Which Work Commences PTRV_PS_UHRV1_DIENSTTIMS6REUHR
.INCLU-EOW 0
DATEEOWDate on Which Work Ends PTRV_PS_DATB1_DIENSTDATS8REDAT
TIMEEOWTime at Which Work Ends PTRV_PS_UHRB1_DIENSTTIMS6REUHR

Key field Non-key field



How do I retrieve data from SAP table FTPT_REQ_HEAD using ABAP code

The following ABAP code Example will allow you to do a basic selection on FTPT_REQ_HEAD to SELECT all data from the table
DATA: WA_FTPT_REQ_HEAD TYPE FTPT_REQ_HEAD.

SELECT SINGLE *
FROM FTPT_REQ_HEAD
INTO CORRESPONDING FIELDS OF WA_FTPT_REQ_HEAD
WHERE...

How to access SAP table FTPT_REQ_HEAD

Within an ECC or HANA version of SAP you can also view further information about FTPT_REQ_HEAD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!