BUS_EI_COM_STRUC_CENT_ORGAN SAP (Com. Interface: Structure CENTRAL_ORGANIZATION) Structure details

Dictionary Type: Structure
Description: Com. Interface: Structure CENTRAL_ORGANIZATION




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




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

BUS_EI_COM_STRUC_CENT_ORGAN 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 "Com. Interface: Structure CENTRAL_ORGANIZATION" 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_EI_COM_STRUC_CENT_ORGAN TYPE BUS_EI_COM_STRUC_CENT_ORGAN.

The BUS_EI_COM_STRUC_CENT_ORGAN table consists of various fields, each holding specific information or linking keys about Com. Interface: Structure CENTRAL_ORGANIZATION data available in SAP. These include NAME1 (R3A GP: Name 1 of the Organization), NAME2 (R3A GP: Name 2 of the Organization), NAME3 (R3A GP: Name 3 of the Organization), NAME4 (R3A GP: Name 4 of the Organization).. 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_EI_COM_STRUC_CENT_ORGAN 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
NAME1R3A GP: Name 1 of the Organization GB_NAMEOR1CHAR40CHAR40
NAME2R3A GP: Name 2 of the Organization GB_NAMEOR2CHAR40CHAR40
NAME3R3A GP: Name 3 of the Organization GB_NAMEOR3CHAR40CHAR40
NAME4R3A GP: Name 4 of the Organization GB_NAMEOR4CHAR40CHAR40
LEGALFORMR3A BP: Legal Form of Organization GB_LEGENTYCHAR2CHAR2
INDUSTRYSECTORR3A BP: Industry GB_INDSECTCHAR10CHAR10
FOUNDATIONDATER3A BP: Foundation Date of Organization GB_FOUND_DDATS8DATS
LIQUIDATIONDATER3A BP: Liquidation Date of Organization GB_LIQUIDDATS8DATS
LOC_NO_1R3A BP: International Location Number (Part 1) GB_BBBNRNUMC7NUM07
LOC_NO_2R3A BP: International Location Number (Part 2) GB_BBSNRNUMC5NUMC
CHK_DIGITR3A BP: Check Digit of International Location Number GB_BUBKZNUMC1NUM01
LEGALORGR3A BP: Legal Entity of Organization GB_LEGAL_OCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table BUS_EI_COM_STRUC_CENT_ORGAN

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