SAP VZGPODEB Tab. VZGPO + customer-relevant data Table data and field list

VZGPODEB 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 "Tab. VZGPO + 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_VZGPODEB TYPE VZGPODEB.

The VZGPODEB table consists of various fields, each holding specific information or linking keys about Tab. VZGPO + 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 (Business Partner Role Category)... 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. .

VZGPODEB 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 VZGPODEB 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 VZGPODEB 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_PARTNRCHAR10Assigned to domainALPHABP_PARTNRBPN
ROLETYPBusiness Partner Role Category BP_ROLETYPCHAR4TPZ3BP_ROLETYPBPR
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
XROLETYPName of Role Category BP_XROLTYPCHAR30TEXT30
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_REFCHAR10Assigned to domainBP_ADR_REFADK
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_ALLGBusiness Partner Role BP_ROLE_GCHAR4CHAR4
XROLE_ALLGDescription of Role BP_XROLE_GCHAR30TEXT30
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

Key field Non-key field



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

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

How to access SAP table VZGPODEB

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

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