VDGLOBAL SAP (Loans: Non-Cumulative/Cumulative Values) Structure details

Dictionary Type: Structure
Description: Loans: Non-Cumulative/Cumulative Values




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




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

VDGLOBAL 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 "Loans: Non-Cumulative/Cumulative Values" 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_VDGLOBAL TYPE VDGLOBAL.

The VDGLOBAL table consists of various fields, each holding specific information or linking keys about Loans: Non-Cumulative/Cumulative Values data available in SAP. These include BUKRS (Company Code), RANLVD (Contract Number), SSTATI (Status of data record), SANLF (Product 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. .

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


SAP VDGLOBAL 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANLVDContract Number RANLCHAR13ALPHARANLRAN
SSTATIStatus of data record SSTATINUMC2TZC37STATI
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SBILKBalance Sheet Indicator SBILKCHAR2TW11SBILK
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
SGLZBSCB asset group indicator SGLZBCHAR4TW07SGLZB
SHWHRLocal currency SHWHRCUKY5TCURCWAERS
RDARNEHMLoan partner TB_RDARNEHMCHAR10BUT000ALPHABU_PARTNER
DZUSAGELoan - Date of Commitment by Lender DZUSAGEDATS8DATUM
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
DBFSZDate of start of fixed period VVDBFSZDATS8DATUM
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
XAKTFile Number XAKTCHAR32CHAR32
SDTYPLoans Class VVSDTYPNUMC3TD02VVSDTYP
STITELLoan Type Indicator STITELNUMC3TD03STITEL
SFRISTLoan Term SFRISTNUMC2TD09SFRIST
SSICHERPrimary collateral SSICHERCHAR4TD01SSICH
SVZWECKPurpose of Loan SVZWECKCHAR2TD07SVZWK
DBEWIApproval date VVDBEWIDATS8DATUM
SBEALoan Processing Indicator VVSBEANUMC2VVSBEA
SSOLISTPlan/Actual principle VVSSOLISTCHAR1VVSSOLIST
SDUNNCMPSummarization Level for Dunning Letter SDUNNCMPCHAR2SDUNNCMP
XNODUNNExclude Loan from Dunning Run XNODUNNCHAR1XFELD
MABERDunning Area MABERCHAR2T047MMABER
MAHNSDunning level MAHNS_DNUMC1MAHNS
MADATLast dunned on MADATDATS8DATUM
SMAHNMLoan Manual Dunning Level VVSMAHNMCHAR1TDMAHNS_MANVVSMAHNM
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
SSONDERSpecial treatment of loan SSONDERNUMC2TD10SSONDER
SB_VERTRAGContract clerk SB_VERTRAG_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SB_BUCHHAccounting clerks SB_BUCHH_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SB_PROLORollover clerk SB_PROLO_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SFIWOIndicator: Type of Residential Object Financing SFIWOCHAR2TD15SFIWO
SOBJARTObject type SOBJARTNUMC2TIV5ASOBJART
SNUTZARTMain usage type of object VVSNUTZNUMC4TIV01SNUNR
RANLALT1Alternative Identification RANLALT1CHAR13CHAR13
RANLALT2Alternative identification 2 RANLALT2CHAR13CHAR13
SGR1Group Key 1 (Freely Available) SGRP1CHAR6TDDG1SGRP1
SGR2Group Key 2 (Freely Available) SGRP2CHAR6TDDG2SGRP2
SGRP3Group Key 3 (Freely Available) SGRP3CHAR6TDDG3SGRP3
SGRP4Group Key 4 (Freely Available) SGRP4CHAR6TDDG4SGRP4
SAKTPASIndicator: Asset/Liability Transaction VVSAKTPASCHAR1VVSAKTPAS
SFIBGAsset Grouping Indicator SFIBGNUMC4TW08SFIBG
SREGIONSales Region VVSREGIONCHAR4TD18VVSREGION
SGESSTBranch Office VVSGESSTCHAR4TD17VVSGESST
SOBEZOrganizational District VVSOBEZCHAR2CHAR2
SBEZIRKAgent District VVSBEZIRKCHAR4CHAR4
LC_CAPITALSProcessing Characteristic: Status of Capital Amounts TB_LC_CHARAC_CAPITALSCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_CAPITALS
LC_DISBURSEMENTProcessing Characteristic: Disbursement Status TB_LC_CHARAC_DISBURSEMENTCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_DISBURSEMENT
GUARANTORBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAVALGuarantee number VVNAVALCHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table VDGLOBAL

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