BSIX SAP (Index table for customer bills of exchange used) Table details

Dictionary Type: Table
Description: Index table for customer bills of exchange used




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




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

BSIX is a standard SAP Table which is used to store Index table for customer bills of exchange used data and is available within R/3 SAP systems depending on the version and release level.

The BSIX table consists of various fields, each holding specific information or linking keys about Index table for customer bills of exchange used data available in SAP. These include BUKRS (Company Code), HKONT (General Ledger Account), ZUONR (Assignment Number), BELNR (Accounting Document 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 or numeric)


SAP BSIX 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ZUONRAssignment Number DZUONRCHAR18ZUONR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
WELGFLife of a bill of exchange WELGFDEC3PACK2
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUDATPosting Date in the Document BUDATDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
WVERWBill of exchange usage type WVERWCHAR1WVERW
DISBNNumber of Bill of Exchange Usage Document (Discount Doc.) DISBNCHAR10ALPHABELNR
DISBJFiscal Year of Bill of Exchange Usage Document DISBJNUMC4GJAHRGJAHR
DISBZLine Item within the Bill of Exchange Usage Document DISBZNUMC3BUZEI
BSCHLDISPosting Key BSCHLCHAR2Assigned to domainBSCHL
HKONTDISGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GSBERDISBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VBUNDDISCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
ZUONRDISAssignment Number DZUONRCHAR18ZUONR
BUDATDISPosting Date in the Document BUDATDATS8DATUM
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PRCTRDISProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTDISPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC

Key field Non-key field



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

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

SELECT SINGLE *
FROM BSIX
INTO CORRESPONDING FIELDS OF WA_BSIX
WHERE...

How to access SAP table BSIX

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