T5M1P SAP (Client/Plant/Plant Section (Denmark)) Pooled Table details

Dictionary Type: Pooled Table
Description: Client/Plant/Plant Section (Denmark)




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




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

T5M1P is a standard SAP Pooled Table which is used to store Client/Plant/Plant Section (Denmark) data and is available within R/3 SAP systems depending on the version and release level.

The T5M1P table consists of various fields, each holding specific information or linking keys about Client/Plant/Plant Section (Denmark) data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), SENUM (SE number), DAKOD (DA code).. 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 T5M1P pooled 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
WERKSPersonnel Area PERSACHAR4T001PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4T001PBTRTL
SENUMSE number SENUMNUMC8NUM8HRDK_SE_NUMBERS
DAKODDA code DAKODCHAR1CHAR1
ARBSTDaily work hours ARBSTCHAR4ARBST
ARBS1Place of employment key for S74 tax information DK P09_ARBS1CHAR5T5M1AP09_ARBS1
ARBS2Work center code for DA statistics DK P09_ARBS2CHAR5T5M1BP09_ARBS2
ARBS3Work center code for DS statistics DK P09_ARBS3CHAR5T5M1CP09_ARBS3
FIRMAHR_DK: PBS company used in the SAP system P09_COMP_SCHAR2T5M5HP09_FIRMA_SAPHR_DK_FIRMA_SAP
SEKEYSE# key DK P09_SEKEYCHAR2T5M5NP09_SEKEYHRDK_SE_NUMBERS
ARBS4Place of employment key for FA statistics P09_ARBS4CHAR5T5MF0P09_ARBS4
FAPRTIndicator: Participation in FA Statistics P09_FAPRTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5M1P
INTO CORRESPONDING FIELDS OF WA_T5M1P
WHERE...

How to access SAP table T5M1P

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