SWNCCOLLPERF SAP (Performance Data of the Workload Collector) Table details

Dictionary Type: Table
Description: Performance Data of the Workload Collector




ABAP Code to SELECT data from SWNCCOLLPERF
Related tables to SWNCCOLLPERF
Access table SWNCCOLLPERF




Table field list including key, data, relationships and ABAP select examples

SWNCCOLLPERF is a standard SAP Table which is used to store Performance Data of the Workload Collector data and is available within R/3 SAP systems depending on the version and release level.

The SWNCCOLLPERF table consists of various fields, each holding specific information or linking keys about Performance Data of the Workload Collector data available in SAP. These include COMPTYPE (SAP Workload NW Collector: Component Type), ASSIGNDSYS (SAP Workload NW Collector: System ID), DATUM (SAP Workload NW Collector: Date), UZEIT (SAP Workload NW Collector: Time).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWNCCOLLPERF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
COMPONENTSAP Workload NW Collector: Host Name SWNCHOSTNAMECHAR40SWNCDOMTXT40
COMPTYPESAP Workload NW Collector: Component Type SWNCCOMPTYPECHAR20SWNCDOMTXT20
ASSIGNDSYSSAP Workload NW Collector: System ID SWNCSYSIDCHAR32SWNCDOMTXT32
DATUMSAP Workload NW Collector: Date SWNCDATUMDATS8DATUM
UZEITSAP Workload NW Collector: Time SWNCUZEITTIMS6UZEIT
CNTSAP Workload NW Collector: Whole Number Value up to 2^16-1 SWNCUINT2INT410SWNCDOMINT4
STARTDATESAP Workload NW Collector: Date SWNCDATUMDATS8DATUM
STARTTIMESAP Workload NW Collector: Time SWNCUZEITTIMS6UZEIT
STOPDATESAP Workload NW Collector: Date SWNCDATUMDATS8DATUM
STOPTIMESAP Workload NW Collector: Time SWNCUZEITTIMS6UZEIT
PREAGG_MAXTIMESAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
PREAGG_TIMESAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
DBAGG_TIMESAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
NUM_LOG_RECSSAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
NUM_SIN_RECSSAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
PREAGG_RUNVARIField of type FLTP FLOATFLTP16(16) FLTP
PACKSIZE_ACTSAP Workload NW Collector: Whole Number Value up to 2^16-1 SWNCUINT2INT410SWNCDOMINT4
PACKSIZE_RCDSAP Workload NW Collector: Character-Type Flag SWNC_CFLAGCHAR1
PACKSIZE_NEWSAP Workload NW Collector: Whole Number Value up to 2^16-1 SWNCUINT2INT410SWNCDOMINT4
MEM_ROLLSAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
MEM_EMSAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24
MEM_HEAPSAP Workload NW Collector: Counter (Long) SWNCLOCNTDEC24SWNCDOMDEC24

Key field Non-key field



How do I retrieve data from SAP table SWNCCOLLPERF using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWNCCOLLPERF to SELECT all data from the table
DATA: WA_SWNCCOLLPERF TYPE SWNCCOLLPERF.

SELECT SINGLE *
FROM SWNCCOLLPERF
INTO CORRESPONDING FIELDS OF WA_SWNCCOLLPERF
WHERE...

How to access SAP table SWNCCOLLPERF

Within an ECC or HANA version of SAP you can also view further information about SWNCCOLLPERF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!