BUS_RELTYP_DATA SAP (Relationship Categories: All Data) Structure details

Dictionary Type: Structure
Description: Relationship Categories: All Data




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




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

BUS_RELTYP_DATA 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 "Relationship Categories: All 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_BUS_RELTYP_DATA TYPE BUS_RELTYP_DATA.

The BUS_RELTYP_DATA table consists of various fields, each holding specific information or linking keys about Relationship Categories: All Data data available in SAP. These include CLIENT (Client), RELTYP (Business Partner Relationship Category), XRF (Business partner role definition instead of BP relationship), RLTP1 (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)


SAP BUS_RELTYP_DATA 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
RELTYPBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
XRFBusiness partner role definition instead of BP relationship BU_XRFCHAR1XFELD
RLTP1BP Role Category BU_PARTNERROLECATCHAR6TB003ABU_ROLECAT
RLTP2BP Role Category BU_PARTNERROLECATCHAR6TB003ABU_ROLECAT
DFTYPDifferentiation Type BU_DFTYPCHAR2TBZ0DBU_DFTYP
APPLI_TABData management application BU_APPLTABCHAR4TBZ0ABU_APPLI
VARNRBDT: Screen sequence BU_VARNRCHAR6TBZ3NBU_VARNR
XDIRECTIONOne-Way Business Partner Relationship Category BU_XDIRECTCHAR1XFELD
TIMDPTime Constraint BU_TIMDEPCHAR1BU_TIMDEP
CARDINumber of relationships/role definitions in each set BU_CARDINNUMC3BU_CARDIN
CARDI_P1Cardinality from view of business partner 1 BU_CARDIN_P1NUMC3BU_CARDIN
CARDI_P2Cardinality from view of business partner 2 BU_CARDIN_P2NUMC3BU_CARDIN
XORGA_P1'Organization' partner cat. relev. for relationship/role def BU_XORGA_RCHAR1XFELD
XPERS_P1'Person' partner category rel. for relationship/role def. BU_XPERS_RCHAR1XFELD
XGROU_P1'Group' partner category relevant for relationship/role def. BU_XGROU_RCHAR1XFELD
XORGA_P2'Organization' partner cat. relev. for relationship/role def BU_XORGA_RCHAR1XFELD
XPERS_P2'Person' partner category rel. for relationship/role def. BU_XPERS_RCHAR1XFELD
XGROU_P2'Group' partner category relevant for relationship/role def. BU_XGROU_RCHAR1XFELD
XDFRELStandard Relationship Indicator Maintenance BU_DFRELCHAR1BU_DFREL
XDFREL2Standard Relationship Indicator Maintenance BU_DFRELCHAR1BU_DFREL
PROTECTBP: 'Protect Data' Indicator BU_PROTECTCHAR1XFELD
OWNER_BOESF: Name of a Business Object BU_SESF_BUSINESS_OBJECTCHAR30
BEZ50Description BU_BEZ50CHAR50TEXT50
BEZ50_2Description BU_BEZ50CHAR50TEXT50
RTITLTitle of Object Part BU_RTITLCHAR25TEXT25
XSUPPRESSIndicator: Hide BP Relationship Category in Dialog BU_XSUPPRESS_RELTYPCHAR1XFELD
POSNRPosition of Business Partner Relationship Type from BP1 View BU_POSNR_RELTYPNUMC3NUM3
POSNR_2Position of Business Partner Relationship Type from BP2 View BU_POSNR_RELTYP_2NUMC3NUM3

Key field Non-key field



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

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

How to access SAP table BUS_RELTYP_DATA

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