BOE_TR_LIST SAP (Bill of Exchange List) Structure details

Dictionary Type: Structure
Description: Bill of Exchange List




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




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

BOE_TR_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Bill of Exchange List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BOE_TR_LIST TYPE BOE_TR_LIST.

The BOE_TR_LIST table consists of various fields, each holding specific information or linking keys about Bill of Exchange List data available in SAP. These include CHEC (Single-Character Indicator), COUN (Four-digit number), BELNR (Accounting Document Number), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BOE_TR_LIST structure 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
BOXSingle-Character Indicator CHAR1CHAR1CHAR1
CHECSingle-Character Indicator CHAR1CHAR1CHAR1
COUNFour-digit number NUM4NUMC4NUM04
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRBTRDifference in Transaction Currency ICRC_TDIFFCURR17(2) WERT9
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
WELGFLife of a bill of exchange WELGFDEC3PACK2
BOENOCheck Number BOENUMCHAR10BOENUM
ACCOUBank account number BANKNCHAR18BANKN
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
BANKBank Keys BANKKCHAR15BANKKBNK
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNAAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
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
HKONTG/L Account Number of the Bank Account BKONT_045WCHAR10Assigned to domainALPHASAKNRSAK
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
DMBTRAmount in Display Currency ICRC_DAMNTCURR17(2) WERT9
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
DMBE2Amount in Display Currency ICRC_DAMNTCURR17(2) WERT9
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
DMBE3Amount in Display Currency ICRC_DAMNTCURR17(2) WERT9
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
BUDATPosting Date in the Document BUDATDATS8DATUM
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
ZUONRAssignment Number DZUONRCHAR18ZUONR
WBANKBank address where a bill of exchange can be paid (domestic) WBANKCHAR60TEXT60
WNAMEName of bill of exchange drawer WNAMECHAR30TEXT30
WORT1City of bill of exchange drawer WORT1CHAR30TEXT30
WBZOGBill of exchange drawee WBZOGCHAR30TEXT30
WORT2City of bill of exchange drawee WORT2CHAR30TEXT30
VENDRVendor Account Number LIF16CHAR16ALPHALIF16LIF
WVERDDate of bill of exchange usage WVERDDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
AUGDTClearing Date AUGDTDATS8DATUM
BKTXTDocument Header Text BKTXTCHAR25TEXT25
XAKTZIndicator: Bill of exchange was accepted XAKTZCHAR1XFELD
XSIWEIndicator: Bill on demand XSIWECHAR1XFELD
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
PORTF1Bill of Exchange Portfolio PORTFOCHAR10Assigned to domainPORTFO
PORTF2Bill of Exchange Portfolio PORTFOCHAR10Assigned to domainPORTFO
BANKNG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
COLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



How do I retrieve data from SAP structure BOE_TR_LIST using ABAP code?

As BOE_TR_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BOE_TR_LIST as there is no data to select.

How to access SAP table BOE_TR_LIST

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