RFFDIS70 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to analyze and post deposits and loans entered as payment advices, displaying only the payment advices that are not archived and that are not interest advices (compare statistics indicator)...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 RFFDIS70 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FF/6 - Deposit/loan mgmt analysis/posting
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_ERFDAT = Entry date
Selection Text: S_ANLKTO = Asset accounts
Selection Text: S_AENDAT = Change date
Selection Text: P_STKNZ = Statistics Indicator
Selection Text: P_SPOT = Foreign curr translation on
Selection Text: P_SORT_2 = Asset account
Selection Text: P_SORT_1 = Settlement account
Selection Text: P_BU_PER = Posting Period
Selection Text: P_BU_DAT = Posting Date
Selection Text: P_BE_DAT = Document Date
Selection Text: P_ANZ_2 = Totals Display
Selection Text: P_ANZ_1 = Individual Display
Title: Deposit and Loan Management: Analysis - Posting
Text Symbol: M01 = Amount overflow ! ;;
Text Symbol: F11 = Output Control
Text Symbol: F10 = Further selections
Text Symbol: 505 = Totals display ;;
Text Symbol: 504 = Advice display ;;
Text Symbol: 503 = Asset account ;;
Text Symbol: 502 = Settlement account ;;
Text Symbol: 501 = Display mode ;;
Text Symbol: 500 = Sort according to ;;
Text Symbol: 200 = | CoCd BsA. Acct name Plng level | Amount |Curr.| Interest |Avg IntRt|Avg.MatTm| No. |
Text Symbol: 170 = Translation to local currency:
Text Symbol: 160 = Currency translation on:
Text Symbol: 152 = /
Text Symbol: 151 = to:
Text Symbol: 150 = Interest accrual from:
Text Symbol: 130 = Account
Text Symbol: 120 = Totals per account
Text Symbol: 110 = Business area totals in company code ;;
Text Symbol: 106 = Exchange gain/loss |
Text Symbol: 105 = |BsA. Acct name | Amount |Curr.| Interest | Amount in local currency |
Text Symbol: 104 = | Curr. | Amount | Interest | Amount in local currency |
Text Symbol: 101 = Sum totals per currency ;;
Text Symbol: 100 = Exchange gain/loss | Note |
Text Symbol: 099 = | Due |S|MatTm| Characteristic| Amount |Curr.| Int rate|CT| Interest |
Text Symbol: 050 = Summary account analysis in company code ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.