RFBKSTRT 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 RFBKSTRT 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: Call Account Maintenance in Online Mode for Changing/Displaying
INCLUDE IBKKCONK.
INCLUDE IBKKCOGG.
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKA_ACCOUNT_INIT CALL FUNCTION 'BKK_BKKA_ACCOUNT_INIT' EXPORTING I_AKTYP = G_AKTYP I_ACKIND_GRP = G_ACKIND_GRP IMPORTING E_RLTYP = G_TAB_RLTYP-RLTYP E_FCODE = G_FCODE.
BUS_CONTROL_MAIN CALL FUNCTION 'BUS_CONTROL_MAIN' EXPORTING I_OBJAP = G_CON_OBJAP_BKKA I_AKTYP = G_AKTYP I_XINIT = SPACE TABLES T_RLTYP = G_TAB_RLTYP T_RLTGR = G_TAB_RLTGR T_SCRSEL = G_TAB_SCRSEL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKSTRT - Call Account Maintenance in Online Mode for Changing/Displaying RFBKSTRT - Call Account Maintenance in Online Mode for Changing/Displaying RFBKSOLG - BCA: Display Application Log Standing Order RFBKSOLG - BCA: Display Application Log Standing Order RFBKSOCRPAR - Post Standing Orders RFBKSOCRPAR - Post Standing Orders