VDCBR_RES_PART SAP (Partner Data Reported to Credit Bureau (Pro Loan)) Table details

Dictionary Type: Table
Description: Partner Data Reported to Credit Bureau (Pro Loan)




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




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

VDCBR_RES_PART is a standard SAP Table which is used to store Partner Data Reported to Credit Bureau (Pro Loan) data and is available within R/3 SAP systems depending on the version and release level.

The VDCBR_RES_PART table consists of various fields, each holding specific information or linking keys about Partner Data Reported to Credit Bureau (Pro Loan) data available in SAP. These include BUKRS (Company Code), RANL (Contract Number), CREATION_DATE (Created On), CREATION_TIME (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VDCBR_RES_PART table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
CREATION_DATECreated On TB_CBR_CREATION_DATEDATS8DATS
CREATION_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PARTNERBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ROLEBusiness Partner Role Category BP_ROLETYP_OLDCHAR4Assigned to domainBP_ROLETYPBPR
HIST_PROFPayment History (Metro2 -Format) TB_CBR_PAYMENT_HIST_PROFCHAR24CHAR24
SEGM_IDIndicator for Segment TB_CBR_SEGM_IDENTCHAR2CHAR02
CON_TR_TYPEChanges to Borrower TB_CBR_CONSUMER_TRANS_TYPECHAR1CHAR01
SURNAMELast Name (Metro2 Format) TB_CBR_SURNAMECHAR25CHAR25
FIRST_NAMEFirst Name (Metro2 Format) TB_CBR_FIRST_NAMECHAR20CHAR20
MIDDLE_NAMEMiddle Name (Metro2 Format) TB_CBR_MIDDLE_NAMECHAR20CHAR20
GEN_CODEGeneration Code (Metro2 Format) TB_CBR_GENERATION_CODECHAR1CHAR01
SOC_SEC_NUMSocial Security Number (Metro2 Format) TB_CBR_SOZ_SECURITY_NUMCHAR9CHAR9
BIRTH_DATEDate of Birth (Metro2 Format) TB_CBR_BIRTH_DATEDATS8DATS
TEL_NUMBERTelephone Number (Metro2 Format) TB_CBR_TEL_NUMNUMC10NUMC10
ECOA_CODEBusiness Partner Role for Loan (Metro2 Format) TB_CBR_ECOA_CODECHAR1CHAR01
CONS_INFO_INDBankruptcy Phase of Business Partner (Metro2 Format) TB_CBR_CONS_INFO_INDICATORCHAR2CHAR02
COUNTRY_CODECountry Key (Metro2 Format) TB_CBR_COUNTRY_CODECHAR2CHAR02
FADR_LINEAddress Line (Metro2 Format) TB_CBR_FIRST_ADR_LINECHAR32CHAR32
SADR_LINEAddress Line (Metro2 Format) TB_CBR_FIRST_ADR_LINECHAR32CHAR32
CITYCity (Metro2 Format) TB_CBR_CITYCHAR20CHAR20
STATEState Identification (Metro 2 Format) TB_CBR_STATECHAR2CHAR02
POST_CODEPostal Code (Metro2 Format) TB_CBR_POSTAL_CODECHAR9CHAR9
ADR_INDICATORIndicator Field for Address (Metro2 Format) TB_CBR_ADR_INDICATORCHAR1CHAR01
RESID_CODEResidence Code for Metro2 Format TB_CBR_RESIDENCE_CODECHAR1CHAR01
RESERVE2Placeholder for 2 Bytes TB_CBR_RESERVE_2CHAR2CHAR02

Key field Non-key field



How do I retrieve data from SAP table VDCBR_RES_PART using ABAP code

The following ABAP code Example will allow you to do a basic selection on VDCBR_RES_PART to SELECT all data from the table
DATA: WA_VDCBR_RES_PART TYPE VDCBR_RES_PART.

SELECT SINGLE *
FROM VDCBR_RES_PART
INTO CORRESPONDING FIELDS OF WA_VDCBR_RES_PART
WHERE...

How to access SAP table VDCBR_RES_PART

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