SAP Reports / Programs

BCALV_TEST_FULLSCREEN_CALLS SAP ABAP Report - Program BCALV_TEST_FULLSCREEN_CALLS







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


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_CALLS. "Basic submit
SUBMIT BCALV_TEST_FULLSCREEN_CALLS AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_FULLSCREEN_CALLS 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_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





Text Symbol: T12 = END_OF_LIST
Text Symbol: T17 = HTML_TOP_OF_PAGE
Text Symbol: T18 = HTML_END_OF_LIST
Text Symbol: F50 = Function Group: Filter
Text Symbol: ANZ = Number of Calls
Text Symbol: E14 = Event HTML Top of Page
Text Symbol: E15 = Event HTML End Of List
Text Symbol: EXC = Suppress Function Codes per Level
Text Symbol: F01 = Details
Text Symbol: F02 = F2 (Detail)
Text Symbol: F03 = Function Group: Sort
Text Symbol: F04 = Sort: Ascending
Text Symbol: F05 = Sort: Descending
Text Symbol: F06 = Function Group: Select Rows
Text Symbol: F07 = Select Rows: All
Text Symbol: F08 = Select Rows: Delete All
Text Symbol: F10 = Freeze Columns
Text Symbol: F11 = Freeze Columns: Unfreeze
Text Symbol: F12 = Optimize Columns
Text Symbol: F13 = Search
Text Symbol: F14 = Function Group: Total
Text Symbol: F15 = Total
Text Symbol: F16 = Total: Mean Value
Text Symbol: F17 = Total: Minimum
Text Symbol: F18 = Total: Maximum
Text Symbol: F20 = Function Group: Subtotal
Text Symbol: F21 = Subtotal
Text Symbol: F22 = Subtotal: Drilldown Total Level
Text Symbol: F23 = Print (Backend)
Text Symbol: F31 = Function Group: Export
Text Symbol: F32 = Export: Excel
Text Symbol: F33 = Export: Word
Text Symbol: F34 = Export: File
Text Symbol: F35 = Export: Send
Text Symbol: F36 = Export: Office
Text Symbol: F37 = Export: ABC Analysis
Text Symbol: F39 = Export: Crystal Templates
Text Symbol: F40 = Export: Addit. Functions
Text Symbol: F41 = Export: Copy URL to Clipboard





Text Symbol: F42 = Function Group: Layout
Text Symbol: F43 = Layout: Change
Text Symbol: F44 = Layout: Choose
Text Symbol: F45 = Layout: Save
Text Symbol: F46 = Layout: Manage
Text Symbol: F49 = Report


INCLUDES used within this REPORT BCALV_TEST_FULLSCREEN_CALLS

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



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