T5N4D SAP (Commuter Allowance (NL)) Table details

Dictionary Type: Table
Description: Commuter Allowance (NL)




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




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

T5N4D is a standard SAP Table which is used to store Commuter Allowance (NL) data and is available within R/3 SAP systems depending on the version and release level.

The T5N4D table consists of various fields, each holding specific information or linking keys about Commuter Allowance (NL) 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5N4D table 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
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
MAAN5Monthly Fixed Allowance 5 Days MAAN5CURR9(2) BETRG
MAAN6Monthly Fixed Allowance 6 Days MAAN6CURR9(2) BETRG
MAAN7Monthly Fixed Allowance 7 Days MAAN7CURR9(2) BETRG
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5N4D
INTO CORRESPONDING FIELDS OF WA_T5N4D
WHERE...

How to access SAP table T5N4D

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