UNE50F01 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 UNE50F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPTUNE_GET_SUMMARY_STATISTIC call function 'SAPTUNE_GET_SUMMARY_STATISTIC' exporting destination = server importing roll_area = roll paging_area = page logic_accesses = logic_accesses logic_accesses_64 = logic_accesses_64 db_accesses = db_accesses db_accesses_64 = db_accesses_64 total_hitratio = total_hitratio startup_time = startup_time startup_date = startup_date analysis_date = analysis_date analysis_time = analysis_time total_durations = durations total_durations_64 = durations_64 total_rows = rows total_rows_64 = rows_64 total_operations = total_operations sap_cursor_cache_total = cc_total number_of_tables = number_of_tables extended_memory_usage = em_usage heap_memory_usage = heap_usage rfc_error = rfc_error rfc_error_type = rfc_error_type pxa_info = pxa bufstat_available = bufstat_available tabstat_available = tabstat_available rpstat_available = rpstat_available pxainf_available = pxainf_available ccstat_available = ccstat_available emstat_available = emstat_available tables buffer_statistic = buffer_statistic buffer_statistic_64 = buffer_statistic_64 table_statistic = buffered_tables table_statistic_64 = buffered_tables_64 buffer_names = buffer_names table_qualities = table_qualities cursor_cache_info = cc_info extended_memory_active_context = em_blocks alloc_procedure_dia = alloc_procedure_dia alloc_procedure_nondia = alloc_procedure_nondia internal_external_modes_memory = modes mode_memory_history = mode_history exceptions no_authorization = 1 others = 2.
SAPTUNE_RESET_BUFFER call function 'SAPTUNE_RESET_BUFFER' destination server exporting buffername = current_buffer exceptions system_failure = 1 message error communication_failure = 2 message error invalid_buffer_name = 3 reset_failed = 4.
SAPTUNE_RESET_BUFFER call function 'SAPTUNE_RESET_BUFFER' exporting buffername = current_buffer exceptions invalid_buffer_name = 3 reset_failed = 4.
TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = active_servers.
SAPTUNE_PROFILE_PARAMETER call function 'SAPTUNE_PROFILE_PARAMETER' destination server exporting name = profile_parameter-name importing value = profile_parameter-value exceptions system_failure = 01 message error communication_failure = 02 message error.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.