/1MD/BP_BP_REL SAP (Source Structure for Entity Type BP_REL) Structure details

Dictionary Type: Structure
Description: Source Structure for Entity Type BP_REL




ABAP Code to SELECT data from /1MD/BP_BP_REL
Related tables to /1MD/BP_BP_REL
Access table /1MD/BP_BP_REL




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

/1MD/BP_BP_REL 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 "Source Structure for Entity Type BP_REL" 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_/1MD/BP_BP_REL TYPE /1MD/BP_BP_REL.

The /1MD/BP_BP_REL table consists of various fields, each holding specific information or linking keys about Source Structure for Entity Type BP_REL data available in SAP. These include DIS_SYSTEM (Key Name of Business System), USMD_EDITION (Edition), PARTNER1 (Business Partner Number), PARTNER2 (Business Partner Number).. 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 (Deep)


SAP /1MD/BP_BP_REL 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
USMD_ACTIONCODEChange Indicator for Master Data USMD_ACTIONCODECHAR1USMD_ACTIONCODE
DIS_SYSTEMKey Name of Business System SLD_BSKEYCHAR60SLD_BSKEY
USMD_EDITIONEdition USMD_EDITIONCHAR10Assigned to domainALPHAUSMD_EDITION
PARTNER1Business Partner Number BU_PARTNER1CHAR10Assigned to domainALPHABU_PARTNERBPA
PARTNER2Business Partner Number BU_PARTNER2CHAR10Assigned to domainALPHABU_PARTNERBPA
BP_RELBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
XDFRELStandard Relationship BU_XDFRELCHAR1XFELD
DPRTMDepartment BU_ABTNRCHAR4Assigned to domainBU_ABTNR
PAAUTHPartner's Authority BU_PAAUTHCHAR1Assigned to domainBU_PAAUTH
PAFKTFunction of partner BU_PAFKTCHAR4Assigned to domainBU_PAFKT
PAREMNotes for Partner BU_PAREMCHAR40TEXT40
PAVIPVIP Partner BU_PAVIPCHAR1Assigned to domainBU_PAVIP
ADDRNOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
BLDNG_PBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
COMM_TYPECommunication Method (Key) (Business Address Services) AD_COMMCHAR3Assigned to domainAD_COMM
DPRTMNTDepartment AD_DPRTMNTCHAR40TEXT40
FLOORFloor in building AD_FLOORCHAR10TEXT10
FUNCTIONFunction AD_FNCTNCHAR40TEXT40
IH_MAILInt. mail postal code AD_IH_MAILCHAR10TEXT10
INITS_SIGShort name for correspondence AD_ID_CODECHAR10TEXT10
ROOM_NORoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
XDFADRIndicator: Address is standard address BU_XDFADRCHAR1XFELD
AD_CONSNOSequence Number AD_CONSNUMNUMC3NUMC3
E_ADDRESSE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
E_FLGDEFTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
E_FLGNOUSFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
E_SEARCHE-Mail Address Search Field AD_SMTPAD2CHAR20CHAR20
E_VALID_FValidity Date (Valid From) BU_DATFROMDATS8DATUM
E_VALID_TValidity Date (Valid To) BU_DATTODATS8DATUM
F_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
F_EXTENSFax no.: Extension AD_FXXTNSCHAR10CHAR10
F_FLGDEFTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
F_FLGNOUSFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
F_NR_CALLFax number for finding sender AD_FAXNRCLCHAR30CHAR30
F_NR_LONGComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
F_NUMBERFax number: dialling code+number AD_FXNMBRCHAR30CHAR30
F_VALID_FValidity Date (Valid From) BU_DATFROMDATS8DATUM
F_VALID_TValidity Date (Valid To) BU_DATTODATS8DATUM
T_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
T_EXTENSTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
T_FLGDEFTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
T_FLGMOBIndicator: Telephone is a Mobile Telephone AD_FLGMOBCHAR1AD_FLGMOB
T_FLGNOUSFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
T_FLGSMSIndicator: Telephone is SMS-Enabled AD_FLGSMSCHAR1AD_FLGSMS
T_NR_CALLTelephone number for determining caller AD_TELNRCLCHAR30CHAR30
T_NR_LONGComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
T_NUMBERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
T_VALID_FValidity Date (Valid From) BU_DATFROMDATS8DATUM
T_VALID_TValidity Date (Valid To) BU_DATTODATS8DATUM
U_ADDRESSURI, e.g. Homepage or ftp Address AD_URISCRCHAR132AD_URISCR
U_FLGDEFTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
U_FLGNOUSFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
U_SEARCHURI address search field AD_URI2CHAR50CHAR50
U_TYPEURI type flag AD_URITYPECHAR3AD_URITYPE

Key field Non-key field



How do I retrieve data from SAP structure /1MD/BP_BP_REL using ABAP code?

As /1MD/BP_BP_REL 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 /1MD/BP_BP_REL as there is no data to select.

How to access SAP table /1MD/BP_BP_REL

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