BCALV_TEST_BLOCK_LIST 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 BCALV_TEST_BLOCK_LIST 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_EVT06 = AFTER_LINE_OUTPUT
Selection Text: P_EVT07 = SUBTOTAL_TEXT
Selection Text: P_EVT08 = REPREP_SEL_MODIFY
Selection Text: P_EVT09 = TOP_OF_PAGE
Selection Text: P_EVT10 = END_OF_PAGE
Selection Text: P_EVT11 = TOP_OF_LIST
Selection Text: P_EVT12 = END_OF_LIST
Selection Text: P_EVT13 = TOP_OF_COVERPAGE
Selection Text: P_EVT14 = END_OF_COVERPAGE
Selection Text: P_EVT15 = TOP_OF_FOREIGN_PAGE
Selection Text: P_EVT16 = END_OF_FOREIGN_PAGE
Selection Text: P_EVT17 = GROUPLEVEL_CHANGE
Selection Text: P_EXCP01 = Display Exceptions
Selection Text: P_EXCP_C = Exceptions Condensed
Selection Text: P_FIX01 = Freeze Columns
Selection Text: P_FIXF01 = Columns
Selection Text: P_HOT01 = No Hotspots
Selection Text: P_HOT02 = Hotspot on Rows
Selection Text: P_HOT03 = Hotspot on Columns
Selection Text: P_HOTF02 = Hotspot Rows
Selection Text: P_HOTF03 = Hotspot Columns
Selection Text: P_KEY01 = Key Fields as Hotspot
Selection Text: P_KEY02 = No Fixing of Key Fields
Selection Text: P_AMOUNT = Number of Records to Be Read
Selection Text: P_COL01 = Color on Row Level
Selection Text: P_COL02 = Color on Column Level
Selection Text: P_COL03 = Color on Cell Level
Selection Text: P_COLF01 = Rows
Selection Text: P_COLF02 = Columns
Selection Text: P_COLF03 = Cells: Column
Selection Text: P_CUR01 = Reference Field for Currency
Selection Text: P_CUR02 = Concrete Currency
Selection Text: P_CURANZ = Number of Currencies
Selection Text: P_CURF00 = Currency Field
Selection Text: P_CURF01 = Currency
Selection Text: P_CURF02 = Currency
Selection Text: P_CURSPC = Initial Currency
Selection Text: P_DBINFO = DB Info Only (Impr. Perform.)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_BLOCK_LIST_INIT call function 'REUSE_ALV_BLOCK_LIST_INIT' exporting i_callback_program = g_repid i_callback_pf_status_set = ' ' i_callback_user_command = ' ' it_excluding = lt_excl.
REUSE_ALV_BLOCK_LIST_DISPLAY call function 'REUSE_ALV_BLOCK_LIST_DISPLAY' exporting i_interface_check = ' ' is_print = ls_prnt i_screen_start_column = 0 i_screen_start_line = 0 i_screen_end_column = 0 i_screen_end_line = 0 importing e_exit_caused_by_caller = l_exit es_exit_caused_by_user = ls_exit exceptions program_error = 1 others = 2.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab1 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab2 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab3 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab4 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab5 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab6 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab7 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab8 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layo it_fieldcat = lt_fcat i_tabname = l_tabname it_events = lt_evts it_sort = lt_sort i_text = 'Hello' "#EC NOTEXT tables t_outtab = gt_outtab9 exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = * i_internal_tabname = i_structure_name = con_sflight * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = i_bypassing_buffer = gs_test-bypassing_buffer i_buffer_active = gs_test-buffer_active changing ct_fieldcat = ct_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'FIELDNAME' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' display = space * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_values field_tab = lt_fields return_tab = lt_return * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'FCODE' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' display = i_display * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_values field_tab = lt_fields return_tab = lt_return * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name BCALV_TEST_BLOCK_LIST or its description.
BCALV_TEST_BLOCK_LIST - Program BCALV_TEST_BLOCK_LIST BCALV_TEST_BLOCK_LIST - Program BCALV_TEST_BLOCK_LIST BCALV_TEST_AUNIT_SEARCH - Report BCALV_TEST_AUNIT_SEARCH BCALV_TEST_AUNIT_SEARCH - Report BCALV_TEST_AUNIT_SEARCH BCALV_TEST_ABAP_PERFORMANCE - Program BCALV_TEST_ABAP_PERFORMANCE BCALV_TEST_ABAP_PERFORMANCE - Program BCALV_TEST_ABAP_PERFORMANCE