BUS_TB003_T SAP (SAP BP: BP Roles with Texts) Structure details

Dictionary Type: Structure
Description: SAP BP: BP Roles with Texts




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




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

BUS_TB003_T 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 "SAP BP: BP Roles with Texts" 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_TB003_T TYPE BUS_TB003_T.

The BUS_TB003_T table consists of various fields, each holding specific information or linking keys about SAP BP: BP Roles with Texts data available in SAP. These include CLIENT (Client), ROLE (BP Role), ROLECATEGORY (BP Role Category), STND_ROLECAT (Indic.:Standard Assignment BP Role -> BP Role Category).. 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 BUS_TB003_T 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
CLIENTClient MANDTCLNT3T000MANDT
ROLEBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
ROLECATEGORYBP Role Category BU_PARTNERROLECATCHAR6TB003ABU_ROLECAT
STND_ROLECATIndic.:Standard Assignment BP Role -> BP Role Category BU_XSTNDRLCHAR1XFELD
BPVIEWBP View BU_BPVIEWCHAR6TBZ0BU_RLTYP
XSUPPRESSIndicator: Hide Business Partner Role in Dialog BU_XSUPPRESS_RLTYPCHAR1XFELD
POSNRPosition of Business Partner Role BU_POSNR_RLTYPNUMC3NUM3
DFTYPDifferentiation Type BU_DFTYPCHAR2Assigned to domainBU_DFTYP
XPERSPartner Category 'Natural Person' Is Relevant BU_XPERSCHAR1XFELD
XORGPartner Category 'Organization' Is Relevant BU_XORGACHAR1XFELD
XGROUPPartner Category 'Group' Is Relevant BU_XGROUCHAR1XFELD
RLTXTBP Role Description BU_PARTNERROLETXTCHAR50TEXT50
RLTITLBP Role Title BU_PARTNERROLETITLCHAR25TEXT25
RLCTXTDescription of a BP Role Category BU_RLCTXTCHAR50TEXT50
RLCTITLETitle of a BP Role Category BU_RLCTITLCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table BUS_TB003_T

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