WFAS_TIMEOFF_REQUESTS SAP (TimeOff Requests structure) Structure details

Dictionary Type: Structure
Description: TimeOff Requests structure




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




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

WFAS_TIMEOFF_REQUESTS 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 "TimeOff Requests 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_WFAS_TIMEOFF_REQUESTS TYPE WFAS_TIMEOFF_REQUESTS.

The WFAS_TIMEOFF_REQUESTS table consists of various fields, each holding specific information or linking keys about TimeOff Requests structure data available in SAP. These include MANDT (Client), TIMEOFFREQ_ID (Time off request Id), ORG_PLVAR (Plan Version), ORG_OTYPE (Object Type).. 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 WFAS_TIMEOFF_REQUESTS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TIMEOFFREQ_IDTime off request Id WFA_TIMEOFFREQ_IDCHAR32WFA_ID
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ABSENCE_LOC_TYPELocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
ABSENCE_CODEAbsence Type WFA_ABSENCE_CODECHAR20Assigned to domainALPHAWFA_ABSENCE_CODE
REQUEST_STATUSRequest Status WFA_REQUEST_STATUSNUMC1WFA_REQ_STATUS
TOR_START_DATEStart Date WFA_START_DATEDATS8
TOR_END_DATEEnd Date WFA_END_DATEDATS8
TOTAL_DAYSTotal Days WFA_TOTAL_DAYSQUAN13(3) WFA_QUAN
TOTAL_DAYS_UNITDuration Unit of Measure WFA_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
PAID_DAYSPaid Days WFA_PAID_DAYSQUAN13(3) WFA_QUAN
PAID_DAYS_UNITDuration Unit of Measure WFA_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
AGENT_COMMENTSComments WFA_COMMENTSCHAR255WFA_COMMENTS
MGR_COMMENTSComments WFA_COMMENTSCHAR255WFA_COMMENTS
SUBMISSION_TSTTime Off Requests Submission Timestamp WFA_SUBMISSION_TSTDEC15TMPSTWFA_TZNTSTMPS
EXTERNAL_IDExternal Identifier WFA_EXTERNAL_CODECHAR20WFA_CODE
TOR_START_TIMEStart Time WFA_STARTTIMETIMS6
TOR_END_TIMEEnd Time WFA_ENDTIMETIMS6
PAID_HOURSpaid hours WFA_PAID_HOURSQUAN13(3) WFA_QUAN
PAID_HOURS_UNITDuration Unit of Measure WFA_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
HCM_SYNCSynchronization with HCM WFA_HCM_SYNCCHAR1WFA_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFAS_TIMEOFF_REQUESTS

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