RFBK_TERM_FASTENTRY_BUSSTART 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 RFBK_TERM_FASTENTRY_BUSSTART into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F9TFASTENTRY3 - Display: Fast Entry of Fixed Deposit
F9TFASTENTRY2 - Change: Fast Entry of Fixed Deposit
F9TFASTENTRY1 - Create: Fast Entry of Fixed Deposit
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: Program RBCA_US_TD_BUSSTART
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUS_CONTROL_MAIN call function 'BUS_CONTROL_MAIN' exporting i_objap = gv_objap i_aktyp = gv_aktyp i_action = gv_action i_xinit = gv_xinit i_xsave = gv_xsave i_xupdtask = gv_xupdtask i_appli_call = gv_appli_call i_varnr = gv_varnr i_otitl = gv_otitl i_sicht_start = gv_sicht_start i_xarchive = gv_xarchive i_xhelp = gv_xhelp importing e_state = e_state e_state_fcode = e_state_fcode e_chashlp = e_chashlp tables t_rltyp = gt_rltyp t_rltgr = gt_rltgr t_sicht = gt_sicht t_appli = gt_appli t_fldvl = gt_fldvl t_scrsel = gt_scrsel.
BUS_TBZ1E_SELECT_WITH_TCODE call function 'BUS_TBZ1E_SELECT_WITH_TCODE' exporting i_tcode = sy-tcode tables t_tbz1e = gt_tbz1e exceptions not_found = 1 others = 2.
BUS_CONTROL_MAIN call function 'BUS_CONTROL_MAIN' exporting i_objap = tbz1e-objap i_action = tbz1e-aktyp i_varnr = 'BKKTRM' tables t_rltyp = gt_rltyp t_rltgr = gt_rltgr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBK_TERM_FASTENTRY_BUSSTART - Program RBCA_US_TD_BUSSTART RFBK_TERM_FASTENTRY_BUSSTART - Program RBCA_US_TD_BUSSTART RFBK_STAND_ORDER_HISTORY - Creates execution history of all standing orders before 4.03 See docu. RFBK_STAND_ORDER_HISTORY - Creates execution history of all standing orders before 4.03 See docu. RFBK_SO_RELEASE - Standing Order Processing RFBK_SO_RELEASE - Standing Order Processing