BSB_CENT SAP (R3A BP: BAPI Structure for Central Data) Structure details

Dictionary Type: Structure
Description: R3A BP: BAPI Structure for Central Data




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




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

BSB_CENT 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: BAPI Structure for Central 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_BSB_CENT TYPE BSB_CENT.

The BSB_CENT table consists of various fields, each holding specific information or linking keys about R3A BP: BAPI Structure for Central Data data available in SAP. These include SEARCHT2 (R3A BP: Search Term 2 for Business Partner), PARTNERTYP (R3A BP: Business Partner Type), AUTHGROUP (R3A BP: Authorization Group), PARTNERLAN (R3A BP: Business Partner: Language).. 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 BSB_CENT 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
SEARCHT1R3A: Search Term 1 for Business Partner GB_SORT1CHAR20CHAR20
SEARCHT2R3A BP: Search Term 2 for Business Partner GB_SORT2CHAR20CHAR20
PARTNERTYPR3A BP: Business Partner Type GB_BPKINDCHAR4CHAR4
AUTHGROUPR3A BP: Authorization Group GB_AUGRPCHAR4CHAR4
PARTNERLANR3A BP: Business Partner: Language GB_LANGULANG1ISOLALANG
PARTNERLISR3A BP: Language per ISO 639 GB_LAISOCHAR2CHAR2
DATAORIGTYR3A BP: Data Origin Types GB_SOURCECHAR4CHAR4
CENTARCFLGR3A BP: Central Archiving Flag GB_XDELECHAR1CHAR1
CENTRALBLKR3A BP: Central Block for Business Partner GB_XBLCKCHAR1CHAR1
TITLE_KEYR3A BP: Form of Address Key GB_TITLECHAR4CHAR4
CONTACTALLR3A GP: Business Partner: Contact Authorization GB_CONTACTCHAR1CHAR1
PARTNEREXTR3A BP: Business Partner Number in External System GB_BPEXTCHAR20CHAR20
TITLELETTRR3A BP: Salutation GB_TITLE_LCHAR50CHAR50
NOT_RELEASR3A-BP: Central Indicator: Not Released GB_NOT_RELCHAR1CHAR1
COMM_TYPER3A BP: Communication Method (Key) (Business Addr. Services) GB_COMMCHAR3CHAR3
PRINT_MODER3A BP: Print format GB_PRN_MODCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BSB_CENT

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