PMEF2 SAP (Structure for DADS-U characteristics) Structure details

Dictionary Type: Structure
Description: Structure for DADS-U characteristics




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




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

PMEF2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for DADS-U characteristics" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PMEF2 TYPE PMEF2.

The PMEF2 table consists of various fields, each holding specific information or linking keys about Structure for DADS-U characteristics data available in SAP. These include WERKS (Plant), BTRTL (Personnel Subarea), PERSG (Employee Group), PERSK (Employee Subgroup).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PMEF2 structure 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
MASSNAction Type MASSNCHAR2T529AMASSN
MASSGReason for Action MASSGCHAR2T530MASSG
STELLJob STELLNUMC8T513STELL
ANSVHWork Contract ANSVHCHAR2T542AANSVH
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
PLANSPosition PLANSNUMC8T528BPLANS
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CTTYPContract Type CTTYPCHAR2T547VCTTYP
TRFARPay scale type TRFARCHAR2T510ATRFAR
TRFGBPay Scale Area TRFGBCHAR2T510GTRFGB
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
TEILKIndicator Part-Time Employee TEILKCHAR1XFELD
BSGRDActivity rate (for characteristic) P06_BSGRDNUMC5NUM5
TPARTPart-time activity code TPART_DCHAR1P06_TPART
REGSSExpense template for social insurance plan P06_REGSS0CHAR4T5F1IP06_REGNO
REGACExpense template for unemployment insurance plan P06_REGACCHAR4T5F1IP06_REGNO
REGRTExpense template for supplementary retirement pension plan P06_REGRTCHAR4T5F1IP06_REGNO
REGNOExpense template for other plans P06_REGNOCHAR4T5F1IP06_REGNO
SCHKZWork Schedule Rule SCHKNCHAR8Assigned to domainSCHKNSCH
ZTERFEmployee Time Management Status PT_ZTERFNUMC1T555UZTERF
EMPCTDuration of work as a percentage (for characteristic) P06_EMPCTNUMC5NUM5
ARBSTDaily working hours (for characteristic) P06_STDTGNUMC5NUM5
WOSTDHours per week (for characteristic) P06_WOSTDNUMC5NUM5
MOSTDHours/month (for characteristic) P06_MOSTDNUMC5NUM5
WKWDYDays worked / week (for characteristic) P06_WKWDYNUMC5NUM5
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
KZTIMAdditional indicator for time management KZTIMCHAR2KZTIM
CPPSD P06_CPPSDCHAR4T591ASUBTY_591A
PSSTT P06_PSSTTCHAR2T5FPBS1SP06_PSSTT
PSADM P06_PSADMCHAR4T5FPBS1AP06_PSADM
ORGAN P06_ORGANCHAR4T5FPBS0SP06_ORGAN
CORPS P06_CORPSCHAR4Assigned to domainP06_CORPS
GRADE P06_GRADECHAR4Assigned to domainP06_GRADE
DIVGV P06_DIVGVNUMC5NUM5

Key field Non-key field



How do I retrieve data from SAP structure PMEF2 using ABAP code?

As PMEF2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PMEF2 as there is no data to select.

How to access SAP table PMEF2

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