RFVDASL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RFVDASL0 is used to analyze subsidiary account documents for loan management for each company code...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVDASL0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNASL - Loans: Account Analysis
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: S_RANL = Contract Number
Selection Text: P_BUKRS = Company Code
Selection Text: PA_STICH = Upto And Includ. Posting Date
Selection Text: BELEG = Loan Document Number
Title: Loans: Account Analysis
Text Symbol: 015 = FC Credit Amount
Text Symbol: 014 = FC Debit Amount
Text Symbol: 013 = Documents Selected
Text Symbol: 012 = Contracts Selected
Text Symbol: 011 = User
Text Symbol: 010 = Executed At
Text Symbol: 009 = Executed On
Text Symbol: 008 = Chrt/Accts
Text Symbol: 007 = Company Code
Text Symbol: 006 = Total For. Currency:
Text Symbol: 005 = LC Balance Amnt
Text Symbol: 004 = LC Credit Amount
Text Symbol: 003 = LC Debit Amount
Text Symbol: 002 = Short Name
Text Symbol: 001 = Acct
Text Symbol: 016 = FC Balance Amnt
Text Symbol: 017 = Total Local Currency:
Text Symbol: 018 = Doc. No.
Text Symbol: 019 = Amount
Text Symbol: SEL = Further Selections
Text Symbol: E01 = Error Acct
Text Symbol: 023 = to
Text Symbol: 022 = Contrct No.
Text Symbol: 021 = FCurr.
Text Symbol: 020 = LCurr.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING SPRACHE = LANGU KONTENPLAN = KTOPL SACHKONTO = SAKNR IMPORTING TEXT_WA = SKAT EXCEPTIONS TEXT_NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.