FTPT_PLAN SAP (General Plan Data) Table details

Dictionary Type: Table
Description: General Plan Data




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




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

FTPT_PLAN is a standard SAP Table which is used to store General Plan Data data and is available within R/3 SAP systems depending on the version and release level.

The FTPT_PLAN table consists of various fields, each holding specific information or linking keys about General Plan Data data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), PLANNR (Travel Plan Number (Sequential Number)).. 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_PLAN 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
PLANNRTravel Plan Number (Sequential Number) PLAN_NRNUMC2FTPD_PLAN_NR
DATE_BEGStart Date of Travel Plan PLAN_DATBEGDATS8DATUM
TIME_BEGStart Time of Travel Plan PLAN_ZEIBEGTIMS6TIME
DATE_ENDEnd date of travel plan PLAN_DATENDDATS8DATUM
TIME_ENDEnd time of travel plan PLAN_ZEIENDTIMS6TIME
DESTINATIONDestination of travel plan PLAN_ZIELCHAR59RZIELORT
REASONReason for Trip (for example, customer/requisitioner) RKUNDECHAR59RKUNDE
ACTIVITY_TYPETrip Activity Type PLAN_ACTIVITYCHAR1TA20RFTPD_PLAN_ACTIVITY
STATUSTravel Plan Status PLAN_STATUSCHAR1FTPD_PSTAT
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGED_AT_DATESystem Date SYDATUMDATS8SYDATS
CHANGED_AT_TIMESystem Time SYUZEITTIMS6SYTIME
.INCLU--AP 0
POLICY_VIOLATIONViolation of Travel Policy in Travel Plan PLAN_POLICY_VIOLATIONCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_PLAN
INTO CORRESPONDING FIELDS OF WA_FTPT_PLAN
WHERE...

How to access SAP table FTPT_PLAN

Within an ECC or HANA version of SAP you can also view further information about FTPT_PLAN 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!