SWF_VERTAB SAP (Table für Workflow Verification Objects) Table details

Dictionary Type: Table
Description: Table für Workflow Verification Objects




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




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

SWF_VERTAB is a standard SAP Table which is used to store Table für Workflow Verification Objects data and is available within R/3 SAP systems depending on the version and release level.

The SWF_VERTAB table consists of various fields, each holding specific information or linking keys about Table für Workflow Verification Objects data available in SAP. These include VERNUMBER (Number of Leave Request), UNIQNAME (Element ID (32 Characters, Unique, Not Language-Dependent)), TOTALVALUE (Total Value), CURRENCY (Currency).. 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 SWF_VERTAB 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
VERNUMBERNumber of Leave Request SWX_FNUMBNUMC10NUM10SWFH_SWX_FNUMB
UNIQNAMEElement ID (32 Characters, Unique, Not Language-Dependent) SWFDNAMECHAR32SWC_ELEM
TOTALVALUE Total Value0
CURRENCY Currency0
TOTALSIZE Unit-Dependent Size0
PHYS_UNIT Physical Unit0
UNIT_PREC Precision0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWF_VERTAB
INTO CORRESPONDING FIELDS OF WA_SWF_VERTAB
WHERE...

How to access SAP table SWF_VERTAB

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