BAPILOAN_VDHGRPF SAP (Encumbrances) Structure details

Dictionary Type: Structure
Description: Encumbrances




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




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

BAPILOAN_VDHGRPF 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 "Encumbrances" 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_BAPILOAN_VDHGRPF TYPE BAPILOAN_VDHGRPF.

The BAPILOAN_VDHGRPF table consists of various fields, each holding specific information or linking keys about Encumbrances data available in SAP. These include COMP_CODE (Company Code), INT_NO_1 (Collateral reference number), COLLAT (Collateral type), COLLATCAT (Category Of Collateral Group (Internal)).. 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: Not classified


SAP BAPILOAN_VDHGRPF 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
CONTRACT_NOContract Number RANLCHAR13ALPHARANLRAN
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
INT_NO_1Collateral reference number RSICHERNUMC8NUMC8
COLLATCollateral type SSICHCHAR4Assigned to domainSSICH
COLLATCATCategory Of Collateral Group (Internal) SSICHARTNUMC2SSICHART
AMOUNT_1Alternative Liability Amount BAPIBGRPFSUMDEC23(4) BAPICURR
CURRENCYCurrency SWHRCUKY5Assigned to domainWAERSWHR
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
TYPEEncumbrance on real estate type SGRPFARTCHAR1SGRPFART
MORTG_TYPEMortgage Type SHYPARTCHAR1SHYPART
VOL_CERTForm of encumbrance on real estate SGRPFTYPCHAR1SGRPFTYP
CERT_NONumber of land charge certificate XBRIEFNRCHAR20CHAR20
ISSUED_ONDocument date/expert opinion date DURKDATS8DATUM
APPL_ONDate of application for registration of land DEINANTDATS8DATUM
ASSIGNEDAssigned by RABTRETCHAR50XDOKBS
ASSIGN_DTEDate of assignment for collateral security DABTRETDATS8DATUM
CONVEYANCEDate of conveyance DAUFLASSDATS8DDAT
DELETIONDate of creation of release of a mortgage DLOEANTDATS8DATUM
ENFORCEPercent. rate enforceability of encumbrances on real estate PVSTRECKDEC10(7) DEC3_7
ENF_INSTYearly Repayment Rate of Enforceable Official Copy BAPIBVSTRECKDEC23(4) BAPICURR
LIABILITYTotal encumbrance on real estate indicator JGSRECHTCHAR1JMITHAFT
TRUST_APPTrustee approval indicator JTREUCHAR1JANEI
REVALUATRevaluating indicator JREVALUTCHAR1JANEI
LR_NOTICEDate of land register notice DGBMITDATS8DATUM
DEL_FLAGReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
CHRGE_TYPEType of encumbrance in section 3 of land register RBELASTNUMC2Assigned to domainRBELAST
RANKINGRanking VVSRANGCHAR1VVSRANG
AMOUNT_2Total Amount of Right Registered in Section III BAPIBDARLEHDEC23(4) BAPICURR
SECT_3No. of entry in Section 3 of land register SNRABT3NUMC3NRABT3
NRSection 3, number of entry VVXNRA3CHAR6ALPHAVVXNRGB
NAME_1Name XLBEZCHAR50XTEXT50
NAME_2Name XLBEZCHAR50XTEXT50
INT_NO_2Collateral reference number RSICHERNUMC8NUMC8
OBJECT_NOCollateral object number ROBJNRNUMC10Assigned to domainSBOBJNRBOB
RELEASE_AMTPrevious Release Amount BAPIVVBFREIIIIDEC23(4) BAPICURR
DATE_RELDate of last partial release of an encumbrance on real est. VVDFREITLDATS8DATUM
CURR_ASSCurrent Assignment Amount for Encumbrance BAPIBABTAKTDEC23(4) BAPICURR

Key field Non-key field



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

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

How to access SAP table BAPILOAN_VDHGRPF

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