VTVBARM_DL SAP (Treasury: Non-Cumulative Values Loans: Charact. Trans./Act.) Structure details

Dictionary Type: Structure
Description: Treasury: Non-Cumulative Values Loans: Charact. Trans./Act.




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




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

VTVBARM_DL 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 "Treasury: Non-Cumulative Values Loans: Charact. Trans./Act." 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_VTVBARM_DL TYPE VTVBARM_DL.

The VTVBARM_DL table consists of various fields, each holding specific information or linking keys about Treasury: Non-Cumulative Values Loans: Charact. Trans./Act. data available in SAP. These include MANDT (Client), BUKRS (Company Code), RPORTB (Portfolio), WAERS (Currency Key).. 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: Cannot Be Enhanced


SAP VTVBARM_DL 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
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RANTYPContract Type RANTYPCHAR1RANTYP
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLVDLoan number RANLDCHAR13VDARLALPHARANLRAD
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
RREFKONTAcct Assignment Ref. for Operative Valn Area and Loan TB_REFKONTCHAR8T037SUSTRU
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 STITELNUMC3TD03ASTITEL
SFRISTLoan Term SFRISTNUMC2TD09SFRIST
SSICHERPrimary collateral SSICHERCHAR4TD01SSICH
SVZWECKPurpose of Loan SVZWECKCHAR2TD07SVZWK
DBEWIApproval date VVDBEWIDATS8DATUM
SBEALoan Processing Indicator VVSBEANUMC2VVSBEA
SSOLISTPlan/Actual principle VVSSOLISTCHAR1VVSSOLIST
SSTATIStatus of data record SSTATINUMC2TZC37STATI
STILGARTRepayment Type Indicator STILGARTNUMC1STILGART
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_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SB_BUCHHAccounting clerks SB_BUCHH_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SB_PROLORollover clerk SB_PROLO_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
SFIWOIndicator: Type of Residential Object Financing SFIWOCHAR2TD15SFIWO
SOBJARTObject type SOBJARTNUMC2TIV5ASOBJART
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
SBILKBalance Sheet Indicator SBILKCHAR2TW11SBILK
HKONTGeneral ledger account FTI_HKONTCHAR10SKB1ALPHASAKNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
DZUSAGELoan - Date of Commitment by Lender DZUSAGEDATS8DATUM
SNUTZARTMain usage type of object VVSNUTZNUMC4TIV01SNUNR
SREPAYMENTRepayment Status of Loan on Key Date SREPAYMENTCHAR1SREPAYMENT
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

Key field Non-key field



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

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

How to access SAP table VTVBARM_DL

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