T5MF8 SAP (FA: Default Work Function, Work Level, Management Level) Table details

Dictionary Type: Table
Description: FA: Default Work Function, Work Level, Management Level




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




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

T5MF8 is a standard SAP Table which is used to store FA: Default Work Function, Work Level, Management Level data and is available within R/3 SAP systems depending on the version and release level.

The T5MF8 table consists of various fields, each holding specific information or linking keys about FA: Default Work Function, Work Level, Management Level data available in SAP. These include STELL (Job), PLANS (Position), 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: 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 T5MF8 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
STELLJob STELLNUMC8T513STELL
PLANSPosition PLANSNUMC8T528BPLANS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ARBFKWork Function for FA Statistics P09_ARBFKCHAR3T5MF1P09_ARBFK
ARBSTFA Statistics: Level of Task P09_ARBSTCHAR2CHAR2
MGTNVFA Statistics: Management Level P09_MGTNVCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5MF8
INTO CORRESPONDING FIELDS OF WA_T5MF8
WHERE...

How to access SAP table T5MF8

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