RFVSOZI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report program RFVSOZI0 calculates special interest for the most overdue items of a loan on the basis of the remaining investment...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 RFVSOZI0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FZCY - Determine Special Interest
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: X-SZBUCH = X - Post Special Interest
Selection Text: VERTN = Contract Number
Selection Text: STAG = Key Date
Selection Text: SCHALTJR = X - Leap Year
Selection Text: LAUFI = Identification
Title: Determine Special Interest
Text Symbol: A07 = Borrower:
Text Symbol: A06 = Key Date:
Text Symbol: A05 = Special Interest Indicator Not In TDSOZ
Text Symbol: A04 = is not int.-bearing
Text Symbol: A03 = Dunn.lev.
Text Symbol: A02 = Write Error In MZDAT
Text Symbol: A01 = Write Error In VDARL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OVERDUE_INT_CALC_LOAN CALL FUNCTION 'OVERDUE_INT_CALC_LOAN' EXPORTING STAG = STAG BUKRS = KNB1-BUKRS MANST = BSEG-MANST NETDT = BSEGA-NETDT SCHALTJR = SCHALTJR VERTN = BSEG-VERTN IMPORTING MAHNG = KZMG RKAP = RKAP SZKZ = SZKZ WAERS = WAERS ZINSBTR = ZBTR ZIVON = VONDT ZTAGE = ZITAGE ZFRIST = ZFRIST EXCEPTIONS MAHNN_NOT_VALID = 1 NOT_VALID = 2 SZKZ_NOT_FOUND = 3.
GETTING_INTEREST_TO_DARWIN CALL FUNCTION 'GETTING_INTEREST_TO_DARWIN' EXPORTING BUKRS = KNB1-BUKRS HWAERS = T001-WAERS IDENT = IDENT KUNNR = KUNNR LAUFD = SY-DATUM LAUFI = LAUFI MAHNN = BSEG-MANST VERTN = BSEG-VERTN VERTT = BSEG-VERTT WAERS = VDARL-SANTWHR WZSBT = ZBTR EXCEPTIONS ERROR_IN_POSTING = 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.