VWFL_FT_DE SAP (CFM: Assign Update Type to Flow Type) Table details

Dictionary Type: Table
Description: CFM: Assign Update Type to Flow Type




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




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

VWFL_FT_DE is a standard SAP Table which is used to store CFM: Assign Update Type to Flow Type data and is available within R/3 SAP systems depending on the version and release level.

The VWFL_FT_DE table consists of various fields, each holding specific information or linking keys about CFM: Assign Update Type to Flow Type data available in SAP. These include GSART (Product Type), SFHAART (Financial Transaction Type), SBEWART (Flow Type), SSIGN (Direction of flow).. 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: Can be enhanced (character-type)


SAP VWFL_FT_DE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
DIS_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VWFL_FT_DE
INTO CORRESPONDING FIELDS OF WA_VWFL_FT_DE
WHERE...

How to access SAP table VWFL_FT_DE

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