RSTABL11 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 RSTABL11 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.
Title: Performance analysis: Table call statistics
INCLUDE RSTABL12.
No SAP DATABASE tables are accessed within this REPORT code!
TH_SERVER_LIST call function 'TH_SERVER_LIST' * exporting * services = 255 tables list = server_list exceptions no_server_list = 1 others = 2.
SAPTUNE_SYSTEM_STARTUP call function 'SAPTUNE_SYSTEM_STARTUP' importing start_date = startupdate start_time = startuptime exceptions others = 1.
SAPWL_TABSTAT_GET_STATISTIC call function 'SAPWL_TABSTAT_GET_STATISTIC' exporting periodtype = period hostid = sy-host instanceno = sysno startdate = startday importing statdate = statidate stattime = statitime tables table_calls = buffered_tables exceptions unknown_periodtype = 1 no_data_found = 2 others = 3.
SAPWL_TABSTAT_GET_STATISTIC call function 'SAPWL_TABSTAT_GET_STATISTIC' exporting periodtype = period hostid = 'TOTAL' instanceno = '--' startdate = startday importing statdate = statidate stattime = statitime tables table_calls = buffered_tables exceptions unknown_periodtype = 1 no_data_found = 2 others = 3.
SAPWL_TABSTAT_GET_DIRECTORY call function 'SAPWL_TABSTAT_GET_DIRECTORY' exporting periodtype = period * HOSTID = * INSTNOCHAR = ' ' startdate = startday tables directory = direc_table exceptions directory_is_empty = 1 others = 2.
SAPWL_TABSTAT_GET_STATISTIC call function 'SAPWL_TABSTAT_GET_STATISTIC' exporting periodtype = period hostid = direc_table-hostid instanceno = direc_table-instno startdate = startday importing statdate = statidate stattime = statitime tables table_calls = buffered_tables exceptions unknown_periodtype = 1 no_data_found = 2 others = 3.
SAPWL_TABSTAT_GET_STATISTIC call function 'SAPWL_TABSTAT_GET_STATISTIC' exporting periodtype = period hostid = host_id instanceno = instno startdate = startday importing statdate = statidate stattime = statitime tables table_calls = buffered_tables exceptions unknown_periodtype = 1 no_data_found = 2 others = 3.
SAPTUNE_TABLE_QUALITIES call function 'SAPTUNE_TABLE_QUALITIES' tables buffered_tables = buffered_tables "input buffered_tables_64 = buffered_tables_64 qualities = qualities. "output
SAPWL_TABSTAT_SINCE_STARTUP call function 'SAPWL_TABSTAT_SINCE_STARTUP' importing start_date = startdatum start_time = startzeit tables table_calls = buffered_tables table_calls_64 = buffered_tables_64 generic_regions = generic_regions exceptions no_statistic_available = 2 statistic_turned_off = 1 others = 3.
SAPTUNE_TABLE_QUALITIES call function 'SAPTUNE_TABLE_QUALITIES' tables buffered_tables = buffered_tables "input buffered_tables_64 = buffered_tables_64 qualities = qualities. "output
SAPWL_TABSTAT_SINCE_STARTUP call function 'SAPWL_TABSTAT_SINCE_STARTUP' destination server importing start_date = startdatum start_time = startzeit tables table_calls = buffered_tables table_calls_64 = buffered_tables_64 generic_regions = generic_regions exceptions no_statistic_available = 2 statistic_turned_off = 1 others = 3.
SAPTUNE_TABLE_QUALITIES call function 'SAPTUNE_TABLE_QUALITIES' tables buffered_tables = buffered_tables "input buffered_tables_64 = buffered_tables_64 qualities = qualities. "output
SAPWL_TABSTAT_SINCE_STARTUP call function 'SAPWL_TABSTAT_SINCE_STARTUP' destination server_list-name importing start_date = startdatum start_time = startzeit tables table_calls = buffered_tables table_calls_64 = buffered_tables_64 generic_regions = generic_regions exceptions no_statistic_available = 2 statistic_turned_off = 1 others = 3.
SAPTUNE_BUFFER_STATISTICS call function 'SAPTUNE_BUFFER_STATISTICS' destination server exporting buffername = 'TABL' importing buffer_statistic = buffer_statistic exceptions no_statistic_available = 1 system_failure = 2 message error communication_failure = 3 message error.
SAPTUNE_BUFFER_STATISTICS call function 'SAPTUNE_BUFFER_STATISTICS' exporting buffername = 'TABL' importing buffer_statistic = buffer_statistic exceptions no_statistic_available = 1.
SAPTUNE_BUFFER_STATISTICS call function 'SAPTUNE_BUFFER_STATISTICS' destination server exporting buffername = 'TABLP' * UNIT_KB = 'X' importing buffer_statistic = buffer_statistic exceptions invalid_buffer_name = 1 no_statistic_available = 2 others = 3.
SAPTUNE_BUFFER_STATISTICS call function 'SAPTUNE_BUFFER_STATISTICS' exporting buffername = 'TABLP' * UNIT_KB = 'X' importing buffer_statistic = buffer_statistic exceptions invalid_buffer_name = 1 no_statistic_available = 2 others = 3.
DDIF_TABT_GET call function 'DDIF_TABT_GET' exporting name = l_tabname importing dd09l_wa = ls_tech_settings exceptions others = 99 .
call function 'DDIF_NAMETAB_GET' exporting tabname = l_tabname tables x031l_tab = et_x031l exceptions others = 99 .
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 RSTABL11 or its description.
RSTABL11 - Performance analysis: Table call statistics RSTABL11 - Performance analysis: Table call statistics RSTABBUR - Comparison of Package/Subapplication Assignment RSTABBUF - Buffering Allowed, But Not Buffered RSTABBUF - Buffering Allowed, But Not Buffered RSTABAUS - Comparison of Package/Subapplication Assignment