SWHVABS_V SAP (Workflow: Demo for Process Specific Info System) Structure details

Dictionary Type: Structure
Description: Workflow: Demo for Process Specific Info System




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




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

SWHVABS_V 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 "Workflow: Demo for Process Specific Info System" 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_SWHVABS_V TYPE SWHVABS_V.

The SWHVABS_V table consists of various fields, each holding specific information or linking keys about Workflow: Demo for Process Specific Info System data available in SAP. These include CLIENT (Client), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SWHVABS_V 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
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
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
NOTE_EXISTIndicator Denoting that At Least One Note Exists for the WI SWW_NOTEEXCHAR1XFELD
NOTE_COUNTNumber of Attachments SWFRNOTECNINT410
STAT_DATESystem Date SYDATUMDATS8SYDATS
STAT_TIMESystem Time SYUZEITTIMS6SYTIME
STATUSTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
WI_ATTACHIndicator showing that attachments exist for the work item SWL_ATTICOCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table SWHVABS_V

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