IDBOEINTDME SAP (Bill of Exchange: Interface to DME Engine) Structure details

Dictionary Type: Structure
Description: Bill of Exchange: Interface to DME Engine




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




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

IDBOEINTDME 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: Interface to DME Engine" 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_IDBOEINTDME TYPE IDBOEINTDME.

The IDBOEINTDME table consists of various fields, each holding specific information or linking keys about Bill of Exchange: Interface to DME Engine data available in SAP. These include BUKRS (Company Code), ADRNR (Address), NAME1 (Name 1), NAME2 (Name 2).. 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 (Deep)


SAP IDBOEINTDME 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
IDBOEHEAD 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
ADRNRAddress ADRNRCHAR10ALPHAADRNR
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
NAME3Name 3 NAME3_BASCHAR35NAME
NAME4Name 4 NAME4_BASCHAR35NAME
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO box PFACH_BASCHAR10PFACH
STRS2House number and street STRAS_GPCHAR35TEXT35
HAUSNHouse number HAUSN_BASCHAR6CHAR6
PSTLZPostal code PSTLZ_BASCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
IDBOEITEM 0
GSBERBusiness Area GSBERCHAR4GSBERGSB
BUPLABusiness Place BUPLACHAR4J_1BBRANCH
BRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJEA
BANKNG/L Account Number SAKNRCHAR10ALPHASAKNRSAKC_SAKNR
BANKKBank account number BANKNCHAR18BANKN
BANKLBank Keys BANKKCHAR15BANKKBNK
ACCOUDrawer's Bank Account Number BANKNDCHAR18BANKN
BANKDrawer's Bank Key BANKKDCHAR15BANKK
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
KUNNRCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
STCD1Tax Number 1 STCD1CHAR16STCD1
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
CSTRASHouse number and street STRAS_GPCHAR35TEXT35
CORT01City ORT01_GPCHAR35TEXT35
CPSTLZPostal Code PSTLZCHAR10PSTLZ
PORTF1Bill of Exchange Portfolio PORTFOCHAR10PORTFO
TYPEBill of Exchange Type FLAGCBCHAR1FLAGCB
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BOENOCheck Number BOENUMCHAR10BOENUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
WVERDDate of bill of exchange usage WVERDDATS8DATUM
DMBTRDifference in Transaction Currency ICRC_TDIFFCURR17(2) WERT9
WRBTRDifference in Transaction Currency ICRC_TDIFFCURR17(2) WERT9
HWAERLocal Currency HWAERCUKY5WAERS
WAERSCurrency Key WAERSCUKY5WAERSFWS
BKTXTDocument Header Text BKTXTCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WVERWBill of exchange usage type WVERWCHAR1WVERW
XAKTZIndicator: Bill of exchange was accepted XAKTZCHAR1XFELD
XSIWEIndicator: Bill on demand XSIWECHAR1XFELD

Key field Non-key field



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

As IDBOEINTDME 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 IDBOEINTDME as there is no data to select.

How to access SAP table IDBOEINTDME

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