T5DBD SAP (Construction: Meal+Separation Allowances/Travel Costs) Table details

Dictionary Type: Table
Description: Construction: Meal+Separation Allowances/Travel Costs




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




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

T5DBD is a standard SAP Table which is used to store Construction: Meal+Separation Allowances/Travel Costs data and is available within R/3 SAP systems depending on the version and release level.

The T5DBD table consists of various fields, each holding specific information or linking keys about Construction: Meal+Separation Allowances/Travel Costs data available in SAP. These include MOLGA (Country Grouping), AWART (Type of Expense), AUFWD (Construction Pay Expense), ENDDA (End 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 T5DBD 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
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
AWARTType of Expense P01B_AWARTCHAR1P01B_AWART
AUFWDConstruction Pay Expense P01B_AUFWDCHAR2T5DBOP01B_AUFWD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LGATAWage Type for Daily Entitlement P01B_LGATACHAR4T512WLGART
LGAWAWage Type for Expenses P01B_LGAWACHAR4T512WLGART
BTRG1Reimbursement Amount P01B_BTRG1CURR9(2) BETRG
BTRG2Different Reimbursement Amount P01B_BTRG2CURR9(2) BETRG
ZABHEMinimum Absence Time for Reimbursement P01B_ZABHEDEC5(2) STDAZ
MINATNumber of Days for Different Reimbursement P01B_MINATDEC3DEC3
STPARHotel/Guest House P01B_STPARCHAR1XFELD
BGRTARefund Agreed Entitlement P01B_BGRTACHAR1XFELD
MEKTAMinimum Distance for Entitlement Limit P01B_MEKTADEC5DEC5
SSTVEInternal Key for Means of Transport P01B_SSTVECHAR1P01B_SSTVE
SON01Expenses: Special Rule 1 P01B_SON01CHAR2CHAR2
SON02Construction Industry Expenses: Special Rule 2 P01B_SON02CHAR2CHAR2
KEN01Reserved Field/Unused Field NUSEDCHAR1NUSED
KEN02Reserved Field/Unused Field NUSEDCHAR1NUSED
ZABHAMinimum Absence Time for Separation Allowance P01B_ZABHADEC5(2) STDAZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DBD
INTO CORRESPONDING FIELDS OF WA_T5DBD
WHERE...

How to access SAP table T5DBD

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