T5D3P SAP (HR Technical Assignments for Workers' Compensation Assoc.) Table details

Dictionary Type: Table
Description: HR Technical Assignments for Workers' Compensation Assoc.




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




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

T5D3P is a standard SAP Table which is used to store HR Technical Assignments for Workers' Compensation Assoc. data and is available within R/3 SAP systems depending on the version and release level.

The T5D3P table consists of various fields, each holding specific information or linking keys about HR Technical Assignments for Workers' Compensation Assoc. data available in SAP. These include BAUID (ID of CO Objects for Workers' Compensation Association), POSNR (Work Breakdown Structure Element (WBS Element)), AUFNR (Order Number), KOKRS (Controlling Area).. 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 T5D3P 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
BAUIDID of CO Objects for Workers' Compensation Association P01S_BAUIDCHAR1P01S_BAUID
POSNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BRFGNWorkers' Compensation Association 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
BGKAGWCA Company Number: Risk Category (Salaried Employees) P01B_BGKAGCHAR10CHAR10
BGKGWWCA Company Number: Risk Category (Industrial Workers) P01B_BGKGWCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D3P
INTO CORRESPONDING FIELDS OF WA_T5D3P
WHERE...

How to access SAP table T5D3P

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