/ISDFPS/WFCUTREE SAP (Customizing Table for Workflow Customizing Tree) Table details

Dictionary Type: Table
Description: Customizing Table for Workflow Customizing Tree




ABAP Code to SELECT data from /ISDFPS/WFCUTREE
Related tables to /ISDFPS/WFCUTREE
Access table /ISDFPS/WFCUTREE




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

/ISDFPS/WFCUTREE is a standard SAP Table which is used to store Customizing Table for Workflow Customizing Tree data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/WFCUTREE table consists of various fields, each holding specific information or linking keys about Customizing Table for Workflow Customizing Tree data available in SAP. These include ROOT_OBJECT (Flag (X or Blank)), RELATKEY (Tree Control: Node Key), ORDERNUMBER (Natural Number), TEXT (Text Line).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /ISDFPS/WFCUTREE 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
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
ROOT_OBJECTFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
RELATKEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
ORDERNUMBERNatural Number INT4INT410INT4
TEXTText Line TEXT72CHAR72TEXT72
HIDDENSingle-Character Indicator CHAR1CHAR1CHAR1
DISABLEDFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
ISFOLDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
EXPANDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
DOKUFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
N_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
EXP_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TABLENAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
REPORTNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/WFCUTREE using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/WFCUTREE
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/WFCUTREE
WHERE...

How to access SAP table /ISDFPS/WFCUTREE

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