FVD_IF_IA_LOAN_DOC_DETAILS SAP (Loan Details for Whole Object List) Structure details

Dictionary Type: Structure
Description: Loan Details for Whole Object List




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




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

FVD_IF_IA_LOAN_DOC_DETAILS 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 "Loan Details for Whole Object List" 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_FVD_IF_IA_LOAN_DOC_DETAILS TYPE FVD_IF_IA_LOAN_DOC_DETAILS.

The FVD_IF_IA_LOAN_DOC_DETAILS table consists of various fields, each holding specific information or linking keys about Loan Details for Whole Object List data available in SAP. These include RANL (Contract Number), RBELKPFD (Document Number of Document Header (Loan)), RPOSNR (Activity number), DBUDAT (Posting Date in the Document).. 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 (Deep)


SAP FVD_IF_IA_LOAN_DOC_DETAILS 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRSequence number NUMNUMC2NUM02
DMONATFiscal Period MONATNUMC2MONAT
RPNSUPSuper prima nota for grouping in autom.deb.pos. VVRPNSUPCHAR10VVRPNNR
RUMBLGReference transfer document number UMBLGCHAR10ALPHABELNR
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
PKKURSPurchase Price of Borrower's Note PKKURSDEC10(7) PWKURS
PRUCKRepayment rate in percent PRUCKDEC10(7) DEC3_7
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
SBSLSOLLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHSLHABENPosting Key BSCHLCHAR2Assigned to domainBSCHL
RSOLLAccount for debit posting RSOLLCHAR10Assigned to domainALPHASAKNR
XBEWARTName of flow type XBEWARTCHAR30TEXT30
TXT20G/L account short text TXT20_SKATCHAR20TEXT20
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BBASISCalculation base amount BBASISCURR13(2) WERTV7
RHABENAccount for credit posting RHABENCHAR10Assigned to domainALPHASAKNR
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
DBLDATDocument Date in Document BLDATDATS8DATUM
SSTOGRDReason for Reversal SSTOGRDCHAR2Assigned to domainSSTOGRD
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
BUCHTXTItem Text SGTXTCHAR50TEXT50
KURS2Exchange rate VVKURSFDEC9(5) EXCRTKURSF
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
SBUSTPosting control key VVSBUSTNUMC2VVSBUST

Key field Non-key field



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

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

How to access SAP table FVD_IF_IA_LOAN_DOC_DETAILS

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