BSS_CENTO SAP (R3A BP: Structure for Organizational Data) Structure details

Dictionary Type: Structure
Description: R3A BP: Structure for Organizational Data




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




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

BSS_CENTO 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 "R3A BP: Structure for Organizational 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_BSS_CENTO TYPE BSS_CENTO.

The BSS_CENTO table consists of various fields, each holding specific information or linking keys about R3A BP: Structure for Organizational Data 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 BSS_CENTO 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
INDUSSECTR3A BP: Industry GB_INDSECTCHAR10CHAR10
FOUNDDATER3A BP: Foundation Date of Organization GB_FOUND_DDATS8DATS
LIQUIDDATER3A 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 BSS_CENTO using ABAP code?

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

How to access SAP table BSS_CENTO

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