LOANREF_V SAP (Reference Recs of Loan Ref. Unit for Val-Dated Cumulation) Table details

Dictionary Type: Table
Description: Reference Recs of Loan Ref. Unit for Val-Dated Cumulation




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




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

LOANREF_V is a standard SAP Table which is used to store Reference Recs of Loan Ref. Unit for Val-Dated Cumulation data and is available within R/3 SAP systems depending on the version and release level.

The LOANREF_V table consists of various fields, each holding specific information or linking keys about Reference Recs of Loan Ref. Unit for Val-Dated Cumulation data available in SAP. These include REFCONCEPT (Unit definition for loan unit), OBJECTTYPE (Object type of loan unit), OBJECTID (Object ID of loan unit), STATUS (Status of loan unit).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LOANREF_V table 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 MANDTCLNT3Assigned to domainMANDT
REFCONCEPTUnit definition for loan unit LO_REFCONCCHAR35LO_REFCONC
OBJECTTYPEObject type of loan unit LO_OBJTYPECHAR1LO_OBJTYPE
OBJECTIDObject ID of loan unit LO_OBJIDCHAR35LO_OBJID
STATUSStatus of loan unit LO_REFSTATCHAR1LO_REFSTAT

Key field Non-key field



How do I retrieve data from SAP table LOANREF_V using ABAP code

The following ABAP code Example will allow you to do a basic selection on LOANREF_V to SELECT all data from the table
DATA: WA_LOANREF_V TYPE LOANREF_V.

SELECT SINGLE *
FROM LOANREF_V
INTO CORRESPONDING FIELDS OF WA_LOANREF_V
WHERE...

How to access SAP table LOANREF_V

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