SAP Reports / Programs

SWNC_COLLECTOR_PERFORMANCE SAP ABAP Report - Performance Analysis of the Performance Collector Itself







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


Text pool values


Selection Text: LEVEL3B = Agg. for One Day Across Comps
Selection Text: LEVEL3A = Aggregation for One Component
Selection Text: LEVEL2 = Aggregation for One Day
Selection Text: LEVEL1 = Aggregation for One Run
Selection Text: LEVEL0 = No Aggregation
Selection Text: DATUM = Restrict Date
Title: Performance Analysis of the Performance Collector Itself
Text Symbol: 231 = Component (Instance, Host Name, ...)
Text Symbol: 232 = Component Type
Text Symbol: 233 = Associated System
Text Symbol: 234 = Date of Collector Run
Text Symbol: 235 = Time of Collector Run
Text Symbol: 236 = Rotation Number in a Collector Run
Text Symbol: 237 = Start Date of Reading of Stats Records
Text Symbol: 238 = Start Time of Reading of Stats Records
Text Symbol: 239 = End Date of Reading of Stats Records
Text Symbol: 240 = End Time of Reading of Stats Records
Text Symbol: 241 = Target Runtime for Preaggregation
Text Symbol: 242 = Actual Runtime for Preaggregation
Text Symbol: 243 = Actual Runtime for DB Aggregation
Text Symbol: 244 = Number of Logical Records (Main and Sub)
Text Symbol: 245 = Number of Single Recs (Main or Subrecs)
Text Symbol: 246 = Deviation: Real to Target Runtime
Text Symbol: 247 = Current Maximum Number of Logical Recs
Text Symbol: 248 = Max. Number of Logical Records Reached?
Text Symbol: 249 = New Maximum Number of Logical Records
Text Symbol: 250 = Maximum Usage of Roll Memory
Text Symbol: 251 = Maximum Usage of Extended Memory
Text Symbol: 252 = Maximum Usage of Heap Memory
Text Symbol: 253 = Time Required for a Logical Record
Text Symbol: 254 = Time Required for a Single Record
Text Symbol: 255 = No. of Single Records per Logical Record
Text Symbol: 225 = Single/Logical Record
Text Symbol: 050 = Restrictions
Text Symbol: 051 = Instance
Text Symbol: 052 = Date
Text Symbol: 100 = Collector Performance Analysis (No Aggregation)
Text Symbol: 101 = Performance Analysis Collector (Aggregation for One Run)





Text Symbol: 102 = Performance Analysis Collector (Aggregation for One Day)
Text Symbol: 103 = Performance Analysis Collector (Aggregation for One Component)
Text Symbol: 104 = Performance Analysis Collector (Aggregation for One Day, Across Comps)
Text Symbol: 201 = Instance
Text Symbol: 202 = Component Type
Text Symbol: 203 = System
Text Symbol: 204 = Date
Text Symbol: 205 = Time
Text Symbol: 206 = Rotation Number
Text Symbol: 207 = Start Date
Text Symbol: 208 = Start Time
Text Symbol: 209 = End Date
Text Symbol: 210 = End Time
Text Symbol: 211 = Scheduled Runtime (s)
Text Symbol: 212 = Preaggregation Runtime (s)
Text Symbol: 213 = DB Aggregation Runtime (s)
Text Symbol: 214 = Display Logical Records
Text Symbol: 215 = Display Single Records
Text Symbol: 216 = Runtime Deviation
Text Symbol: 217 = Current Package Size
Text Symbol: 218 = Package Size Reached?
Text Symbol: 219 = New Package Size
Text Symbol: 220 = Roll Memory (Bytes)
Text Symbol: 221 = Extended Memory (Bytes)
Text Symbol: 222 = Heap Memory (Bytes)
Text Symbol: 223 = Time/Logical Record (microseconds)
Text Symbol: 224 = Time/Single Record (microseconds)


INCLUDES used within this REPORT SWNC_COLLECTOR_PERFORMANCE

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SWNCCOLLPERFAGG' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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