FITV_STOPOVER SAP (Stopovers) Structure details

Dictionary Type: Structure
Description: Stopovers




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




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

FITV_STOPOVER 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 "Stopovers" 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_STOPOVER TYPE FITV_STOPOVER.

The FITV_STOPOVER table consists of various fields, each holding specific information or linking keys about Stopovers data available in SAP. These include REINR (Trip Number), KEY_STOP (Destination Assignment), DEP_DATE (Beginning Date of Trip Segment), DEP_TIME (Beginning Time of Trip Segment).. 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_STOPOVER 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
KEY_STOPDestination Assignment KEYZICHAR2KEYZI
DEP_DATEBeginning Date of Trip Segment REBEDDATS8REDAT
DEP_TIMEBeginning Time of Trip Segment REBEUTIMS6REUHR
ARR_DATEEnd Date of Trip Segment REENDDATS8REDAT
ARR_TIMEEnd Time of Trip Segment REENUTIMS6REUHR
CUSTOMERReason for trip (e.g. customer/requisitioner) RKUNDCHAR17RKUND
LOCATIONLocation RZIELCHAR17RZIEL
COUNTRYTrip Country / Trip Country Group LNDGRCHAR3T706OLNDGR
REGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
TT_STATUTrip Type: Statutory KZREACHAR1T702GKZREA
TT_COMSPTrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
T_ACTYPETrip Activity Type KZTKTCHAR1T702RKZTKT
NO_NIGHTNumber of Overnight Stays for Per-Diem Settlement ANUEPDEC2ANUEP
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
ORT02District PAD_ORT02CHAR40PAD_ORT01
CITY_CODECity code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
TAX_PER_DIEMAutomatic Taxation of Meals Per Diems PTRV_TAX_PER_DIEM_CORECHAR1XFELD
TAX_PD_MANManually Triggered Taxation of Meals Per Diems PTRV_TAX_PD_MAN_CORECHAR1XFELD
TAX_OV_MANManually Triggered Taxation of Accommodations Per Diems PTRV_TAX_OV_MAN_CORECHAR1XFELD
KZPRIPrivate Stopover KZPRICHAR1XFELD
SLEEP_AT_HOMEOvernight Stay at Home SLEEP_AT_HOMECHAR1XFELD
MPD_EXCLExclusion of Meals per Diems from Settlement GLO_PTRV_MPD_EXCL_CORECHAR1XFELD
COUNTRY_TXTName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
ACTIVITY_TXTName for trip activity type TEXT_KZTKTCHAR30REITX
TT_STATU_TXTName for statutory trip type TEXT_KZREACHAR30REITX
TT_COMSP_TXTName for enterprise-specific trip type TEXT_BEREICHAR25TRV25

Key field Non-key field



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

As FITV_STOPOVER 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_STOPOVER as there is no data to select.

How to access SAP table FITV_STOPOVER

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