WB2DI300F 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 WB2DI300F 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log_header importing e_log_handle = l_log_handle exceptions log_header_inconsistent = 1 others = 2.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = lt_log_handle exceptions others = 5.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_log_handle importing e_new_lognumbers = lt_new_lognumbers exceptions others = 4.
CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input =
-lognumber importing output = l_lognumber.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_grid_title = l_grid_title i_callback_program = 'RWB2DI003' i_callback_top_of_page = 'TOP_OF_PAGE_C' i_callback_pf_status_set = 'SET_PF_STATUS' i_save = l_save i_structure_name = 'WB2_V_VBRK_WBGT' i_callback_user_command = 'USER_COMMAND' is_layout = l_is_layout is_variant = l_variant tables t_outtab = gt_vbrk_wbgt exceptions program_error = 1.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log_header importing e_log_handle = l_log_handle exceptions log_header_inconsistent = 1 others = 2.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = tl_log_handle exceptions others = 5.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = tl_log_handle exceptions others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.