SWNC_TCOLL_LOG SAP (Log of the SWNC TCOLL Runner (CL_SWNC_TCOLL_RUNNER)) Table details

Dictionary Type: Table
Description: Log of the SWNC TCOLL Runner (CL_SWNC_TCOLL_RUNNER)




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




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

SWNC_TCOLL_LOG is a standard SAP Table which is used to store Log of the SWNC TCOLL Runner (CL_SWNC_TCOLL_RUNNER) data and is available within R/3 SAP systems depending on the version and release level.

The SWNC_TCOLL_LOG table consists of various fields, each holding specific information or linking keys about Log of the SWNC TCOLL Runner (CL_SWNC_TCOLL_RUNNER) data available in SAP. These include TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), SEQNO (SWNC Sequence Number), INSTANCE (SAP Workload NW Collector: Host Name), WPID (SAP Workload NW Collector: Counter (Short)).. 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 SWNC_TCOLL_LOG 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
IDENTSAP Workload NW Collector: Text Field of 32 Characters SWNCTXT32CHAR32SWNCDOMTXT32
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SEQNOSWNC Sequence Number SWNC_SEQNONUMC8
INSTANCESAP Workload NW Collector: Host Name SWNCHOSTNAMECHAR40SWNCDOMTXT40
WPIDSAP Workload NW Collector: Counter (Short) SWNCSHCNTDEC12SWNCDOMDEC12
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
USERIDUser Name SYUNAMECHAR12SYCHAR12
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
RNAMECalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
RENUMSWNC Sequence Number SWNC_SEQNONUMC8
SYTYPSAP Workload NW Collector: Text Field of 1 Character SWNCTXT01CHAR1SWNCDOMTXT01
ALTSYSAP Workload NW Collector: Host Name SWNCHOSTNAMECHAR40SWNCDOMTXT40
EVENTSAP Workload NW Collector: Text Field of 16 Characters SWNCTXT16CHAR16SWNCDOMTXT16
PROGNAMECalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TEXTSAP Workload NW Collector: Text Field of 128 Characters SWNCTXT128CHAR128SWNCDOMTXT128

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWNC_TCOLL_LOG
INTO CORRESPONDING FIELDS OF WA_SWNC_TCOLL_LOG
WHERE...

How to access SAP table SWNC_TCOLL_LOG

Within an ECC or HANA version of SAP you can also view further information about SWNC_TCOLL_LOG 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!