BUP_S_RELTYP SAP (BP Relationship: Customizing of Relationship Category) Structure details

Dictionary Type: Structure
Description: BP Relationship: Customizing of Relationship Category




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




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

BUP_S_RELTYP 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 "BP Relationship: Customizing of Relationship Category" 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_BUP_S_RELTYP TYPE BUP_S_RELTYP.

The BUP_S_RELTYP table consists of various fields, each holding specific information or linking keys about BP Relationship: Customizing of Relationship Category 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 BUP_S_RELTYP 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
DIRFLGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DFTXTCharacter 100 CHAR100CHAR100CHAR100
XSPECNew Input Values XFLAGCHAR1XFLAG
DFTVALBP: Differentiation type characteristic (change doc.-rel.) BU_DFTVALCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table BUP_S_RELTYP

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