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

BCALV_TEST_FULLSCREEN_EVENTS SAP ABAP Report - Program BCALV_TEST_FULLSCREEN_EVENTS







BCALV_TEST_FULLSCREEN_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 BCALV_TEST_FULLSCREEN_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 BCALV_TEST_FULLSCREEN_EVENTS. "Basic submit
SUBMIT BCALV_TEST_FULLSCREEN_EVENTS AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_FULLSCREEN_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_AMOUNT = Number of Records to Be Read
Selection Text: P_DB = Data from Database
Selection Text: P_D_FILE = File Name
Selection Text: P_EVT01 = PF_STATUS_SET
Selection Text: P_EVT02 = USER_COMMAND
Selection Text: P_EVT03 = CALLER_EXIT
Selection Text: P_EVT04 = LIST_MODIFY
Selection Text: P_EVT05 = BEFORE_LINE_OUTPUT
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_SET05 = No Column Opt. at Printing
Selection Text: P_SET04 = END_OF_LIST Only at Printing
Selection Text: P_SET03 = Top_Of_Page Only at Printing
Selection Text: P_SET02 = Minimize END_OF_LIST
Selection Text: P_SET01 = Minimize TOP_OF_PAGE
Selection Text: P_INF02 = Event Dialog Box Only Once
Selection Text: P_INF01 = No Dialog Box for Event
Selection Text: P_EXT = Data from External File
Selection Text: P_EVT19 = CONTEXT_MENU
Selection Text: P_EVT18E = HTML_END_OF_LIST Height
Selection Text: P_EVT18 = HTML_END_OF_LIST
Selection Text: P_EVT17E = HTML_TOP_OF_PAGE Height
Selection Text: P_EVT17 = HTML_TOP_OF_PAGE
Selection Text: P_EVT16 = END_OF_FOREIGN_PAGE
Selection Text: P_EVT15 = TOP_OF_FOREIGN_PAGE
Selection Text: P_EVT14 = END_OF_COVERPAGE
Title: Program BCALV_TEST_FULLSCREEN_EVENTS
Text Symbol: PB1 = Set Exit Events
Text Symbol: SET = Grid Settings
Text Symbol: T01 = PF_STATUS_SET
Text Symbol: T02 = USER_COMMAND
Text Symbol: T03 = CALLER_EXIT





Text Symbol: T04 = LIST_MODIFY
Text Symbol: T05 = BEFORE_LINE_OUTPUT
Text Symbol: T06 = AFTER_LINE_OUTPUT
Text Symbol: T07 = SUBTOTAL_TEXT
Text Symbol: T08 = REPREP_SEL_MODIFY
Text Symbol: T09 = TOP_OF_PAGE
Text Symbol: T10 = END_OF_PAGE
Text Symbol: T11 = TOP_OF_LIST
Text Symbol: T12 = END_OF_LIST
Text Symbol: T13 = TOP_OF_COVERPAGE
Text Symbol: T14 = END_OF_COVERPAGE
Text Symbol: T15 = TOP_OF_FOREIGN_PAGE
Text Symbol: T16 = END_OF_FOREIGN_PAGE
Text Symbol: T17 = HTML_TOP_OF_PAGE
Text Symbol: T18 = HTML_END_OF_LIST
Text Symbol: T20 = Before Event
Text Symbol: T21 = After Event
Text Symbol: F40 = Export: Addit. Functions
Text Symbol: F39 = Export: Crystal Templates
Text Symbol: F37 = Export: ABC Analysis
Text Symbol: F36 = Export: Office
Text Symbol: F35 = Export: Send
Text Symbol: F34 = Export: File
Text Symbol: F33 = Export: Word
Text Symbol: F32 = Export: Excel
Text Symbol: F23 = Print (Backend)
Text Symbol: F22 = Subtotal: Drilldown Total Level
Text Symbol: F21 = Subtotal
Text Symbol: F18 = Total: Maximum
Text Symbol: F17 = Total: Minimum
Text Symbol: F16 = Total: Mean Value
Text Symbol: F15 = Total
Text Symbol: F13 = Find
Text Symbol: F12 = Optimize Columns
Text Symbol: F11 = Freeze Columns: Unfreeze
Text Symbol: F10 = Freeze Columns
Text Symbol: F08 = Select Rows: Delete All
Text Symbol: F07 = Select Rows: All
Text Symbol: F05 = Sort: Descending





Text Symbol: F04 = Sort: Ascending
Text Symbol: F02 = F2 (Detail)
Text Symbol: F01 = Details
Text Symbol: E15 = Event HTML End Of List
Text Symbol: E14 = Event HTML Top of Page
Text Symbol: F41 = Export: Copy URL to Clipboard
Text Symbol: H03 = Current Data
Text Symbol: H02 = No. of Flights
Text Symbol: H01 = Flight Overv.
Text Symbol: F72 = Cancel
Text Symbol: F71 = Exit
Text Symbol: F70 = Back
Text Symbol: F69 = Selection Information
Text Symbol: F68 = List Status Information
Text Symbol: F67 = Basic List
Text Symbol: F66 = Draw Lines: Off
Text Symbol: F65 = Draw Lines: On
Text Symbol: F64 = Draw Lines: Automatically
Text Symbol: F62 = Scroll Page: Last Page
Text Symbol: F61 = Scroll Page: Next Page
Text Symbol: F60 = Scroll Page: Previous Page
Text Symbol: F59 = Scroll Page: First Page
Text Symbol: F57 = Scroll Column: Last Column
Text Symbol: F56 = Scroll Column: Next Column
Text Symbol: F55 = Scroll Column: Previous Column
Text Symbol: F54 = Scroll Column: First Column
Text Symbol: F52 = Filter: Delete
Text Symbol: F51 = Filter: Set
Text Symbol: F49 = Report
Text Symbol: F46 = Layout: Manage
Text Symbol: F45 = Layout: Save
Text Symbol: F44 = Layout: Choose
Text Symbol: F43 = Layout: Change


INCLUDES used within this REPORT BCALV_TEST_FULLSCREEN_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:

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_bypassing_buffer = gs_test-bypassing_buffer i_buffer_active = gs_test-buffer_active i_callback_program = l_callback_program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' i_callback_html_top_of_page = l_event_html_top i_callback_html_end_of_list = l_event_html_end * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = i_grid_settings = ls_sett is_layout = ls_layo it_fieldcat = lt_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = con_true i_save = 'A' is_variant = ls_vari it_events = lt_evts it_event_exit = lt_evts_exit * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_html_height_top = gs_test-html_top_height i_html_height_end = gs_test-html_end_height * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = tables t_outtab = lt_table "gt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE



call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = con_sflight i_client_never_display = con_true 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 = 4 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = space i_structure_name = 'SYST' i_client_never_display = 'X' i_bypassing_buffer = space * I_INTERNAL_TABNAME = changing ct_fieldcat = ct_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = space i_alv_form = 'X'.



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