WFA_TS_WRKA_HIST SAP (Work area: key and data structure) Structure details

Dictionary Type: Structure
Description: Work area: key and data structure




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




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

WFA_TS_WRKA_HIST 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 "Work area: key and data structure" 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_WFA_TS_WRKA_HIST TYPE WFA_TS_WRKA_HIST.

The WFA_TS_WRKA_HIST table consists of various fields, each holding specific information or linking keys about Work area: key and data structure data available in SAP. These include WRKAREA_ID (Work Area Id), START_DATE (Start Date), EXCL_VARSHIFT (Exclude - No variable Shift), EXCL_PAYROLL (Eclude fixed from payroll cost).. 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: Can be enhanced (character-type or numeric)


SAP WFA_TS_WRKA_HIST 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
WRKAREA_IDWork Area Id WFA_WRKAREA_IDCHAR32Assigned to domainWFA_WRKAREA_ID
START_DATEStart Date WFA_BEGDATEDATS8
EXCL_VARSHIFTExclude - No variable Shift WFA_EXCL_VARSHIFTCHAR1WFA_BOOLEAN
EXCL_PAYROLLEclude fixed from payroll cost WFA_EXCL_PAYROLLCHAR1WFA_BOOLEAN
EXCL_COVERAGEExclude fixed from coverage counts WFA_EXCL_COVERAGECHAR1WFA_BOOLEAN
EXCL_AHRCALCExclude shifts from AHR calculation WFA_EXCL_AHRCALCCHAR1WFA_BOOLEAN
EXCL_HOURSExclude fixed hours from Schedule and Workload WFA_EXCL_HOURSCHAR1WFA_BOOLEAN
END_DATEEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
DRIVER_IND_IDIndicator Id WFA_INDICATOR_IDCHAR32Assigned to domainWFAFC_INDICATOR_ID
DRIVER_ADJ_METHAdjustment Constraint Type WFA_ADJUSTMENT_TYPENUMC2WFA_ADJUSTMENT_TYPE
DEPT_TAGDepartment Tag Index WFA_DEPT_INDEXNUMC4Assigned to domainWFA_DEPT_TAG_ID
WORK_AREA_ORDERWork Area Order WFA_WA_ORDERINT410
IMPORTANCEImportance Cost WFA_IMPORTANCEDEC10(4)
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
WRKA_HIST_GUIDID WFA_IDCHAR32WFA_ID
WRKAREA_TMAP_IDTime Map ID WFACFG_TMAP_IDCHAR32WFA_ID
STAT_IDStat Id WFA_FC_STAT_IDCHAR32WFAFC_STAT_ID
FORMStat Form WFA_FC_STAT_FORMNUMC2WFAFC_STAT_FORM
DUR_SETUPDuration Setup WFA_DURATION_SETUPQUAN13(3)
DUR_UNITDuration Unit of Measure WFA_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
DUR_CLOSEOUTDuration Closeout WFA_DUR_CLOSEOUTQUAN13(3)
MAXPEOPLEMax People WFA_FC_PRM_MAXPEOPLEINT410WFA_MAXPEOPLE

Key field Non-key field



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

As WFA_TS_WRKA_HIST 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 WFA_TS_WRKA_HIST as there is no data to select.

How to access SAP table WFA_TS_WRKA_HIST

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