TFBWD SAP (Personal Customizing for Transaction FBWD) Table details

Dictionary Type: Table
Description: Personal Customizing for Transaction FBWD




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




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

TFBWD is a standard SAP Table which is used to store Personal Customizing for Transaction FBWD data and is available within R/3 SAP systems depending on the version and release level.

The TFBWD table consists of various fields, each holding specific information or linking keys about Personal Customizing for Transaction FBWD 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TFBWD 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
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 TFBWD using ABAP code

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

SELECT SINGLE *
FROM TFBWD
INTO CORRESPONDING FIELDS OF WA_TFBWD
WHERE...

How to access SAP table TFBWD

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