COLLSEGTOP SAP (Network monitor: Top performer structure) Structure details

Dictionary Type: Structure
Description: Network monitor: Top performer structure




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




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

COLLSEGTOP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Network monitor: Top performer structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_COLLSEGTOP TYPE COLLSEGTOP.

The COLLSEGTOP table consists of various fields, each holding specific information or linking keys about Network monitor: Top performer structure data available in SAP. These include SUBTYPE (Subtype in saposcol result structure), SERIALNR (Serial number in saposcol result structure), IPADDR (IP address of network segment, or Lan probe), REPORTTYPE (Report type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COLLSEGTOP structure 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
TYPEType in saposcol result structure COLLTYPEINT25INT2
SUBTYPESubtype in saposcol result structure COLLSUBTYPINT25INT2
SERIALNRSerial number in saposcol result structure COLLSERNRINT25INT2
IPADDRIP address of network segment, or Lan probe COLLIPADDRCHAR16CHAR16
REPORTTYPEReport type COLLREPTYPINT410INT4
ADDR1Host addr.; Either a name or a MAC address or an IP address COLLHOADDRCHAR13CHAR13
VAL1Value COLLVALUEINT410INT4
ADDR2Host addr.; Either a name or a MAC address or an IP address COLLHOADDRCHAR13CHAR13
VAL2Value COLLVALUEINT410INT4
ADDR3Host addr.; Either a name or a MAC address or an IP address COLLHOADDRCHAR13CHAR13
VAL3Value COLLVALUEINT410INT4
ADDR_TYPE1Address type: Name, MAC address or IP address COLLADDRTYRAW1COLLRAW1
ADDR_TYPE2Address type: Name, MAC address or IP address COLLADDRTYRAW1COLLRAW1
ADDR_TYPE3Address type: Name, MAC address or IP address COLLADDRTYRAW1COLLRAW1
HTN_ERRORhtn error COLLHTNERRINT410INT4

Key field Non-key field



How do I retrieve data from SAP structure COLLSEGTOP using ABAP code?

As COLLSEGTOP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on COLLSEGTOP as there is no data to select.

How to access SAP table COLLSEGTOP

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