V_702V_B SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_702V_B 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_702V_B 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), KZPAH (Per Diem/Flat Rate/Maximum Amount), LNDGR (Trip Country / Trip Country Group), RGION (Trip Country/Trip Country Group/Trip Region).. 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_702V_B 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
KZPAHPer Diem/Flat Rate/Maximum Amount KZPAHCHAR1KZPAH
LNDGRTrip Country / Trip Country Group LNDGRCHAR3LNDGR
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5T702ORGION
KZREATrip Type: Statutory KZREACHAR1T702GKZREA
BEREITrip Type: Enterprise-Specific BEREICHAR1T702XBEREI
KZTKTTrip Activity Type KZTKTCHAR1T702RKZTKT
ERKLAReimbursement Group for Meals/Accommodations: Statutory ERKLACHAR1T702IERKLA
ERGRUReimbursement Group for Meals/Accomm. - Enterprise-Specific ERGRUCHAR2T702JERGRU
ANZTANumber of Days ANZTANUMC3ANZTA
ANSTDNumber of Hours ANSTDNUMC2ANSTD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NUMFZNumerator of Statutory Scaling Quotient NUMFZNUMC3TRV03
NUMFANumerator of Enterprise-Specific Scaling Quotient NUMFANUMC3TRV03
DENTRDenominator of Reduction Quotients (Tax and Internal) DENTRNUMC3NUM03
TEXT_RGIONName of Trip Country/Country Group/Region TEXT_RGIONCHAR25TRV25
TEXT_KZREAName for statutory trip type TEXT_KZREACHAR30REITX
TEXT_BEREIName for enterprise-specific trip type TEXT_BEREICHAR25TRV25
TEXT_KZTKTName for trip activity type TEXT_KZTKTCHAR30REITX
TEXT_ERKLAName for M/A reimbursement group statutory TEXT_ERKLACHAR25TRV25
TEXT_ERGRUName for M/A reimbursement group enterprise-specific TEXT_ERGRUCHAR25TRV25
TEXT_MOREIName for trip provision variant TEXT_MOREICHAR25TRV25

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_702V_B
INTO CORRESPONDING FIELDS OF WA_V_702V_B
WHERE...

How to access SAP table V_702V_B

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