WFMC_PAYCLASS SAP (Payclass) Table details

Dictionary Type: Table
Description: Payclass




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




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

WFMC_PAYCLASS is a standard SAP Table which is used to store Payclass data and is available within R/3 SAP systems depending on the version and release level.

The WFMC_PAYCLASS table consists of various fields, each holding specific information or linking keys about Payclass data available in SAP. These include MANDT (Client), LOCATION_TYPE (Location Profile), PAYCLASS_ID (Cost Class Id), START_DATE (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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = WFMC_PAYCLASS_T


SAP WFMC_PAYCLASS 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
LOCATION_TYPELocation Profile WFM_LOCATION_TYPECHAR20WFMC_LOCATIONALPHAWFM_LOCATION_TYPE
PAYCLASS_IDCost Class Id WFM_PAYCLS_IDCHAR20ALPHAWFM_PAYCLS_ID
START_DATEStart Date WFM_BEGDATEDATS8
END_DATEEnd Date WFM_ENDDATEDATS8
LEVEL1_OT_HOURSHours data type WFM_CAS_HOURSDEC10(2)
LEVEL1_OT_RATEMultiplier WFM_MULTIPLIERDEC10(2)
LEVEL2_OT_HOURSHours data type WFM_CAS_HOURSDEC10(2)
LEVEL2_OT_RATEMultiplier WFM_MULTIPLIERDEC10(2)
WEEKLY_OT_HOURSHours data type WFM_CAS_HOURSDEC10(2)
WEEKLY_OT_RATEMultiplier WFM_MULTIPLIERDEC10(2)
CONS_DYS_OT_DAYDays Data element WFM_CAS_DAYSNUMC10NUMC10
CONS_DYS_OT_RATEMultiplier WFM_MULTIPLIERDEC10(2)
SAL_HLFLESSalaried Overtime paid if weekly pay is less than ___ Amount WFM_SAL_HLFLESDEC10(2)
SAL_SCDOVERSalary Time Half Schedule ___ Hours WFM_SAL_SCDOVERDEC10(2)
HOLPAYBENAFTRXDYHoliday Pay Benefit after ___ Days WFM_HOLPAYBENAFTRXDYNUMC10NUMC10
HOLPAYPRMAFTRXDYHoliday Pay Benefit after ___ Days WFM_HOLPAYPRMAFTRXDYNUMC10NUMC10
AGENT_TYPEEmployee Type WFM_CAS_AGENT_TYPENUMC2WFM_EMPTYPE
PAID_ABS_HOURSPaid Absence Hours WFM_PAID_ABSENCE_HOURSDEC10(2)

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMC_PAYCLASS
INTO CORRESPONDING FIELDS OF WA_WFMC_PAYCLASS
WHERE...

How to access SAP table WFMC_PAYCLASS

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