SAP VDBPOBREL Structure: Overall View for Loan-Partner Assignment Table data and field list

VDBPOBREL 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 "Structure: Overall View for Loan-Partner Assignment" 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_VDBPOBREL TYPE VDBPOBREL.

The VDBPOBREL table consists of various fields, each holding specific information or linking keys about Structure: Overall View for Loan-Partner Assignment data available in SAP. These include ASSI_TYP (Assignment Category), ASSI_NR (Allocation Number), PARTNER (Business Partner Number), RLTYP (BP 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. .

VDBPOBREL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VDBPOBREL structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VDBPOBREL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ASSI_TYPAssignment Category BP_ASSI_TYPCHAR6TPR1BP_ASSI_TYP
ASSI_NRAllocation Number BP_ASSI_NRCHAR30BP_ASSI_NR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RLTYPBP Role BU_PARTNERROLECHAR6TB003BU_ROLEBUPA_ROLE
TRDATESequence of Partner-Object Relationships BU_DTRANSDATS8DATUM
APPLApplication Category BP_APPLCHAR4Assigned to domainBP_APPLH_TPZ12
DATE_FROMDate of start of relationship DATBBEZDATS8DATUM
DATE_TODate of end of relationship DATEBEZDATS8DATUM
NODE_KEYNodes BP_NODE_KEYCHAR12BP_NODE_KEY
ADR_KINDAddress Type BU_ADRKINDCHAR10TB009BU_ADRKIND
TEXTText Field TEXT50CHAR50TEXT50
ROLEBusiness Partner Role Type SUBROLECHAR4SUBROLE
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
SDUNNDOCType of Dunning Letter SDUNNDOCCHAR1SDUNNDOC
SDUNNBUCPost Dunning Charges and Interest to This Partner SDUNNBUCCHAR1XFELD
PBEZPercentage rate of relationship PBEZDEC10(7) DEC3_7
SANTARTType of share in an object in partner role VVSANTARTNUMC2Assigned to domainVVSANTART
XROLETYP Text: Role Category0
XROLE Text: Role Type0

Key field Non-key field



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

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

How to access SAP table VDBPOBREL

Within an ECC or HANA version of SAP you can also view further information about VDBPOBREL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).