SI_BUFI0 SAP (Business Partner Data (FI): General Data) Structure details

Dictionary Type: Structure
Description: Business Partner Data (FI): General Data




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




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

SI_BUFI0 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 "Business Partner Data (FI): General 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_SI_BUFI0 TYPE SI_BUFI0.

The SI_BUFI0 table consists of various fields, each holding specific information or linking keys about Business Partner Data (FI): General Data data available in SAP. These include BBSNR (International location number (Part 2)), BUBKZ (Check digit for the international location number), CITYC (City Code), COUNC (County Code).. 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: Not classified


SAP SI_BUFI0 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
BBBNRInternational location number (part 1) BBBNRNUMC7NUM07
BBSNRInternational location number (Part 2) BBSNRNUMC5NUM05
BUBKZCheck digit for the international location number BUBKZNUMC1NUM01
CITYCCity Code CITYCCHAR4Assigned to domainCITYC
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
KONZSGroup key KONZSCHAR10KONZS
KRAUSCredit information number KRAUS_CMCHAR11CHAR11
REFGRReference grouping REFGR_KKCHAR4TB001BU_GROUP
REVDBLast review (external) REVDB_CMDATS8DATUM
SPERRCentral posting block SPERB_XCHAR1XFELD
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STCEGVAT Registration Number STCEGCHAR20STCEG
STKZAIndicator: Business Partner Subject to Equalization Tax? STKZACHAR1STKZA
STKZULiable for VAT STKZUCHAR1XFELD
XZEMPIndicator: Alternative payee in document allowed ? XZEMPCHAR1XFELD
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS

Key field Non-key field



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

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

How to access SAP table SI_BUFI0

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