SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

SALV_BCALV_TEST_PRINT_EVENTS SAP ABAP Report - Processing Print Events







SALV_BCALV_TEST_PRINT_EVENTS 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_EVENTS 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_EVENTS. "Basic submit
SUBMIT SALV_BCALV_TEST_PRINT_EVENTS AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_BCALV_TEST_PRINT_EVENTS 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_D_FULL = ALV Fullscreen Display
Selection Text: P_D_GRID = ALV Grid Display
Selection Text: P_D_HS = ALV Classic Hierarchy Sequence
Selection Text: P_D_LIST = ALV Classic List
Selection Text: P_D_S = Simple Display
Selection Text: P_EOL = Number of Rows in END-OF-LIST
Selection Text: P_EOP = Number of Rows in END-OF-PAGE
Selection Text: P_E_FREE = Freely Selectable Event Areas
Selection Text: P_E_NO = No Event Area
Selection Text: P_E_ONOP = Online But Not in Print
Selection Text: P_E_PEQO = Print and Online Identical
Selection Text: P_E_PNEO = Print and Online Differ
Selection Text: P_E_PNOO = Print But Not Online
Selection Text: P_GR_LIN = Display Grid Lines Y/N?
Selection Text: P_GR_MO0 = TOL, EOL Selection Text: P_GR_MO1 = TOL, EOL>PAGE SIZE (Default)
Selection Text: P_GR_MOD = TOL, EOL>PAGE SIZE (New Mode)
Selection Text: P_HS_ANZ = No. Item Rows in Master Row
Selection Text: P_HTML_E = Callback Free HTML END-OF-LIST
Selection Text: P_HTML_T = Callback Free HTML TOP-OF-PAGE
Selection Text: P_OM = Use new object model?
Selection Text: P_TOL = Number of Rows in TOP-OF-LIST
Selection Text: P_TOP = Number of Rows TOP-OF-PAGE
Selection Text: P_T_ALVF = Use ALV Form Object? Y/N
Selection Text: P_T_APPL = Appl.-Specific EOP Handling
Selection Text: P_T_RECO = REUSE_ALV_COMMENTARY_WRITE ? Y
Selection Text: P_T_WRIT = Normal WRITES? Y/N
Selection Text: P_X_FREE = Freely Selectable Event Areas
Selection Text: P_X_NO = No Event Area
Selection Text: P_X_ONOP = Online But Not in Print
Selection Text: P_X_PEQO = Print and Online Identical
Selection Text: P_X_PNEO = Print and Online Differ
Selection Text: P_X_PNOO = Print But Not Online
Selection Text: P_10_REP = Standard Report Header Simul.
Selection Text: P_10_TIT = Print Grid Header
Selection Text: P_1_AMO = Number of Records to Be Read
Selection Text: P_1_ANZ = Number for Each Level
Selection Text: P_1_DB = Data from Database





Selection Text: P_1_EXT = Data from External File
Selection Text: P_1_FILE = File Name
Selection Text: P_1_STUF = Summation Level (1 = Low. Lvl)
Selection Text: P_1_ZW = Data Records for Summation Lvl
Selection Text: P_ALO = No. of Rows in AFTER-LINE-OUTP
Selection Text: P_BLO = No.of Rows in BEFORE-LINE-OUTP
Selection Text: P_CB_TOP = Callback TOP-OF-PAGE
Title: Processing Print Events
Text Symbol: 100 = Flights
Text Symbol: B01 = Simple Display
Text Symbol: B02 = Hierseq Display
Text Symbol: B03 = Output Option for Event Areas (TOL, EOL, ...)
Text Symbol: B04 = Number in Each Event Area
Text Symbol: B06 = Information in TOP-OF-LIST Event Area
Text Symbol: B07 = Information in END-OF-LIST Event Area
Text Symbol: B10 = Special Cases:
Text Symbol: B6C = Arrangement in Center Page Area
Text Symbol: B6L = Arrangement in Left Page Area
Text Symbol: B6R = Arrangement in Right Page Area
Text Symbol: B6U = Underscore Handling:
Text Symbol: C01 = AFTER-LINE-OUTPUT/BEFORE-LINE_OUTPUT only allowed w/ WRITES
Text Symbol: C02 = New object model can only be combined with ALV form object
Text Symbol: C03 = New object model cannot be used with P_HTML_T, P_HTML_E
Text Symbol: C04 = EOP in EOL with WRITES is not output
Text Symbol: F00 = Number of Rows in Online Event Area
Text Symbol: F01 = TOP-OF-LIST
Text Symbol: F02 = END-OF-LIST
Text Symbol: F05 = Data Area


INCLUDES used within this REPORT SALV_BCALV_TEST_PRINT_EVENTS

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'. "#EC NOTEXT

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'The control could not be created'. "#EC NOTEXT

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 = gs_layout * 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.



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