SAP Reports / Programs

SALV_BCALV_TEST_PRINT_PARAM SAP ABAP Report - SALVBCALVTESTPRINTPARAM







SALV_BCALV_TEST_PRINT_PARAM 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 SALV_BCALV_TEST_PRINT_PARAM into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SALV_BCALV_TEST_PRINT_PARAM. "Basic submit
SUBMIT SALV_BCALV_TEST_PRINT_PARAM AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_BCALV_TEST_PRINT_PARAM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SALV_BCALV_TEST_PRINT_PARAM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(009).

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'The control could not be created'(010).

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = g_repid i_structure_name = 'ALV_T_T2' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = l_callback_top_of_page i_callback_html_top_of_page = l_callback_html_top_of_page i_callback_html_end_of_list = l_callback_html_end_of_list * i_callback_pf_status_set = 'SET_STATUS' is_layout = ls_layo * it_special_groups = gt_slis_sp_group_alv[] * it_sort = gt_sort[] * it_filter = gt_filter * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * it_excluding = lt_extab i_save = 'A' is_variant = ls_vari it_events = lt_evts * it_event_exit = lt_evts_exit is_print = ls_prnt * IMPORTING * e_exit_caused_by_caller = g_exit_caused_by_caller * es_exit_caused_by_user = gs_exit_caused_by_user tables t_outtab = gt_table[].

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_interface_check = ' ' * i_bypassing_buffer = gs_test-bypassing_buffer * i_buffer_active = gs_test-buffer_active i_callback_program = g_repid * i_callback_pf_status_set = 'F01_ALV_PF_STATUS_SET' * i_callback_user_command = 'F01_ALV_USER_COMMAND' i_structure_name = 'ALV_T_T2' is_layout = ls_layo * it_fieldcat = lt_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * is_sel_hide = * i_default = gs_test-vari_default i_save = 'A' is_variant = ls_vari it_events = lt_evts * it_event_exit = lt_evts_exit is_print = ls_prnt * is_reprep_id = 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 = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_table[] exceptions program_error = 1 others = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * is_layout = ls_layo * it_fieldcat = lt_fcat * IT_EXCLUDING = * it_special_groups = * it_sort = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = gs_test-vari_default i_save = 'A' is_variant = ls_vari it_events = lt_evts * it_event_exit = i_tabname_header = 'GT_MASTER' i_tabname_item = 'GT_SLAVE' i_structure_name_header = 'ALV_T_T2' i_structure_name_item = 'ALV_T_T2' is_keyinfo = ls_keyinfo is_print = ls_prnt * it_except_qinfo = lt_qinf * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab_header = gt_table t_outtab_item = gt_slave exceptions program_error = 1 others = 2.

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.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'DEFVALS' no_dialog = 'X' in_parameters = gs_pri_params in_archive_parameters = gs_arc_params use_archivename_def = 'X' importing out_archive_parameters = gs_arc_params out_parameters = gs_pri_params valid = l_valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.



Contribute (Add Comments)

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 SALV_BCALV_TEST_PRINT_PARAM or its description.