SAP Reports / Programs | Basis Components | Use Subcomponents | Performance Monitors (TCC)(BC-CCM-MON-TUN) SAP BC

RSTABL11 SAP ABAP Report - Performance analysis: Table call statistics







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


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


Text pool values


Title: Performance analysis: Table call statistics


INCLUDES used within this REPORT RSTABL11

INCLUDE RSTABL12.


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:

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 .

DDIF_NAMETAB_GET





call function 'DDIF_NAMETAB_GET' exporting tabname = l_tabname tables x031l_tab = et_x031l exceptions others = 99 .



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