V_T706S_EHP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_T706S_EHP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_T706S_EHP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MOREI (Trip Provision Variant), SCHEM (Trip schema), INAUS (Domestic/International/No Distinction), RLAND (Trip Country / Trip Country Group).. 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 V_T706S_EHP table view 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 MANDTCLNT3T000MANDT
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
SCHEMTrip schema RSCHECHAR2RSCHE
INAUSDomestic/International/No Distinction INAUSCHAR1INAUS
RLANDTrip Country / Trip Country Group LNDGRCHAR3LNDGR
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
EINMEMultiday Trip REIMECHAR1XFELD
ANKUNBorder Crossing Entry for Trip Out ANKUNCHAR1PTRV_ANKUN
FRUEHEntry of Breakfast Deduction FRUEHCHAR1XFELD
ESBONEntry of Meals Coupon ESBONCHAR1XFELD
KFZVEMiles/Km Distribution for Trip KFZVECHAR1XFELD
VERPFPer Diem Settlement for Meals VERPF_DCHAR1XFELD
BEREITrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
NUMRVNumber Assignment for Trip Number (Internal/External) NUMRVCHAR1NUMRV
STEXTName for trip schema TEXT_RSCHECHAR30REITX
TEXT_MOREIName for trip provision variant TEXT_MOREICHAR25TRV25
KZREATrip Type: Statutory KZREACHAR1T702GKZREA
KZTKTTrip Activity Type KZTKTCHAR1T702RKZTKT
D1300Trip Receipts PTRV_D1300CHAR1XFELD
D1310Additional Receipt Information PTRV_D1310CHAR1XFELD
D1400Trip Meals Deductions PTRV_D1400CHAR1XFELD
D1500Trip Advances PTRV_D1500CHAR1XFELD
D1600Trip Stopovers PTRV_D1600CHAR1XFELD
D1700Cost Assignment for Entire Trip PTRV_D1700CHAR1XFELD
D1701Receipt Cost Assignment PTRV_D1701CHAR1XFELD
D1702Stopover Cost Assignment PTRV_D1702CHAR1XFELD
D1703Miles/Kilometers Cost Assignment PTRV_D1703CHAR1XFELD
D1709Cost Assignment Overview PTRV_D1709CHAR1XFELD
D1950Trip History PTRV_D1950CHAR1XFELD
D1960Additional Trip Information PTRV_D1960CHAR1XFELD
D9999User Data of Trip PTRV_D9999CHAR1XFELD
MSGIDApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNOSystem Message Number MSGNOCHAR3T100MSGNR
FLIGHTIndicator for Entry of Flight Times in Dialog FLIGHT_TIMESCHAR1XFELD
D1400_UNTERTrip Accommodations Deductions PTRV_D1400_UNTERCHAR1XFELD
MEREIMore Than One Business Trip Per Day MEREICHAR1XFELD
ADDINFO_KMAdditional Trip Segment Information ADDINFO_KMCHAR1XFELD
D9999_CUST_TEXTCustomizable Function Text for Calling User Screen 9999 PTRV_D9999_CUST_TEXTCHAR30REITX
VALID_TOEnd Date ENDDADATS8DATUM
UEPKZPer Diem Settlement of Accommodations UEPKZ_DCHAR1XFELD
OTH_EXPIndicator for Receipt Settlement Without Trip PTRV_OTHER_EXPENSESCHAR1XFELD
ADDR_DESTEnter Addresses for Trip Destinations ADDR_DESTCHAR1XFELD
ADDR_MILEAGEEnter Addresses for Legs of Trips ADDR_MILEAGECHAR1XFELD
COMPUTE_DISTCalculate Distance COMPUTE_DISTCHAR1XFELD
REQUEST_SERVICESTravel Services Entered in Travel Request (Indicator) REQ_SERVICESCHAR1XFELD
NO_TAX_CHAINAutomatic Taxation of Trip Chains PTRV_NO_TAX_CHAINCHAR1XFELD
TRIP_BREAKTrip Break TRIP_BREAKCHAR1XFELD
D2100Transport GLO_PTRV_D2100CHAR1XFELD
EXCHANGE_DATEDefault Value for Reference Date GLO_PTRV_REF_DATE_DEFAULTCHAR1GLO_PTRV_REF_DATE_DEFAULT
TRIP_BREAK_CNTRYEntry of Country for Trip Break PTRV_TRIP_BREAK_COUNTRY_ENABLECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T706S_EHP
INTO CORRESPONDING FIELDS OF WA_V_T706S_EHP
WHERE...

How to access SAP table V_T706S_EHP

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