FIBOE_S_ITEM SAP (PDF: Bill of Exchange Correspondence Bill of Exchange Data) Structure details

Dictionary Type: Structure
Description: PDF: Bill of Exchange Correspondence Bill of Exchange Data




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




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

FIBOE_S_ITEM 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 "PDF: Bill of Exchange Correspondence Bill of Exchange Data" 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_FIBOE_S_ITEM TYPE FIBOE_S_ITEM.

The FIBOE_S_ITEM table consists of various fields, each holding specific information or linking keys about PDF: Bill of Exchange Correspondence Bill of Exchange Data data available in SAP. These include ZFBDT (Bill of Exchange Due Date), BELNR (Accounting Document Number), WBZOG (Bill of exchange drawee), WORT2 (City of bill of exchange drawee).. 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 FIBOE_S_ITEM 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
SUM_IDSingle-Character Indicator CHAR1CHAR1CHAR1
ZFBDTBill of Exchange Due Date WZFBDTDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
WBZOGBill of exchange drawee WBZOGCHAR30TEXT30
WORT2City of bill of exchange drawee WORT2CHAR30TEXT30
DMBTRBill of exchange amount in local currency DMBTR_FBWECHAR16CHAR16
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
WNAMEName of bill of exchange drawer WNAMECHAR30TEXT30
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
PPYMTAmount in document currency WRBTRCURR13(2) WERT7
EXSTRText, 76 characters TEXT76CHAR76TEXT76
DTAKZIndicator for notification via DME DTAKZ_046SCHAR10CHAR10
KFAELBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
AUGDTClearing Date AUGDTDATS8DATUM
RTYPEReason for refusal to pay bill/exch. returned to house bank RTYPE_046SCHAR2RTYPE_046S
ADD_INFOText (length 132) TEXT132CHAR132TEXT132
DUE_DATEBill of Exchange Due Date WZFBDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FIBOE_S_ITEM

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