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

BCALV_TEST_FULLSCREEN_HTML SAP ABAP Report - Test Fullscreen HTML







BCALV_TEST_FULLSCREEN_HTML 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_HTML 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_HTML. "Basic submit
SUBMIT BCALV_TEST_FULLSCREEN_HTML AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_FULLSCREEN_HTML 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_BUFFER = i_buffer_active = 'X'
Selection Text: P_BYPASS = i_bypassing_buffer = 'X'
Selection Text: P_DB = Data from Database
Selection Text: P_D_FILE = File Name
Selection Text: P_EXT = Data from External File
Selection Text: P_E_LEND = Event END_OF_LIST
Selection Text: P_E_LTOP = Event TOP_OF_LIST
Selection Text: P_E_PEND = Event END_OF_PAGE
Selection Text: P_E_PTOP = Event TOP_OF_PAGE
Selection Text: P_HTML = Form I_CALLBACK_HTML_TOP
Selection Text: P_HTML_E = Form I_CALLBACK_HTML_END
Selection Text: P_HTML_H = Number of HTML Lines Type H
Selection Text: P_HTML_S = Number of HTML Lines Type S
Selection Text: P_LISTE = Simple List Output
Selection Text: P_ROWS_E = Height of HTML Container End
Selection Text: P_ROWS_T = Height of HTML Container Top
Selection Text: P_TOP = Form I_CALLBACK_TOP_OF_PAGE
Title: Test Fullscreen HTML


INCLUDES used within this REPORT BCALV_TEST_FULLSCREEN_HTML

INCLUDE BCALV_TEST_FULLSCREEN_HTMLTOP.


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_buffer_active = p_buffer 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 it_events = gt_events[] is_variant = gs_variant i_html_height_top = p_rows_t i_html_height_end = p_rows_e * 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_outtab.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_structure_name = 'ALV_T_T2' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' 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 it_events = gt_events[] * 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_outtab.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page i_end_of_list_grid = 'X'.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.



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