RFKZIS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFKZIS00 creates a vendor interest scale (account balance interest calculation) in local currency and a letter, whose contents you can specify...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 RFKZIS00 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.
Selection Text: AS-DATUM = Date of Issue
Selection Text: BANKVZ = Standard interest calculation
Selection Text: BI-BLDAT = Document date of session
Selection Text: BI-BUCH = Post interest settlements
Selection Text: BI-BUDAT = Posting date of session
Selection Text: BI-BUPER = Posting period
Selection Text: BI-GSBER = Posting to business area
Selection Text: BI-KEEP = Hold Processed Session
Selection Text: BI-NAME = Session name
Selection Text: BI-RVAL = Post also if val. date in past
Selection Text: BI-SGTXT = Posting segment text
Selection Text: BI-STAMM = Update master record
Selection Text: BI-VALUT = Value date of session
Selection Text: BI-ZUONR = Assignment number
Selection Text: BISZEIT = To Period
Selection Text: DAT2TYP = Additional date
Selection Text: DATLTZZL = Date of last interest run
Selection Text: ZINSSPLI = Interest splitting
Selection Text: ZINSSAUE = Interest rate overview
Selection Text: ZINS-KZ = Interest calculation indicator
Selection Text: XFODEVIC = Print out form
Selection Text: VONZEIT = From Period
Selection Text: VD-STUFE = Summarization level (0-2)
Selection Text: VAL-TYP = Reference date (1,2,3)
Selection Text: T-PRINT = Number of test printouts (0-9)
Selection Text: SCHALTJR = Leap year
Selection Text: SALDENZZ = Additional balance line
Selection Text: S-UMSKZ = Special G/L transactions
Selection Text: S-UMSATZ = Evaluate special G/L trans.
Selection Text: LI-PRINT = List to printer (batch)
Selection Text: FORMULAR = Form name
Selection Text: FO-PRINT = Form printer (batch)
Selection Text: DEBUGMOD = Additional log
Selection Text: DEBKONTO = Accounts for additional log
Title: Vendor Interest Scale
Text Symbol: 268 = Determining date of last interest run
Text Symbol: 269 = Date of last interest run maintained in master record: &DATLZ
Text Symbol: 270 = Date of last interest run not maintained in master record: ->
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_DYNAMICAL_SEL Call function 'RS_REFRESH_FROM_DYNAMICAL_SEL' "915544 exporting Curr_report = Program "915544 Mode_write_or_move = 'W' "915544 importing P_trange = Gt_trange "915544 exceptions Not_found = 1. "915544
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING BUKRS = BUKRS DATE = DATE IMPORTING CURRM = CURRM CURRY = CURRY PREVM = PREVM PREVY = PREVY.
DETERMINE_DUE_DATE Call function 'DETERMINE_DUE_DATE' "527205 exporting I_faede = Gs_faede "527205 importing E_faede = Gs_faede. "527205
CURRENCY_GET_SUBSEQUENT Call function 'CURRENCY_GET_SUBSEQUENT' "361608 exporting Currency = T001-Waers "361608 Process = 'RFDZIS00' "361608 Date = Biszeit "361608 Bukrs = Zs-bukrs "361608 importing Currency_new = Gd_newwaers. "361608
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = '5000'. "Saldovortrag
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = '5001'. "Beginn neuer Abrechnungs.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = VALUTN FOREIGN_AMOUNT = GZINSEN FOREIGN_CURRENCY = T001-WAERS LOCAL_CURRENCY = T056S-WAERSCHL TYPE_OF_RATE = 'M' IMPORTING LOCAL_AMOUNT = WZINSEN.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = BI-NAME USER = SY-UNAME EXCEPTIONS GROUP_INVALID = 01 HOLDDATE_INVALID = 02 INTERNAL_ERROR = 03.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'FK02' TABLES DYNPROTAB = INS_BDC_TAB EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = s_ITCPP. " 0397177
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 RFKZIS00 or its description.
RFKZIS00 - Vendor Interest Scale RFKZIS00 - Vendor Interest Scale RFKXETUM - Conversion of Balance Audit Trail Data after 3.0 RFKXETUM - Conversion of Balance Audit Trail Data after 3.0 RFKXET01 - Extract for accumulated open item balance audit trail RFKXET01 - Extract for accumulated open item balance audit trail