SWH_ABSENCE SAP (Workflow: Demo for Workflow Infos) Table details

Dictionary Type: Table
Description: Workflow: Demo for Workflow Infos




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




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

SWH_ABSENCE is a standard SAP Table which is used to store Workflow: Demo for Workflow Infos data and is available within R/3 SAP systems depending on the version and release level.

The SWH_ABSENCE table consists of various fields, each holding specific information or linking keys about Workflow: Demo for Workflow Infos data available in SAP. These include ID (GUID in 'RAW' format), WF_TASK (Concatenated Identification (Type and ID) of Org.Objects), WF_ID (Work item ID), FORMNUMBER (Number of Leave Request).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWH_ABSENCE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDGUID in 'RAW' format GUID_16RAW16SYSUUID
WF_TASKConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
WF_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
FORMNUMBERNumber of Leave Request SWX_FNUMBNUMC10NUM10SWFH_SWX_FNUMB
DEPARTMENTDepartment SWX_DEPCHAR40TEXT40
COSTCENTERCost center SWX_CSTCNTCHAR10TEXT10
NAMETitle, First Name, Last Name SWX_NAMECHAR40TEXT40
STATUSStatus SWH_STATUSCHAR10SWH_STATUS
CREA_TMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWH_ABSENCE
INTO CORRESPONDING FIELDS OF WA_SWH_ABSENCE
WHERE...

How to access SAP table SWH_ABSENCE

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