BCALV_TEST_FULLSCREEN_CALLS 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_CALLS 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_EXC01 = Suppress Function Codes
Selection Text: P_COLF03 = Cells: Column
Selection Text: P_COLF02 = Columns
Selection Text: P_COLF01 = Rows
Selection Text: P_COL03 = Color on Cell Level
Selection Text: P_COL02 = Color on Column Level
Selection Text: P_COL01 = Color on Row Level
Selection Text: P_AMOUNT = Number of Records to Read
Title: Program BCALV_TEST_FULLSCREEN_CALLS
Text Symbol: F66 = Draw Lines: Off
Text Symbol: F65 = Draw Lines: On
Text Symbol: F64 = Draw Lines: Automatically
Text Symbol: F63 = Function Group: Draw Lines
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: F58 = Function Group: Scroll Pages
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: F53 = Function Group: Scroll Columns
Text Symbol: F52 = Filter: Delete
Text Symbol: F51 = Filter: Set
Text Symbol: F67 = Basic List
Text Symbol: F68 = List Status Information
Text Symbol: F69 = Selection Information
Text Symbol: FLL = ALV Fullscreen
Text Symbol: GRD = ALV Grid
Text Symbol: H01 = Flight Overview
Text Symbol: H02 = Number of Flights
Text Symbol: H03 = Current Data
Text Symbol: LST = ALV List
Text Symbol: T00 = Display Type
Text Symbol: T09 = TOP_OF_PAGE
Text Symbol: T10 = END_OF_PAGE
Text Symbol: T11 = TOP_OF_LIST
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = g_repid i_callback_pf_status_set = 'F01_EVENT_PF_STATUS_SET' i_callback_user_command = 'F01_EVENT_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 = is_layout = ls_layo it_fieldcat = lt_fcat it_excluding = lt_excl * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' 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 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab =
exceptions program_error = 1 others = 2.
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_EVENT_PF_STATUS_SET' i_callback_user_command = 'F01_EVENT_USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layo it_fieldcat = lt_fcat it_excluding = lt_excl * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' 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 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab =
exceptions program_error = 1 others = 2.
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 = * I_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.
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'.
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.
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.
LVC_TRANSFER_FROM_SLIS call function 'LVC_TRANSFER_FROM_SLIS' exporting it_fieldcat_alv = lt_fcat_slis is_layout_alv = ls_layo_slis importing et_fieldcat_lvc = lt_fcat es_layout_lvc = ls_layo tables it_data =
exceptions it_data_missing = 1 others = 2.
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_CALLS or its description.
BCALV_TEST_FULLSCREEN_CALLS - Program BCALV_TEST_FULLSCREEN_CALLS BCALV_TEST_FULLSCREEN_CALLS - Program BCALV_TEST_FULLSCREEN_CALLS BCALV_TEST_FULLSCREEN - Program BCALV_TEST_FULLSCREEN BCALV_TEST_FULLSCREEN - Program BCALV_TEST_FULLSCREEN BCALV_TEST_FORMAT_ADV_ICO_DAT - BCALVTESTFORMATADVICODAT BCALV_TEST_FORMAT_ADVANCE_SSCR - BCALVTESTFORMATADVANCESSCR