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

SWNC_PERFORMANCE_NW05_FLAT SAP ABAP Report - Performance Test for SWNC_STATREC_READ







SWNC_PERFORMANCE_NW05_FLAT 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 SWNC_PERFORMANCE_NW05_FLAT 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 SWNC_PERFORMANCE_NW05_FLAT. "Basic submit
SUBMIT SWNC_PERFORMANCE_NW05_FLAT AND RETURN. "Return to original report after report execution complete
SUBMIT SWNC_PERFORMANCE_NW05_FLAT 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 Test for SWNC_STATREC_READ


INCLUDES used within this REPORT SWNC_PERFORMANCE_NW05_FLAT

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:

SWNC_STATREC_READ CALL FUNCTION 'SWNC_STATREC_READ' EXPORTING * READ_TIMEZONE = no_of_records = maxrec read_start_date = s_date read_start_time = s_time read_end_date = enddate read_end_time = endtime * READ_CLIENT = * READ_USERNAME = * READ_EXCLUDE_USERNAME = * READ_WORKPROCESS = 'FFFF' * STATISTIC_FILE = * ASTAT_FILE = * NO_BUFFER_FLUSH = flag_read_stat = rstat flag_read_astat = rastat IMPORTING records_read = records_read single_records_read = single_records_read eof_reached = eof_flag normal_records = t_mainrec btc_step_records = t_btcrec db_records = t_dbrec table_records = t_table_rec rfc_client_records = t_rfc_client rfc_server_records = t_rfc_server rfc_client_dest_records = t_rfc_client_dest rfc_server_dest_records = t_rfc_server_dest * RFC_TIMEINT_RECORDS spool_print_records = t_spool_print_rec spool_activity_records = t_spool_activity_rec db_procedure_records = t_dbprocrec adm_message_records = t_admrec client_info_records = t_clirec * http_records = t_http_rec * http_client_records = t_http_client_rec * http_client_dest_recs = t_http_client_dest_rec subrecord_index = t_subrecord_index astat_records = t_astat_rec EXCEPTIONS read_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 SWNC_PERFORMANCE_NW05_FLAT or its description.