T5DB6 SAP (Construction Site File: Order) Table details

Dictionary Type: Table
Description: Construction Site File: Order




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




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

T5DB6 is a standard SAP Table which is used to store Construction Site File: Order data and is available within R/3 SAP systems depending on the version and release level.

The T5DB6 table consists of various fields, each holding specific information or linking keys about Construction Site File: Order data available in SAP. These include AUFNR (Order Number), ENDDA (End Date), BEGDA (Start Date), AEDTM (Changed On).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5DB6 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
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
AEDTMChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BENDDEnd of Construction P01B_BENDDDATS8DATUM
BBEGDBeginning of Construction P01B_BEGDDDATS8DATUM
BALEIConstruction Site Supervisor P01B_BALEICHAR25TEXT25
PERNRPersonnel Number P01B_PERNRNUMC8PA0003PERSNO
GMDN1Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP1Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
GMDN2Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP2Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
GMDN3Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP3Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
BULNDState BULNDCHAR3T005SREGIO
STSPADivision of State Statistics Office P01B_STSPACHAR4P013_STSPA
BRFGNWorkers' Compensation Association P015_BRFGNCHAR2T5D3AP015_BRFGN
GFTGEHazard Pay Area: Industrial Workers P01B_GFTGECHAR2T5D3BP015_GFTST
GFTANHazard Pay Area Employees P01B_GFTANCHAR2T5D3BP015_GFTST
BRFGPWorkers' Compensation Association Percentage P01B_BRFGPDEC5(2) DEC3_2
STRASHouse number and street STRASCHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
ORT02District ORT02CHAR25TEXT25
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
LAND1Country Key LAND1CHAR3T005LAND1LND
TELNRTelephone Number TELNRCHAR14TELNR
MOFIDPublic Holiday Calendar HIDENTCHAR2THOCIHIDENTHCI
BASCHWork schedule rule P01B_BASC1CHAR8T508ASCHKN
MEHKNOvertime Rule P01B_MEHKNCHAR2P01B_MEHKN
RUESTSetup time P01B_RUESTDEC5(2) DEC3_2
BSA01Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA02Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA03Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA04Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA05Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA06Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA07Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
BSA08Attributes P01B_BSATTCHAR2T5DBHP01B_BSATT
ARGENWork Cooperative P01B_ARGENNUMC6T5DB0P01B_ARGEN
BGKAGWCA Company Number: Risk Category (Salaried Employees) P01B_BGKAGCHAR10CHAR10
BGKGWWCA Company Number: Risk Category (Industrial Workers) P01B_BGKGWCHAR10CHAR10
REIZIDestination / Construction Industry Expenses P01B_REIZICHAR10T5DB_REISEZIELCHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DB6
INTO CORRESPONDING FIELDS OF WA_T5DB6
WHERE...

How to access SAP table T5DB6

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