BUS_OPI SAP (Business Partner OPI Interface) Structure details

Dictionary Type: Structure
Description: Business Partner OPI Interface




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




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

BUS_OPI 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 OPI Interface" 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_BUS_OPI TYPE BUS_OPI.

The BUS_OPI table consists of various fields, each holding specific information or linking keys about Business Partner OPI Interface data available in SAP. These include NAME2 (Name 2 of organization), LANGUAGE (2-Character SAP Language Code), STD_COMM_TYPE (BP Standard Communication Type for OPI Interface), CO_NAME (c/o name).. 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)


SAP BUS_OPI 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
NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
STD_COMM_TYPEBP Standard Communication Type for OPI Interface BU_OPI_STD_COMM_TYPECHAR3BU_OPI_COMM_TYPE
CO_NAMEc/o name AD_NAME_COCHAR40TEXT40
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
DISTRICTDistrict AD_CITY2CHAR40TEXT40CITY_PART
POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
POSTL_COD_PO_BOXPO Box Postal Code AD_PSTCD2CHAR10CHAR10
POSTL_COD_COMPCompany Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_CITYPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PO_BOX_COUNTRYPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
STREET_PREFIXStreet 2 AD_STRSPP1CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STREET_SUFFIXStreet 4 AD_STRSPP3CHAR40TEXT40
HOUSE_NUMBERHouse Number AD_HSNM1CHAR10TEXT10
BUILDINGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOM_NUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
COUNTRYCountry ISO code INTCACHAR2INTCAF4_INTCA
TAX_JUR_CODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
PHONE_NUMBERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
PHONE_EXTENSTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
FAX_NUMBERFax number: dialling code+number AD_FXNMBRCHAR30CHAR30
FAX_EXTENSIONFax no.: Extension AD_FXXTNSCHAR10CHAR10
EMAIL_ADDRESSE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
ATTACHMENT_URLURL for Attachments in OPI Interface BU_OPI_ATTACHMENT_URLCHAR255CHAR255
ATTACHMENT_TITELAttachment Title BU_OPI_ATTACHMENT_TITELCHAR255CHAR255
EXT_PARTNER_IDIdentification Number BU_ID_NUMBERCHAR60CHAR60

Key field Non-key field



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

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

How to access SAP table BUS_OPI

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