TWFQU SAP (Workflow: General settings) Pooled Table details

Dictionary Type: Pooled Table
Description: Workflow: General settings




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




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

TWFQU is a standard SAP Pooled Table which is used to store Workflow: General settings data and is available within R/3 SAP systems depending on the version and release level.

The TWFQU table consists of various fields, each holding specific information or linking keys about Workflow: General settings data available in SAP. These include AUTHCKNAM (Background User Name for Authorization Check), DAILYSTART (Workflow: Daily start time for queue), DAILYEND (Workflow: Daily end time for queue), PERIOD (Workflow: Queue repetition period).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TWFQU pooled 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
MANDTWorkflow: Original client of the process WF_PMANDTNUMC3Assigned to domainWF_MANDT
AUTHCKNAMBackground User Name for Authorization Check BTCAUTHNAMCHAR12CHAR12
DAILYSTARTWorkflow: Daily start time for queue WF_QDSTARTTIMS6UZEIT
DAILYENDWorkflow: Daily end time for queue WF_QDENDTIMS6UZEIT
PERIODWorkflow: Queue repetition period WF_QPERIODNUMC2NUMC2
MAXRETRYWorkflow: Maximum no. of repetitions WF_QMAXRETNUMC2NUMC2
JOBDAILYBackground job name BTCJOBCHAR32CHAR32
JOBCDAILYJob ID BTCJOBCNTCHAR8CHAR8
JOBPERIODBackground job name BTCJOBCHAR32CHAR32
JOBCPERIODJob ID BTCJOBCNTCHAR8CHAR8
HFCIDPublic holiday calendar ID HFCIDCHAR2CALID
HFCCHCKWorkflow: No jobs on public holidays WF_HFCCHCKCHAR1SO_FLAG
MSGTYPEWorkflow: Message type WF_MSGTYPECHAR8WF_MSGTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWFQU
INTO CORRESPONDING FIELDS OF WA_TWFQU
WHERE...

How to access SAP table TWFQU

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