SAP VDGPODEB Loan: Table VDGPO + Customer-Relevant Data Table data and field list

VDGPODEB 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 "Loan: Table VDGPO + Customer-Relevant Data" 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_VDGPODEB TYPE VDGPODEB.

The VDGPODEB table consists of various fields, each holding specific information or linking keys about Loan: Table VDGPO + Customer-Relevant Data data available in SAP. These include SNUMOBJ (Key for number range object), SOBJEKT (Internal key for object for business partner table), PARTNR (Business Partner Number), ROLETYP (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. .

VDGPODEB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VDGPODEB 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 VDGPODEB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SNUMOBJKey for number range object VVNUMOBJCHAR2VVNUMOBJ
SOBJEKTInternal key for object for business partner table VVSOBJGPOCHAR13CHAR13
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ROLETYPBP Role BU_PARTNERROLECHAR6TB003BU_ROLEBUPA_ROLE
DTRANSFlow data key: System date VVDTRANSDATS8DATUM
DBEBEZDate of start of relationship DBEBEZDATS8DATUM
DENBEZDate of end of relationship DENBEZDATS8DATUM
EXTPARTNRExternal Business Partner ID BP_EXT_PNRCHAR15CHAR15
XROLETYPBP Role Title BU_PARTNERROLETITLCHAR25TEXT25
XPARTNERPartner/address string VVXPAADRCHAR60CHAR60
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ROLEBusiness Partner Role Type BP_ROLECHAR4Assigned to domainBP_ROLE
APPLApplication Category BP_APPLCHAR4Assigned to domainBP_APPLH_TPZ12
ADR_REFAddress ID BP_ADR_REF_NEWCHAR10Assigned to domainBU_ADRKIND
PBEZPercentage rate of relationship PBEZDEC10(7) DEC3_7
BBEZRelationship amount BBEZCURR13(2) WERTV7
SBBEZCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
MABERDunning Area MABERCHAR2Assigned to domainMABER
SDEBZUSACustomer indicator KZDEBCHAR1XFELD
KNRZEHead office account number (in branch accounts) KNRZECHAR10Assigned to domainALPHAKUNNR
SANTARTType of share in an object in partner role VVSANTARTNUMC2Assigned to domainVVSANTART
NAME1Name 1 NAME1_GPCHAR35NAME
XDEBFICustomer transferred from FI VVXDEBFICHAR1XFELD
ROLE_ALLGBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
XROLE_ALLGBP Role Title BU_PARTNERROLETITLCHAR25TEXT25
PAY_DATA_CChange payment method or bank cat. PAY_DATA_CCHAR1XFELD
SDUNNDOCType of Dunning Letter SDUNNDOCCHAR1SDUNNDOC
SDUNNBUCPost Dunning Charges and Interest to This Partner SDUNNBUCCHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFBVTYPPartner Bank Type BVTYPCHAR4BVTYP
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table VDGPODEB

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

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