RFBKCPBL 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 RFBKCPBL 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_BLDATE = Balance Carry Forward Date
Selection Text: P_OPDATE = Account Openeing Date
Selection Text: P_PRDATE = Go-Live Date
Title: Setting the Go-Live Date and Balance Carry Forward Date
Text Symbol: 001 = There are no accounts for the specified date
Text Symbol: 002 = Update termindated
Text Symbol: 003 = Update successfully executed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKA_UPDATE_TRANS_OLD_DATA CALL FUNCTION 'BKK_BKKA_UPDATE_TRANS_OLD_DATA' TABLES T_BKK40 = L_T_BKK40 EXCEPTIONS NO_UPDATE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKCPBL - Setting the Go-Live Date and Balance Carry Forward Date RFBKCPBL - Setting the Go-Live Date and Balance Carry Forward Date RFBKCORR_PI_DIRDEB - MaintainBeneficiary for Direct Debit Order in Payment Item RFBKCORR_PI_DIRDEB - MaintainBeneficiary for Direct Debit Order in Payment Item RFBKCORR_GL_GEN_SAVE_TABLES - Adjustments: Saves GL Tables to Another Bank Area RFBKCORR_GL_GEN_SAVE_TABLES - Adjustments: Saves GL Tables to Another Bank Area