BUS000ADAT SAP (CBP: General Data (not dep. on Part. Cat.), Data Screens) Structure details

Dictionary Type: Structure
Description: CBP: General Data (not dep. on Part. Cat.), Data Screens




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




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

BUS000ADAT 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 "CBP: General Data (not dep. on Part. Cat.), Data Screens" 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_BUS000ADAT TYPE BUS000ADAT.

The BUS000ADAT table consists of various fields, each holding specific information or linking keys about CBP: General Data (not dep. on Part. Cat.), Data Screens data available in SAP. These include BU_SORT2 (Search term 2 for business partner), SOURCE (Data Origin Types), TITLE (Form-of-Address Key), XDELE (Central Archiving Flag).. 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 or numeric)


SAP BUS000ADAT 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
BU_SORT1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
BU_SORT2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
SOURCEData Origin Types BU_SOURCECHAR4TB005BU_SOURCE
TITLEForm-of-Address Key AD_TITLECHAR4TSAD3AD_TITLE
XDELECentral Archiving Flag BU_XDELECHAR1XFELD
XBLCKCentral Block for Business Partner BU_XBLCKCHAR1XFELD
AUGRPAuthorization Group BU_AUGRPCHAR4Assigned to domainBU_AUGRP
TITLE_LETSalutation BU_TITLE_LETCHAR50TEXT50
BU_LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
CONTACTBusiness Partner: Contact Permission BU_CONTACTCHAR1BU_CONTACT
NOT_RELEASEDIndicator: Not Released BU_XNOT_RELEASEDCHAR1XFELD
NOT_LG_COMPETENTIndicator: Not Legally Competent BU_NOT_LEG_COMPETENTCHAR1BOOLE
PRINT_MODEBusiness Partner Print Format BU_PRINT_MODECHAR1BU_PRINT_MODE
BP_EEW_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
NAPRBusiness Partner Is a Natural Person Under the Tax Laws BU_NATURAL_PERSONCHAR1BU_NATURAL_PERSON
BBP_IPISPTax Split BBP_J_1BINDEQUCHAR1XFELD
.INCLU--AP 0
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15DPR_RATESDPR_RATE_TYPE

Key field Non-key field



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

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

How to access SAP table BUS000ADAT

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