SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVSOZI0 SAP ABAP Report - Determine Special Interest







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FZCY - Determine Special Interest


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFVSOZI0. "Basic submit
SUBMIT RFVSOZI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVSOZI0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVSOZI0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFVSOZI0 or its description.