V_T5N4A SAP (Generated Table for View V_T5N4A) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_T5N4A




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




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

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

The V_T5N4A table consists of various fields, each holding specific information or linking keys about Generated Table for View V_T5N4A data available in SAP. These include TRCOD (Transportation Indicator), KMTOT (Commuting Distance in Kilometers), ENDDA (End Date), BEGDA (Start Date).. 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_T5N4A 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
TRCODTransportation Indicator TRCODCHAR1T5N4CP05_TRCOD
KMTOTCommuting Distance in Kilometers KMTOTNUMC3NUM3
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
MAAN1Monthly Fixed Allowance for 1 Day a Week MAAN1CURR9(2) BETRG
MAAN2Monthly Fixed Allowance for 2 Days a Week MAAN2CURR9(2) BETRG
MAAN3Monthly Fixed Allowance for 3 Days a Week MAAN3CURR9(2) BETRG
MAAN4Monthly Fixed Allowance for 4 Days a Week MAAN4CURR9(2) BETRG
MAAN5Monthly Fixed Allowance 5 Days MAAN5CURR9(2) BETRG
MAAN6Monthly Fixed Allowance 6 Days MAAN6CURR9(2) BETRG
MAAN7Monthly Fixed Allowance 7 Days MAAN7CURR9(2) BETRG
WEEK1Weekly Fixed Allowance (1 Day per Week) WEEK1CURR7(2) P05_WERTV7
WEEK2Weekly Fixed Allowance (2 Days per Week) WEEK2CURR7(2) P05_WERTV7
WEEK3Weekly Fixed Allowance (3 Days per Week) WEEK3CURR7(2) P05_WERTV7
WEEK4Weekly Fixed Allowance (4 Days per Week) WEEK4CURR7(2) P05_WERTV7
WEEK5Weekly Fixed Allowance 5 Days WEEK5CURR7(2) P05_WERTV7
WEEK6Weekly Fixed Allowance 6 Days WEEK6CURR7(2) P05_WERTV7
WEEK7Weekly Fixed Allowance for 7 Days WEEK7CURR7(2) P05_WERTV7
TEKSTText P05_PTEXTCHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T5N4A
INTO CORRESPONDING FIELDS OF WA_V_T5N4A
WHERE...

How to access SAP table V_T5N4A

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