BUS050DFLD SAP (BPR: BP relationship screen fields) Structure details

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




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




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

BUS050DFLD 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 screen 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_BUS050DFLD TYPE BUS050DFLD.

The BUS050DFLD table consists of various fields, each holding specific information or linking keys about BPR: BP relationship screen fields data available in SAP. These include RLDTYP (Business partner role definition category), TYPTX (Long Field Label), TYPTX_M (Medium Field Label), RELTYPTX (Description).. 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 BUS050DFLD 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
RELTYPBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
RLDTYPBusiness partner role definition category BU_RLDTYPCHAR6Assigned to domainBU_RELTYP
TYPTXLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
TYPTX_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
RELTYPTXDescription BU_BEZ50CHAR50TEXT50
RELTYP_LBCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER1Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER1TXShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
PARTREF1TXShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
PARTNER2Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER2TXShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
PARTREF2TXShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
RLTYPBusiness partner role (change doc.-relevant) BU_RLTYPECHAR6Assigned to domainBU_ROLE
RLTYPTXDescription BU_BEZ50CHAR50TEXT50
RLTYPREFTXDescription BU_BEZ50CHAR50TEXT50
DATE_FROM_STRValidity Date (Valid From) BU_DATFSTRCHAR10CHAR10BU_DATE_CHAR
DATE_TO_STRValidity Date (Valid To) BU_DATTSTRCHAR10CHAR10BU_DATE_CHAR
DATE_FROMValidity Date (Valid From) BU_DATFROMDATS8DATUM
DATE_TOValidity Date (Valid To) BU_DATTODATS8DATUM
DATE_FIXValidity key date BU_DATFIXDATS8DATUM
XALL_RELMaintain all relationships for a partner BU_XALLCHAR1XFELD
XALL_RLDMaintain all role definitions for a partner BU_XALL_RFCHAR1XFELD
SORTFSort sequence BU_SORTFCHAR1BU_SORTF
XSELDFTSelect further differentiation BU_XSELDFTCHAR1XFELD
RELKINDBusiness partner relationship type BU_RELKINDCHAR4Assigned to domainBU_RELKIND
RLDKINDBusiness partner role definition type BU_RLDKINDCHAR4Assigned to domainBU_RELKIND
KINDTXMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
XFDRELStandard Relationship BU_XDFRELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BUS050DFLD

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