RVBBTREE_F06 is a standard ABAP INCLUDE 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 RVBBTREE_F06 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: Subroutines called from worklist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VB_BATCH_WORKLIST_IMPLEMENT CALL FUNCTION 'VB_BATCH_WORKLIST_IMPLEMENT' EXPORTING i_container =
i_batch_level = batch_level i_repid = gv_repid i_close_button = work_close_button i_form_close = 'WORKLIST_SHOW_HIDE' i_form_double_click = 'BATCH_SELECTED' i_form_cm_req = 'CONTEXT_MENU_REQUESTED' i_form_cm_sel = 'CONTEXT_MENU_SELECTED' i_form_fresh_up_table = 'FRESH_UP_TABLE' i_form_fresh_up_wtask = 'FRESH_UP_WTASK' CHANGING c_work_wtask = gt_work_wtask c_work_charg = gt_work_charg c_work_tree = work_tree c_work_toolbar = work_toolbar.
MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = '12' i_msgnr = '318' i_nolog = 'X' IMPORTING rc = lv_message_rc.
MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = '12' i_msgnr = '319' i_nolog = 'X' IMPORTING rc = lv_message_rc.
MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = '12' i_msgnr = '318' i_nolog = 'X' IMPORTING rc = lv_message_rc.
VB_CHRG_OPEN_BATCH_MASTER CALL FUNCTION 'VB_CHRG_OPEN_BATCH_MASTER' EXPORTING i_matnr = ls_batch-matnr i_charg = ls_batch-charg i_werks = ls_batch-werks i_aktyp = aktyp i_batch_level = batch_level EXCEPTIONS plant_not_specified = 1 batch_locked = 2 no_authority = 2 OTHERS = 99.
VB_BATCH_WORKLIST_DD_POSSIBLE CALL FUNCTION 'VB_BATCH_WORKLIST_DD_POSSIBLE' EXPORTING i_no_dd_possible = batch_in_process.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.