RFZINSS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFZINSS0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Subroutines for Interest Calculation
Text Symbol: 050 = No general int.terms are maintained for the following int.calculation
Text Symbol: 051 = indicators (acct numbers).
Text Symbol: 052 = Create these with transaction OBAA.
Text Symbol: 053 = (CREIR: Calc. credit interest on arrears; C SAL: Calc.acct bal.cred.interest;
Text Symbol: 054 = DEBIR: Calc. debit interest on arrears; D SAL: Calc.acct bal.debt interest)
Text Symbol: 070 = The following forms are not available in the languages given:
Text Symbol: 071 = | Form Name | Language Required | Language Printed |
Text Symbol: 073 = There were negative interest rates for the following conditions
Text Symbol: 074 = Check your settings (transaction OB81)
Text Symbol: 076 = For the following special G/L indicators and interest calculation indicators,
Text Symbol: 077 = no new interest calculation indicator has been maintained.
Text Symbol: 078 = You must create these (transaction OBAB).
Text Symbol: 080 = Error when determining accounts to be posted to (posting interface)
Text Symbol: 081 = Chart of accounts or application not maintained
Text Symbol: 082 = Replacement of account symbol not possible
Text Symbol: 083 = Application rules not defined
Text Symbol: 084 = Posting specifications not found
Text Symbol: 085 = Status
Text Symbol: 087 = Document type not maintained
Text Symbol: 090 = The following forms are either not available or not active:
Text Symbol: 091 = Please check them (transaction SE71)
Text Symbol: 101 = Maintain the account determination (transaction OBV1)
Text Symbol: 102 = Maintain the account determination (transaction OBV9)
Text Symbol: 103 = Maintain the account determination (transaction OBV3)
Text Symbol: 104 = Maintain the account determination (transaction OBV4)
Text Symbol: 001 = This report contains subroutines for interest calculation reports
Text Symbol: 002 = It cannot therefore be run separately
Text Symbol: 003 = Processing is complete
Text Symbol: 004 = Following reference interest rates could not be determined.
Text Symbol: 005 = You must maintain them (transaction OB83).
Text Symbol: 012 = No interest indicator found for the following accounts.
Text Symbol: 013 = Change the indicator in the account master,
Text Symbol: 014 = or create it (transaction OB46).
Text Symbol: 016 = No form could be determined in the interest calculation form table
Text Symbol: 017 = for the following arguments:
Text Symbol: 018 = Enter a form (transaction OB84)
Text Symbol: 020 = No valid entry could be determined in the VAT indicator tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INTEREST_DAYS_COMPUTE CALL FUNCTION 'INTEREST_DAYS_COMPUTE' EXPORTING DATUM1 = BANKDATEL DATUM2 = BANKDATEH METHODE_30E = 'X' METHODE_FEBR = 'X' IMPORTING ZINSTAGE = BANKDAYS.
INTEREST_DAYS_COMPUTE CALL FUNCTION 'INTEREST_DAYS_COMPUTE' EXPORTING DATUM1 = BANKDATEL DATUM2 = BANKDATEH METHODE_30E = SPACE METHODE_FEBR = 'X' IMPORTING ZINSTAGE = BANKDAYS.
DDIF_FIELDINFO_GET Call function 'DDIF_FIELDINFO_GET' exporting Tabname = Id_table Lfieldname = Id_field importing Dfies_wa = Ls_dfies.
DDIF_FIELDINFO_GET Call function 'DDIF_FIELDINFO_GET' exporting Tabname = Id_table Lfieldname = Id_field importing Dfies_wa = Ls_dfies.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.