V_TFBWD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_TFBWD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TFBWD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include UNAME (Logon name of user), BUKRS (Company Code), FWAER (Foreign currency key for b/exchange in foreign currency), VONSK (G/L Account Number).. 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 V_TFBWD table view 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 MANDTCLNT3MANDT
UNAMELogon name of user FBWE_UNAMECHAR12SYCHAR12USR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FWAERForeign currency key for b/exchange in foreign currency FWAER_FBWECUKY5TCURCWAERS
VONSKG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
BISSKG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
VONFKDDays before System Date MIND_FBWECHAR3CHAR3
BISFKDDays after system date PLUSD_FBWECHAR3CHAR3
XVIAFSelection via DME file XVIAF_FBWDCHAR1XFELD
HBIDIHouse bank ID for DME file HBIDI_FBWDCHAR5T012HBKID
UNIXIName of UNIX file for inputting payment advice data UNIXI_FBWDCHAR50TEXT50
TABSTTarget tabstrip for transaction FBWD (returned bills of ex.) TABST_FBWDCHAR4TABST_FBWD
GROUPIDBatch input session name ALLGMANACHAR12CHAR12
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BLDATDDays after system date PLUSD_FBWECHAR3CHAR3
BUDATDDays after system date PLUSD_FBWECHAR3CHAR3
VALUTDDays after system date PLUSD_FBWECHAR3CHAR3
KSAMBNo collective posting: Individual clearing KSAMB_FBWDCHAR1XFELD
DIRBUDirect posting via Call Transaction DIRBUCHAR1XFELD
XGENFCreate DME output file XGENF_FBWDCHAR1XFELD
FITYOOutput file type FITYO_FBWDCHAR4FITYO_FBWD
LAUFIAdditional Identification LAUFICHAR6LAUFI
SAPSCFom for Returned Bills of Exchange to Bank SAPSC_FBWDCHAR1XFELD
XAUTOAutomatically record input parameters XAUTO_FBWECHAR1XAUTO_FBWE
FORMTForm Preparation Type in Bill of Exchange Process BOE_FORMTYPECHAR1FIBL_FORMTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TFBWD
INTO CORRESPONDING FIELDS OF WA_V_TFBWD
WHERE...

How to access SAP table V_TFBWD

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