WFA_SCHED_SUMM SAP (Schedule summary hours, total paid hours and total pay) Table details

Dictionary Type: Table
Description: Schedule summary hours, total paid hours and total pay




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




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

WFA_SCHED_SUMM is a standard SAP Table which is used to store Schedule summary hours, total paid hours and total pay data and is available within R/3 SAP systems depending on the version and release level.

The WFA_SCHED_SUMM table consists of various fields, each holding specific information or linking keys about Schedule summary hours, total paid hours and total pay data available in SAP. These include MANDT (Client), PARTNER (Business Partner Number), WORK_DATE (Actual segment worked date), ORG_OBJID (Object ID).. 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 WFA_SCHED_SUMM 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 MANDTCLNT3Assigned to domainMANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
WORK_DATEActual segment worked date WFA_WORKDATEDATS8
ORG_OBJIDObject ID HROBJIDNUMC8PLOGIHROBJIDPON
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
WRKAREA_IDWork Area Id WFA_WRKAREA_IDCHAR32WFA_WRKAREAWFA_WRKAREA_ID
TOT_HOURSRegular Hours Worked/Scheduled WFA_REG_HOURSQUAN16(2)
UNITSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
TOT_PAID_HOURSRegular Hours Worked/Scheduled WFA_REG_HOURSQUAN16(2)
TOT_PAYRegular Pay WFA_REG_PAYCURR16(2)
CURR_CODECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ARCHIVABLERecord is Archivable WFA_IS_ARCHIVABLECHAR1WFA_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFA_SCHED_SUMM
INTO CORRESPONDING FIELDS OF WA_WFA_SCHED_SUMM
WHERE...

How to access SAP table WFA_SCHED_SUMM

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