BUS050FLDS SAP (BPR: BP relationship work fields) Structure details

Dictionary Type: Structure
Description: BPR: BP relationship work fields




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




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

BUS050FLDS 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 "BPR: BP relationship work fields" 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_BUS050FLDS TYPE BUS050FLDS.

The BUS050FLDS table consists of various fields, each holding specific information or linking keys about BPR: BP relationship work fields data available in SAP. These include XSAVE (Indicator: Business partner safeguards himself), CODTETR (Indicator: Transfer differentiation type specifications), XDT_GEN (Indic.: Use differentiation type (element) generically), XRT_GEN (Indicator: Generic role).. 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 BUS050FLDS 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
RELMODESession for maint.bus.partner's relationship/role definition BU_RELMODECHAR1BU_RELMODE
XSAVEIndicator: Business partner safeguards himself BU_XSAVECHAR1XFELD
CODTETRIndicator: Transfer differentiation type specifications BU_CODFTTRCHAR1BU_CODFTTR
XDT_GENIndic.: Use differentiation type (element) generically BU_XDTGENCHAR1XFELD
XRT_GENIndicator: Generic role BU_XRTGENCHAR1XFELD
XALLMaintain all relationships for a partner BU_XALLCHAR1XFELD
XMOREIndic.: Further data exists BU_XMORECHAR1XFELD
DATA_COUNTNumber (of data records to be read) BU_COUNTINT410INT4
SORTFSort sequence BU_SORTFCHAR1BU_SORTF
XMISSAUTHIndicator: Missing authorization BU_XMISSAUCHAR1XFELD
XSPECIndicator: Unique specification BU_XSPECCHAR1XFELD
DFTXTBusiness Partner Differentiation Specifications BU_DFTXTCHAR100CHAR100
XDBIndic.: Read from the database BU_XDBCHAR1XFELD
XLMIndic.: Read from local memory BU_XLMCHAR1XFELD
XACTIONIndicator: Activity can be executed BU_XACTIONCHAR1XFELD
XUPDDRIndicator: Change dependent data BU_XUPDDRCHAR1XFELD
RLDTYPBusiness partner role definition category BU_RLDTYPCHAR6Assigned to domainBU_RELTYP
BEZ90Description BU_BEZ90CHAR90TEXT90
OPERATIONIndicator: Operation BU_OPERATICHAR1BU_OPERATI
XCHNGIndicator: Data has been changed BU_XCHNGCHAR1XFELD
CHAR33-Byte field CHAR3CHAR3CHAR3
BEZ105Description BU_BEZ105CHAR105TEXT105

Key field Non-key field



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

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

How to access SAP table BUS050FLDS

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