BSES SAP (Document Control Data (Obsolete)) Cluster Table details

Dictionary Type: Cluster Table
Description: Document Control Data (Obsolete)




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




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

BSES is a standard SAP Cluster Table which is used to store Document Control Data (Obsolete) data and is available within R/3 SAP systems depending on the version and release level.

The BSES table consists of various fields, each holding specific information or linking keys about Document Control Data (Obsolete) 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 BSES 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
HWNAFNon-Deductible Input Tax in Local Currency HWNAFCURR13(2) WERT7
FWNAFNon-Deductible Input Tax in Document Currency FWNAFCURR13(2) WERT7
SHZUZDebit/Credit Addition for Cash Discount SHZUZCHAR1CHAR1
HWZUZProvision Amount in Local Currency HWZUZCURR13(2) WERT7
FWZUZAdditional Tax in Document Currency FWZUZCURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM BSES
INTO CORRESPONDING FIELDS OF WA_BSES
WHERE...

How to access SAP table BSES

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