FTPT_PLANHISTORY SAP (General Plan Data) Table details

Dictionary Type: Table
Description: General Plan Data




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




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

FTPT_PLANHISTORY 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_PLANHISTORY 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: Not classified


SAP FTPT_PLANHISTORY 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_NRNUMC2Assigned to domainFTPD_PLAN_NR
PLAN_VERSIONTravel Plan Version Number (Sequential Number) PLAN_VERSION_NRNUMC2FTPD_PLAN_VERSION_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_PLANHISTORY
INTO CORRESPONDING FIELDS OF WA_FTPT_PLANHISTORY
WHERE...

How to access SAP table FTPT_PLANHISTORY

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