BSED SAP (Bill of Exchange Fields Document Segment) Cluster Table details

Dictionary Type: Cluster Table
Description: Bill of Exchange Fields Document Segment




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




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

BSED is a standard SAP Cluster Table which is used to store Bill of Exchange Fields Document Segment data and is available within R/3 SAP systems depending on the version and release level.

The BSED table consists of various fields, each holding specific information or linking keys about Bill of Exchange Fields Document Segment data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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: Not classified


SAP BSED cluster 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
WELGFLife of a bill of exchange WELGFDEC3PACK2
WSTKZBill of exchange tax code WSTKZCHAR1T046WSTKZ
WSTHWBill of exchange tax in local currency WSTHW_F05ACURR13(2) WERT7
WSTFWBill of exchange tax in foreign currency WSTFW_F05ACURR13(2) WERT7
WINHWCharge for bill of exchange collection in local currency WINHWCURR13(2) WERT7
WINFWCharge for bill of exchange collection in document currency WINFWCURR13(2) WERT7
WMWKZTax code for bill of exchange charges WMWKZCHAR2Assigned to domainMWSKZ
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
WVERDDate of bill of exchange usage WVERDDATS8DATUM
WEVWVPlanned usage of the bill of exchange WEVWVCHAR1WEVWV
WBANKBank address where a bill of exchange can be paid (domestic) WBANKCHAR60TEXT60
WNAMEName of bill of exchange drawer WNAMECHAR30TEXT30
WLZBPState central bank location WLZBPCHAR60TEXT60
WORT1City of bill of exchange drawer WORT1CHAR30TEXT30
WBZOGBill of exchange drawee WBZOGCHAR30TEXT30
WORT2City of bill of exchange drawee WORT2CHAR30TEXT30
DISKTDiscount Days DISKTDEC3PACK2
DISKPPercentage Rate for Bill of Exch. Disc. with Passed-On Chrgs DISKPDEC7(5) PRZ25
XAKTZIndicator: Bill of exchange was accepted XAKTZCHAR1XFELD
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
WSTATBill of Exchange Status WSTATCHAR1T031SWSTAT
WGBKZIndicator for the bill of exchange protest WGBKZCHAR1WGBKZ
XSIWEIndicator: Bill on demand XSIWECHAR1XFELD
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
PORTFBill of Exchange Portfolio PORTFOCHAR10T045PPORTFO
BOENOCheck Number BOENUMCHAR10BOENUM
BANKBank Keys BANKKCHAR15BANKKBNK
ACCOUBank account number BANKNCHAR18BANKN
VENDRVendor Account Number LIF16CHAR16ALPHALIF16LIF

Key field Non-key field



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

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

SELECT SINGLE *
FROM BSED
INTO CORRESPONDING FIELDS OF WA_BSED
WHERE...

How to access SAP table BSED

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