SAP Reports / Programs | Basis Components | Use Subcomponents(BC-CCM) SAP BC

UNE56F01_ALV SAP ABAP INCLUDE - UNE56F01ALV







UNE56F01_ALV is a standard ABAP INCLUDE 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 UNE56F01_ALV 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 UNE56F01_ALV. "Basic submit
SUBMIT UNE56F01_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT UNE56F01_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT UNE56F01_ALV

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:

SAPTUNE_HISTORY_DIRECTORY CALL FUNCTION 'SAPTUNE_HISTORY_DIRECTORY' TABLES contents = tmp_directory EXCEPTIONS no_history_available = 1.

SAPTUNE_HISTORY_DIRECTORY CALL FUNCTION 'SAPTUNE_HISTORY_DIRECTORY' DESTINATION server TABLES contents = tmp_directory EXCEPTIONS no_history_available = 1 system_failure = 2 MESSAGE error communication_failure = 3 MESSAGE error.

SAPTUNE_HISTORY_STATISTICS CALL FUNCTION 'SAPTUNE_HISTORY_STATISTICS' EXPORTING * BUFFERNAME = ' ' date = date host = host system = system * UNIT_KB = 'X' IMPORTING recording_info = rec_info TABLES buffer_history = records-buffers EXCEPTIONS invalid_buffer_name = 1 no_history_available = 2 OTHERS = 3.

SAPTUNE_ROLL_PAGE_HISTORY CALL FUNCTION 'SAPTUNE_ROLL_PAGE_HISTORY' EXPORTING date = date host = host system = system IMPORTING page_area_shared_memory = records-rp-pg_shm page_area_size = records-rp-pg_size page_used = records-rp-pg_cur_usd page_max_used = records-rp-pg_max_usd paging_file_size = records-rp-pg_fil_siz roll_area_shared_memory = records-rp-rl_shm roll_area_size = records-rp-rl_size roll_used = records-rp-rl_cur_usd roll_file_size = records-rp-rl_fil_siz roll_max_used = records-rp-rl_max_usd * time = * sysid = EXCEPTIONS no_history_available = 01.

SAPTUNE_CURS_CACHE_HISTORY CALL FUNCTION 'SAPTUNE_CURS_CACHE_HISTORY' EXPORTING date = date host = host system = system * importing * time = time * sysid = sysid TABLES history = records-cc EXCEPTIONS no_history_available = 01.

SAPTUNE_MEMORY_HISTORY CALL FUNCTION 'SAPTUNE_MEMORY_HISTORY' EXPORTING date = date host = host system = system IMPORTING em_and_heap = records-mem-em_and_heap * time = * sysid = TABLES em_blocks = records-mem-em_blocks allocation_proc_dialog = records-mem-alloc_proc_dia allocation_proc_nondialog = records-mem-alloc_proc_nondia EXCEPTIONS no_history_available = 1 OTHERS = 2.

SAPTUNE_HISTORY_STATISTICS CALL FUNCTION 'SAPTUNE_HISTORY_STATISTICS' DESTINATION server EXPORTING * BUFFERNAME = ' ' date = date host = host system = system * UNIT_KB = 'X' IMPORTING recording_info = rec_info TABLES buffer_history = records-buffers EXCEPTIONS invalid_buffer_name = 1 no_history_available = 2 system_failure = 3 MESSAGE error communication_failure = 4 MESSAGE error OTHERS = 5.

SAPTUNE_ROLL_PAGE_HISTORY CALL FUNCTION 'SAPTUNE_ROLL_PAGE_HISTORY' DESTINATION server EXPORTING date = date host = host system = system IMPORTING page_area_shared_memory = records-rp-pg_shm page_area_size = records-rp-pg_size page_used = records-rp-pg_cur_usd page_max_used = records-rp-pg_max_usd paging_file_size = records-rp-pg_fil_siz roll_area_shared_memory = records-rp-rl_shm roll_area_size = records-rp-rl_size roll_used = records-rp-rl_cur_usd roll_file_size = records-rp-rl_fil_siz roll_max_used = records-rp-rl_max_usd * time = * sysid = EXCEPTIONS no_history_available = 1 system_failure = 2 MESSAGE error communication_failure = 3 MESSAGE error.

SAPTUNE_CURS_CACHE_HISTORY CALL FUNCTION 'SAPTUNE_CURS_CACHE_HISTORY' DESTINATION server EXPORTING date = date host = host system = system * importing * time = time * sysid = sysid TABLES history = records-cc EXCEPTIONS no_history_available = 01 system_failure = 02 MESSAGE error communication_failure = 03 MESSAGE error.

SAPTUNE_MEMORY_HISTORY CALL FUNCTION 'SAPTUNE_MEMORY_HISTORY' DESTINATION server EXPORTING date = date host = host system = system IMPORTING em_and_heap = records-mem-em_and_heap * time = * sysid = TABLES em_blocks = records-mem-em_blocks allocation_proc_dialog = records-mem-alloc_proc_dia allocation_proc_nondialog = records-mem-alloc_proc_nondia EXCEPTIONS no_history_available = 1 system_failure = 2 MESSAGE error communication_failure = 3 MESSAGE error OTHERS = 4.

SAPTUNE_BUFFER_QUALITIES CALL FUNCTION 'SAPTUNE_BUFFER_QUALITIES' DESTINATION server EXPORTING buffer_statistic = bufstat IMPORTING qualities = qualities EXCEPTIONS system_failure = 1 MESSAGE error communication_failure = 2 MESSAGE error.

SAPTUNE_BUFFER_QUALITIES CALL FUNCTION 'SAPTUNE_BUFFER_QUALITIES' EXPORTING buffer_statistic = bufstat IMPORTING qualities = qualities.

SAPTUNE_HISTORY_MAXIMUM CALL FUNCTION 'SAPTUNE_HISTORY_MAXIMUM' EXPORTING host = host system = system TABLES max_table = max_table.

SAPTUNE_HISTORY_MAXIMUM CALL FUNCTION 'SAPTUNE_HISTORY_MAXIMUM' DESTINATION server EXPORTING host = host system = system TABLES max_table = max_table EXCEPTIONS system_failure = 1 MESSAGE error communication_failure = 2 MESSAGE error.

SAPTUNE_BUFFER_NAMES CALL FUNCTION 'SAPTUNE_BUFFER_NAMES' TABLES buffernames = bufnames.

SAPTUNE_BUFFER_NAMES CALL FUNCTION 'SAPTUNE_BUFFER_NAMES' DESTINATION server TABLES buffernames = bufnames EXCEPTIONS system_failure = 1 MESSAGE error communication_failure = 2 MESSAGE error.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header i_tabname_item = gc_t_item i_structure_name_header = gc_s_header i_structure_name_item = gc_s_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header1 t_outtab_item = gt_t_item1 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = iv_tabname i_inclname = gv_repid i_structure_name = iv_struct "FIN_RFFDEA00_01_ALV CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE





CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CCSTATS' CHANGING ct_fieldcat = lt_hlpfieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2 i_tabname_item = gc_t_item2 i_structure_name_header = gc_s_header2 i_structure_name_item = gc_s_item2 is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2 t_outtab_item = gt_t_item2 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header_ccid i_tabname_item = gc_t_item_ccid i_structure_name_header = gc_s_header_ccid i_structure_name_item = gc_s_item_ccid is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header_ccid t_outtab_item = gt_t_item_ccid EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header_ccst i_tabname_item = gc_t_item_ccst i_structure_name_header = gc_s_header_ccst i_structure_name_item = gc_s_item_ccst is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header_ccst t_outtab_item = gt_t_item_ccst EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header_rp i_tabname_item = gc_t_item_rp i_structure_name_header = gc_s_header_rp i_structure_name_item = gc_s_item_rp is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header_rp t_outtab_item = gt_t_item_rp EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header_mem i_tabname_item = gc_t_item_mem i_structure_name_header = gc_s_header_mem i_structure_name_item = gc_s_item_mem is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header_mem t_outtab_item = gt_t_item_mem EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2_ccid i_tabname_item = gc_t_item2_ccid i_structure_name_header = gc_s_header2_ccid i_structure_name_item = gc_s_item2_ccid is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2_ccid t_outtab_item = gt_t_item2_ccid EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2_ccst i_tabname_item = gc_t_item2_ccst i_structure_name_header = gc_s_header2_ccst i_structure_name_item = gc_s_item2_ccst is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2_ccst t_outtab_item = gt_t_item2_ccst EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2_rp i_tabname_item = gc_t_item2_rp i_structure_name_header = gc_s_header2_rp i_structure_name_item = gc_s_item2_rp is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2_rp t_outtab_item = gt_t_item2_rp EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2_mem i_tabname_item = gc_t_item2_mem i_structure_name_header = gc_s_header2_mem i_structure_name_item = gc_s_item2_mem is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2_mem t_outtab_item = gt_t_item2_mem EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status1 i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header1_exten i_tabname_item = gc_t_item1_exten i_structure_name_header = gc_s_header1_exten i_structure_name_item = gc_s_item1_exten is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header1_exten t_outtab_item = gt_t_item1_exten EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status1 i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events i_tabname_header = gc_t_header2_exten i_tabname_item = gc_t_item2_exten i_structure_name_header = gc_s_header2_exten i_structure_name_item = gc_s_item2_exten is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_t_header2_exten t_outtab_item = gt_t_item2_exten EXCEPTIONS program_error = 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 UNE56F01_ALV or its description.