SAP Reports / Programs

BCALV_TEST_PRINT_PARAMETERS_2 SAP ABAP Report - Report BCALV_TEST_PRINT_PARAMETERS_2







BCALV_TEST_PRINT_PARAMETERS_2 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_PRINT_PARAMETERS_2 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 BCALV_TEST_PRINT_PARAMETERS_2. "Basic submit
SUBMIT BCALV_TEST_PRINT_PARAMETERS_2 AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_PRINT_PARAMETERS_2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_PRN10 = No Change of Print Parameters
Selection Text: P_PRN09 = No New Page
Selection Text: P_PRN08 = No Cover Page
Selection Text: P_PRN07 = Print Information
Selection Text: P_PRN06 = Footer
Selection Text: P_PRN05 = Title
Selection Text: P_PRN04 = No Selection Information
Selection Text: P_PRN03 = No List Information
Selection Text: P_PRN02 = Reserved Rows
Selection Text: P_PRN01 = Print
Selection Text: P_LAY13 = Max. List Width
Selection Text: P_LAY12 = Min. List Width
Selection Text: P_LAY11 = No Minimum List Width
Selection Text: P_LAY07 = Get Selection Information
Title: Report BCALV_TEST_PRINT_PARAMETERS_2
Text Symbol: TP2 = Archive Parameters
Text Symbol: TP1 = Print Parameters
Text Symbol: T03 = END_OF_LIST
Text Symbol: T02 = END_OF_PAGE
Text Symbol: T01 = TOP_OF_PAGE
Text Symbol: T00 = Page
Text Symbol: S03 = No ALV Selections Visible in Print Dialog
Text Symbol: S02 = ALV Selections Not Selected in Print Dialog
Text Symbol: S01 = ALV Selections Selected in Print Dialog
Text Symbol: PRN = Print Options
Text Symbol: PB0 = Set Print Parameters
Text Symbol: P03 = No ALV Statistics in Print Dialog
Text Symbol: P02 = ALV Statistics Not Selected in Print Dialog
Text Symbol: P01 = ALV Statistics Selected in Print Dialog
Text Symbol: 064 = Print Parameters Defined
Text Symbol: 063 = Print Parameters Not Yet Defined


INCLUDES used within this REPORT BCALV_TEST_PRINT_PARAMETERS_2

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:

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_ENTER_MORE' text = text-pb0 info = text-063 add_stdinf = 'X' importing result = gc_icon_prin_no.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_DISPLAY_MORE' text = text-pb0 info = text-064 add_stdinf = 'X' importing result = gc_icon_prin_ok.

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_EVENT_PF_STATUS_SET' i_callback_user_command = 'F01_ALV_EVENT_USER_COMMAND' i_structure_name = con_pri_params 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 = gs_test-vari_save 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_pri_params 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.

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 = lt_map exceptions parameter_error = 1 no_values_found = 2 others = 3.

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_EVENT_PF_STATUS_SET' * i_callback_user_command = 'F01_ALV_EVENT_USER_COMMAND' i_structure_name = con_arc_params 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 = gs_test-vari_save * is_variant = ls_vari it_events = lt_evts * it_event_exit = lt_evts_exit * IT_EVENT_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_arc_params exceptions program_error = 1 others = 2.



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