FITV_MY_TRIPS SAP (Trip Overview in MiniApp) Structure details

Dictionary Type: Structure
Description: Trip Overview in MiniApp




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




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

FITV_MY_TRIPS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Trip Overview in MiniApp" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FITV_MY_TRIPS TYPE FITV_MY_TRIPS.

The FITV_MY_TRIPS table consists of various fields, each holding specific information or linking keys about Trip Overview in MiniApp data available in SAP. These include TRIPNUMBER (Trip Number), PERIOD (Trip Period Number), DEP_DATE (Character Field Length = 10), ARR_DATE (Character Field Length = 10).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FITV_MY_TRIPS structure 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
EMPLOYEENUMBERPersonnel Number PERNR_DNUMC8PERNRPER
TRIPNUMBERTrip Number REINRNUMC10REINR
PERIODTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
DEP_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
ARR_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
CUSTOMERComment CHAR50CHAR50TEXT50
LOCATIONComment CHAR50CHAR50TEXT50
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
REIMBU_AMOUNTCharacter field of length 40 CHAR40CHAR40CHAR40
STATUS1Version Number Component CHAR2CHAR2CHAR2
LINK1Char 80 CHAR80CHAR80CHAR80
ALERT1Version Number Component CHAR2CHAR2CHAR2
STATUS2Version Number Component CHAR2CHAR2CHAR2
LINK2Char 80 CHAR80CHAR80CHAR80
ALERT2Version Number Component CHAR2CHAR2CHAR2
STATUS3Version Number Component CHAR2CHAR2CHAR2
LINK3Char 80 CHAR80CHAR80CHAR80
ALERT3Version Number Component CHAR2CHAR2CHAR2
STATUS4Version Number Component CHAR2CHAR2CHAR2
LINK4Char 80 CHAR80CHAR80CHAR80
ALERT4Version Number Component CHAR2CHAR2CHAR2
PNRPassenger Name Record Locator FITV_PNRCHAR20FITV_PNR
NAMEEdited Name of Traveler FITV_ENAMECHAR40FITV_ENAME

Key field Non-key field



How do I retrieve data from SAP structure FITV_MY_TRIPS using ABAP code?

As FITV_MY_TRIPS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FITV_MY_TRIPS as there is no data to select.

How to access SAP table FITV_MY_TRIPS

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