RFBKCONCOMP01 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 RFBKCONCOMP01 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: P_CLOSYR = Balancing Period, Year
Selection Text: P_DETAIL = Amounts Detail Output
Selection Text: P_DIFERR = Output Only Difference/Error
Selection Text: P_INDIV = Accts with individual Cond.
Selection Text: P_STAND = Accts with Standard Cond.
Selection Text: S_ACEXT = External Acct Number
Selection Text: S_BKKRS = Bank Area
Selection Text: S_BUTXT = Posting text
Selection Text: S_CLOSNR = Balancing Period, No.
Selection Text: S_DTPOST = Posting Date Balancing
Selection Text: S_REF_PN = Daybook Number
Title: Balancing: BKK92 / Compare Postings Legacy System
INCLUDE IBKKCOGD.
No SAP DATABASE tables are accessed within this REPORT code!
BKK_SET_SIGN_IN_AMOUNT CALL FUNCTION 'BKK_SET_SIGN_IN_AMOUNT' EXPORTING i_amount = c_amnt IMPORTING e_amount = c_amnt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKCONCOMP01 - Balancing: BKK92 / Compare Postings Legacy System RFBKCONCOMP01 - Balancing: BKK92 / Compare Postings Legacy System RFBKCONC - BCA: Initial Screen Mass Acct Balancing (Interest/Charge Calculation) RFBKCONC - BCA: Initial Screen Mass Acct Balancing (Interest/Charge Calculation) RFBKCONB - BCA: Initial Screen Restart Account Balancing (Interest & Charges) RFBKCONB - BCA: Initial Screen Restart Account Balancing (Interest & Charges)