TFBWE SAP (Personal Customizing for Transaction FBWE) Table details

Dictionary Type: Table
Description: Personal Customizing for Transaction FBWE




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




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

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

The TFBWE table consists of various fields, each holding specific information or linking keys about Personal Customizing for Transaction FBWE data available in SAP. These include UNAME (Logon name of user), BUKRS (Company Code), WEKON (Special G/L account for bills of exchange receivable), IDNTK (Worklist Key).. 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 TFBWE 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
WEKONSpecial G/L account for bills of exchange receivable WEKON_FBWECHAR10SKA1ALPHASAKNR
IDNTKWorklist Key IDENT_FAVCHAR10CHAR10
VONFKDDays before System Date MIND_FBWECHAR3CHAR3
BISFKDDays after system date PLUSD_FBWECHAR3CHAR3
ZWELSPayment methods to be included PYMOD_FBWECHAR10ZWELS
BLAR1Document types which are to be considered BLAR1_FBWECHAR30TXT30_FBWE
GSBE1Business area GSBE1_FBWECHAR50TXT50_FBWE
REGI1 Field is no longer used0
SHKZSpecial G/L indicator used for selection SHKZ_FBWECHAR10SHKZ
BANKGBank group of b/exch. drawee BANKGCHAR15BANKG
FWAERForeign currency key for b/exchange in foreign currency FWAER_FBWECUKY5TCURCWAERS
TABSTTarget tab page for transaction FBWE (Bill/Ex.Presentation) TABST_FBWECHAR4TABST_FBWE
VERWEBill/exchange usage indicator for the b/exch.usage posting VERWE_FBWECHAR1WVERW_WEDF
HBKIDPresenting Bank HBKID_FBWECHAR5T012HBKID
HKTIDBank Account for Bill of Exchange Presentation HKTID_FBWECHAR5T012KHKTID
GROUPIDBatch input session name ALLGMANACHAR12CHAR12
SAMBUCollective posting: Bill/exchange for discount or collection SAMBU_FBWECHAR1BSAMBU
BLARTDocument Type BLARTCHAR2T003BLARTBAR
DIRBUDirect posting via Call Transaction DIRBUCHAR1XFELD
VARIALayout SLIS_VARICHAR12SLIS_VARI
WEDRUGenerate print dataset for printing bills of exchange WEDRU_FBWECHAR1XFELD
LAUFIAdditional Identification LAUFICHAR6LAUFI
DTAFIGenerate DME file DTAFI_FBWECHAR1XFELD
DTATYDME file type DTATY_FBWECHAR4DTATY_FBWE
LAUFI1Additional Identification LAUFICHAR6LAUFI
XAUTOAutomatically record input parameters XAUTO_FBWECHAR1XAUTO_FBWE
BILD1Complete Name (URL) of Graphic on Hard Disk BILD_FBWECHAR60CHAR60
BILD2Complete Name (URL) of Graphic on Hard Disk BILD_FBWECHAR60CHAR60
FORMTForm Preparation Type in Bill of Exchange Process BOE_FORMTYPECHAR1FIBL_FORMTYPE
SAPSCCreate Form for Bill of Exchange Presentation SAPSCCHAR1SABP_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFBWE
INTO CORRESPONDING FIELDS OF WA_TFBWE
WHERE...

How to access SAP table TFBWE

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