SAP ABAP Class CL_SWNC_STADWD_HELPER (Class with Static Helper Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SWNC_STADWD (Package) STAD (Single Statistics Records Display) with Web Dynpro UI
Properties
Class CL_SWNC_STADWD_HELPER  
Short Description Class with Static Helper Methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWNC_STADWD   STAD (Single Statistics Records Display) with Web Dynpro UI 
Created 20080828   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SWNC_STADWD_HELPER has no interface implemented.
Friends
Class CL_SWNC_STADWD_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ARFC_WAITSECS Constant Public Type reference (TYPE) I 150 Wait Time for aRFCs 20080924
2 C_EPPFILTER Constant Public Type reference (TYPE) I 4 EPP Filter (RSSTAT28) 20080925
3 C_RFCFILTER Constant Public Type reference (TYPE) I -1 RFC Filter (RSSTAT27) 20080925
4 C_SORTBYTID Constant Public Type reference (TYPE) I 2 Sorting by TID 20080924
5 C_SORTBYTIME Constant Public Type reference (TYPE) I 1 Sorting by Time 20080924
6 C_TENMINS_IN_SECS Constant Public Type reference (TYPE) I 600 10 Minutes in Seconds 20080924
7 C_TRANSSUMS Constant Public Type reference (TYPE) I 3 Aggregating by TID 20080924
8 C_VIEW_ADM Constant Public Type reference (TYPE) STRING 'ADM' 20081028
9 C_VIEW_DATA Constant Public Type reference (TYPE) STRING 'DATA' 20081028
10 C_VIEW_DB Constant Public Type reference (TYPE) STRING 'DB' 20081028
11 C_VIEW_DBP Constant Public Type reference (TYPE) STRING 'DBP' 20081028
12 C_VIEW_ESF Constant Public Type reference (TYPE) STRING 'ESF' 20081028
13 C_VIEW_HTTP Constant Public Type reference (TYPE) STRING 'HTTP' 20081028
14 C_VIEW_PASS Constant Public Type reference (TYPE) STRING 'PASS' 20081028
15 C_VIEW_RFC Constant Public Type reference (TYPE) STRING 'RFC' 20081028
16 C_VIEW_SMTP Constant Public Type reference (TYPE) STRING 'SMTP' 20081028
17 C_VIEW_SPOOL Constant Public Type reference (TYPE) STRING 'SPOOL' 20081028
18 C_VIEW_TABLE Constant Public Type reference (TYPE) STRING 'TABLE' 20081028
19 C_VIEW_TASK Constant Public Type reference (TYPE) STRING 'TASK' 20081028
20 C_VIEW_TIME Constant Public Type reference (TYPE) STRING 'TIME' 20081028
21 C_VIEW_VMC Constant Public Type reference (TYPE) STRING 'VMC' 20081028
22 C_VIEW_WEBSERVICE Constant Public Type reference (TYPE) STRING 'WEBSERVICE' 20081028
23 GV_CUR_VIEW Static Attribute Public Type reference (TYPE) STRING 'TIME' 20081028
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MAINRECORDS Static method Public Method Totals Main Records 20080902
2 AGGREGATE_LVL0 Static method Public Method Forms Level 0 Records 20080902
3 AGGREGATE_LVL1 Static method Public Method Forms Level 1 Records 20080902
4 CHECK_AUTH Static method Public Method Checks if there is authorization to display user names 20080904
5 CHECK_EPP_FILTER Static method Public Method Tests whether the current record matches EPP filters 20080925
6 GEN_DETAIL_ADM Static method Public Method Generates ADM Detailed Structure 20080828
7 GEN_DETAIL_DB Static method Public Method Generates DB Detailed Structure 20080828
8 GEN_DETAIL_DBP Static method Public Method Generates DB Procedure Detailed Structure 20080828
9 GEN_DETAIL_DB_LINE Static method Public Method Generates (a Line of the) DB Detailed Structure 20080828
10 GEN_DETAIL_HTTP Static method Public Method Generates HTTP Detailed Structure 20080828
11 GEN_DETAIL_PASS Static method Public Method Generates Extended Passport Detailed Structure 20080828
12 GEN_DETAIL_RFC Static method Public Method Generates RFC Detailed Structure 20080828
13 GEN_DETAIL_SMTP Static method Public Method Generates SMTP Detailed Structure 20080828
14 GEN_DETAIL_SPOOL Static method Public Method Generates Spool Detailed Structure 20080828
15 GEN_DETAIL_TABLE Static method Public Method Generates Table Access Detailed Structure 20080828
16 GEN_DETAIL_TASK Static method Public Method Generates Task&Memory Detailed Structure 20080828
17 GEN_DETAIL_TIME Static method Public Method Generates Time Detailed Structure 20080828
18 GEN_DETAIL_TIMEINT Static method Public Method Generates RFC Time Interval Detailed Structure 20080828
19 GEN_DETAIL_VMC Static method Public Method Generates VMC Detailed Structure 20080828
20 GEN_DETAIL_WEBSERVICE Static method Public Method Generates Web Service Detailed Structure 20080911
21 GEN_DETAIL_WEBSERVICESUM Static method Public Method Generates Web Service Total Detailed Structure 20080911
22 GEN_HASH Static method Private Method Generate Hash from Given String 20081127
23 GET_AVERAGE Static method Private Method Helper Method to Compute Average Values 20081127
24 GET_TYPE Static method Private Method Helper Method that Determines Record Type 20081127
25 GET_UNIQUE_HOSTS Static method Public Method Displays a List of the Application Servers of the System 20080916
26 MERGE_SUBRECORDS Static method Public Method Hangs subrecords on each other 20080902
27 NORMALIZE_MAINTREE Static method Public Method Standardize Size Units of the Main Record 20080902
28 NORMALIZE_MAINVIEW Static method Public Method Standardize Size Units of the Main Record 20080902
29 OKEY_TO_TEXT Static method Public Method Gets matching text for OKEY of an ASTAT record 20080924
30 TASKTYPE_CHAR2STR Static method Public Method Converts Task Type Character to Task Type Description 20080828
31 TASKTYPE_NUM2CHAR Static method Public Method Converts Task Type Number to Task Type Characters 20080828
32 TASKTYPE_NUM2STR Static method Public Method Converts Task Type Number to Task Type Description 20080828
Events
Class CL_SWNC_STADWD_HELPER has no event.
Types
Class CL_SWNC_STADWD_HELPER has no local type.
Method Signatures

Method ADD_MAINRECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TARGET Call by reference Type reference (TYPE) GTY_STATMAINTREE Anzeigestruktur für Hauptbildschirm 20080916
2 Importing IS_SOURCE Call by reference Type reference (TYPE) GTY_STATMAINTREE Anzeigestruktur für Hauptbildschirm 20080916

Method ADD_MAINRECORDS on class CL_SWNC_STADWD_HELPER has no exception.

Method AGGREGATE_LVL0 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATRECS Call by reference Type reference (TYPE) GTY_T_STATRECS Tabellentyp für Statistiksätze mit Instanznamen 20080916
2 Exporting ET_STATTREE Call by reference Type reference (TYPE) GTY_T_STATMAINTREE Tabellentyp für Main-Records in Baumstruktur 20080916
3 Importing IT_STATRECS Call by reference Type reference (TYPE) GTY_T_STATRECS Tabellentyp für Statistiksätze mit Instanznamen 20080916
4 Importing IT_STATTREE Call by reference Type reference (TYPE) GTY_T_STATMAINTREE Tabellentyp für Main-Records in Baumstruktur 20080916
5 Importing IT_TRANSIDS Call by reference Type reference (TYPE) GTY_T_TRANSIDS Tabellentyp für Transaktions-IDs 20080916

Method AGGREGATE_LVL0 on class CL_SWNC_STADWD_HELPER has no exception.

Method AGGREGATE_LVL1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STATRECS Call by reference Type reference (TYPE) GTY_T_STATRECS Tabellentyp für Statistiksätze mit Instanznamen 20080916
2 Changing CT_STATTREE Call by reference Type reference (TYPE) GTY_T_STATMAINTREE Tabellentyp für Main-Records in Baumstruktur 20080916
3 Importing IT_STATRECS Call by reference Type reference (TYPE) GTY_T_STATRECS Tabellentyp für Statistiksätze mit Instanznamen 20080916
4 Importing IT_STATTREE Call by reference Type reference (TYPE) GTY_T_STATMAINTREE Tabellentyp für Main-Records in Baumstruktur 20080916
5 Importing IT_TRANSIDS Call by reference Type reference (TYPE) GTY_T_TRANSIDS Tabellentyp für Transaktions-IDs 20080916

Method AGGREGATE_LVL1 on class CL_SWNC_STADWD_HELPER has no exception.

Method CHECK_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20080916

Method CHECK_AUTH on class CL_SWNC_STADWD_HELPER has no exception.

Method CHECK_EPP_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STATREC Call by reference Type reference (TYPE) SWNCSTATREC Statistiksatz (tiefe Struktur: Haupt+Subsätze) 20080925
2 Importing IV_CONNID Call by reference Type reference (TYPE) SWNCWDCONNECTION_ID Verbindungs-ID des Extended Passports 20080925
3 Importing IV_RCID Call by reference Type reference (TYPE) SWNCWDROOT_CONTEXT_ID Root Kontext-ID des Extended Passports 20080925
4 Returning RV_MATCH Value transfer Type reference (TYPE) ABAP_BOOL abap_true bei positivem Match 20080925

Method CHECK_EPP_FILTER on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_ADM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ADM Call by reference Type reference (TYPE) SWNC_T_SUBADM Tabelle für ADM-Messages-Subsätze 20080916
2 Returning RT_ADM Value transfer Type reference (TYPE) GTY_T_DETAIL_ADM Tabellentyp für ADM Message Detailstrukturen 20080916

Method GEN_DETAIL_ADM on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DB Call by reference Type reference (TYPE) SWNC_T_SUBDB Tabelle für DB-Subsätze 20080916
2 Returning RT_DB Value transfer Type reference (TYPE) GTY_T_DETAIL_DB Tabellentyp für Datenbankdetails 20080916

Method GEN_DETAIL_DB on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_DBP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DBP Call by reference Type reference (TYPE) SWNC_T_SUBDBP Tabelle für DB-Procedure-Subsätze 20080916
2 Returning RT_DBP Value transfer Type reference (TYPE) GTY_T_DETAIL_DBP Tabellentyp für DBP Subsätze 20080916

Method GEN_DETAIL_DBP on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_DB_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DB Value transfer Type reference (TYPE) SWNCSUBDB SAP Workload NW Collector: Statistik-Subsatz DB 20080916
2 Returning RS_DB Value transfer Type reference (TYPE) GTY_DETAIL_DB Detailstruktur fuer Datenbankdetails 20080916

Method GEN_DETAIL_DB_LINE on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_HTTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MAINVIEW Call by reference Type reference (TYPE) GTY_STATMAINVIEW Anzeigestruktur für Hauptbildschirm 20080916
2 Importing IT_HTTPCL Call by reference Type reference (TYPE) SWNC_T_SUBHTTPC 20080916
3 Importing IT_HTTPCLD Call by reference Type reference (TYPE) SWNC_T_SUBHTTPCD Tabelle für HTTP-Client-Destination-Subsätze 20080916
4 Importing IT_HTTPSV Call by reference Type reference (TYPE) SWNC_T_SUBHTTPS 20080916
5 Importing IT_HTTPSVD Call by reference Type reference (TYPE) SWNC_T_SUBHTTPSD Tabelle für HTTP-Server-Destination-Subsätze 20080916
6 Returning RS_HTTP Value transfer Type reference (TYPE) GTY_DETAIL_HTTP Detailstruktur für HTTP Subsätze 20080916

Method GEN_DETAIL_HTTP on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_PASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PASS Call by reference Type reference (TYPE) SWNC_T_SUBPASSPORT Tabelle für Extended Passport 20080916
2 Returning RS_PASS Value transfer Type reference (TYPE) GTY_DETAIL_PASS Detailstruktur für Extended Passport 20080916

Method GEN_DETAIL_PASS on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_RFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RFCCL Call by reference Type reference (TYPE) SWNC_T_SUBRFCC Tabelle für RFC-Client-Subsätze 20080916
2 Importing IT_RFCCLD Call by reference Type reference (TYPE) SWNC_T_SUBRFCCD Tabelle für RFC-Client-Destination-Subsätze 20080916
3 Importing IT_RFCSV Call by reference Type reference (TYPE) SWNC_T_SUBRFCS Tabelle für RFC-Server-Subsätze 20080916
4 Importing IT_RFCSVD Call by reference Type reference (TYPE) SWNC_T_SUBRFCSD Tabelle für RFC-Server-Destination-Subsätze 20080916
5 Returning RS_RFC Value transfer Type reference (TYPE) GTY_DETAIL_RFC Detailstruktur für RFC Subsätze 20080916

Method GEN_DETAIL_RFC on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_SMTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SMTPCL Call by reference Type reference (TYPE) SWNC_T_SUBSMTPC Tabelle für SMTP-Client-Subsätze 20080916
2 Importing IT_SMTPCLD Call by reference Type reference (TYPE) SWNC_T_SUBSMTPCD Tabelle für SMTP-Client-DestinationSubsätze 20080916
3 Importing IT_SMTPSV Call by reference Type reference (TYPE) SWNC_T_SUBSMTPS Tabelle für SMTP-Server-Subsätze 20080916
4 Importing IT_SMTPSVD Call by reference Type reference (TYPE) SWNC_T_SUBSMTPSD Tabelle für SMTP-Server-Destination-Subsätze 20080916
5 Returning RS_SMTP Value transfer Type reference (TYPE) GTY_DETAIL_SMTP Detailstruktur für HTTP Subsätze 20080916

Method GEN_DETAIL_SMTP on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_SPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SPOOLACT Call by reference Type reference (TYPE) SWNC_T_SUBSPOA Tabelle für Spool-Activity-Subsätze 20080916
2 Importing IT_SPOOLPRI Call by reference Type reference (TYPE) SWNC_T_SUBSPO Tabelle für Spool-Subsätze 20080916
3 Returning RS_SPOOL Value transfer Type reference (TYPE) GTY_DETAIL_SPOOL Detailstruktur für Spool Subsätze 20080916

Method GEN_DETAIL_SPOOL on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) SWNC_T_SUBTAB Tabelle für Tabellen-Subsätze 20080916
2 Returning RT_TABLE Value transfer Type reference (TYPE) GTY_T_DETAIL_TABLE Tabellentyp für Table Accesses Detailstruktur 20080916

Method GEN_DETAIL_TABLE on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MAINVIEW Call by reference Type reference (TYPE) GTY_STATMAINVIEW Anzeigestruktur für Hauptbildschirm 20080916
2 Returning RS_TASK Value transfer Type reference (TYPE) GTY_DETAIL_TASK Detailstruktur für Taskinformationen 20080916

Method GEN_DETAIL_TASK on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MAINVIEW Call by reference Type reference (TYPE) GTY_STATMAINVIEW Anzeigestruktur für Hauptbildschirm 20080916
2 Returning RS_TIME Value transfer Type reference (TYPE) GTY_DETAIL_TIME Detailansicht zur Zeitanalyse 20080916

Method GEN_DETAIL_TIME on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_TIMEINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INTERVALS Call by reference Type reference (TYPE) SWNC_T_SUBTIINT Tabelle für Time-Intervall-Subsätze 20080916
2 Importing IT_RFCCLIDST Call by reference Type reference (TYPE) SWNC_T_SUBRFCCD Tabelle für RFC-Client-Destination-Subsätze 20080916
3 Importing IT_RFCSRVDST Call by reference Type reference (TYPE) SWNC_T_SUBRFCSD Tabelle für RFC-Server-Destination-Subsätze 20080916
4 Returning RS_INTERVALS Value transfer Type reference (TYPE) GTY_DETAIL_TIMEINT Detailstruktur für RFC Time Intervals 20080916

Method GEN_DETAIL_TIMEINT on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_VMC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VMC Call by reference Type reference (TYPE) SWNC_T_SUBVMC Tabelle für VM-Container-Subsätze 20080916
2 Returning RS_VMC Value transfer Type reference (TYPE) GTY_DETAIL_VMC Detailstruktur für Summierung von VMC-Subsätzen 20080916

Method GEN_DETAIL_VMC on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_WEBSERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WS Call by reference Type reference (TYPE) SWNC_T_SUBWEBSERVICE Tabelle für WebService Subsätze 20081104
2 Returning RT_WS Value transfer Type reference (TYPE) GTY_T_DETAIL_WEBSERVICE 20080916

Method GEN_DETAIL_WEBSERVICE on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_DETAIL_WEBSERVICESUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WSS Call by reference Type reference (TYPE) SWNC_T_SUBWEBSERVICESUM Tabelle für WebService-Summen-Subsätze 20081104
2 Returning RS_WSS Value transfer Type reference (TYPE) GTY_DETAIL_WEBSERVICESUM 20080916

Method GEN_DETAIL_WEBSERVICESUM on class CL_SWNC_STADWD_HELPER has no exception.

Method GEN_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20081127
2 Returning RV_HASH Value transfer Type reference (TYPE) STRING 20081127

Method GEN_HASH on class CL_SWNC_STADWD_HELPER has no exception.

Method GET_AVERAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNT Call by reference Type reference (TYPE) SWNCSHCNT SAP Workload NW Collector: Zähler (lang) 20081127
2 Importing IV_VALUE Call by reference Type reference (TYPE) SWNCLOCNT SAP Workload NW Collector: Zähler (lang) 20081127
3 Returning RV_AVERAGE Value transfer Type reference (TYPE) SWNCSHCNT SAP Workload NW Collector: Zähler (lang) 20081127

Method GET_AVERAGE on class CL_SWNC_STADWD_HELPER has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LVL0_TREE Value transfer Type reference (TYPE) GTY_STATMAINTREE Business-Transaktion oder Job/Tasktyp 20081127
2 Importing IT_STATRECS Call by reference Type reference (TYPE) GTY_T_STATRECS Tabellentyp für Statistiksätze mit Instanznamen 20081127
3 Importing IV_INDEX Call by reference Type reference (TYPE) I 20081127
4 Importing IV_TASKTYPE Call by reference Type reference (TYPE) SWNCWDTASKTYPE Beschreibung des Tasktyps 20081127

Method GET_TYPE on class CL_SWNC_STADWD_HELPER has no exception.

Method GET_UNIQUE_HOSTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HOSTS Value transfer Type reference (TYPE) GTY_T_HOSTS Statische Beschreibung einer SAP-Instanz. 20080916

Method GET_UNIQUE_HOSTS on class CL_SWNC_STADWD_HELPER has no exception.

Method MERGE_SUBRECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TARGET Call by reference Type reference (TYPE) GTY_STATRECS Strukturtyp mit Instanzname und Statistiksätzen 20080916
2 Importing IS_SOURCE Call by reference Type reference (TYPE) GTY_STATRECS Strukturtyp mit Instanzname und Statistiksätzen 20080916

Method MERGE_SUBRECORDS on class CL_SWNC_STADWD_HELPER has no exception.

Method NORMALIZE_MAINTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RECORD Call by reference Type reference (TYPE) GTY_STATMAINTREE Anzeigestruktur für Hauptbildschirm 20080916

Method NORMALIZE_MAINTREE on class CL_SWNC_STADWD_HELPER has no exception.

Method NORMALIZE_MAINVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RECORD Call by reference Type reference (TYPE) GTY_STATMAINVIEW Anzeigestruktur für Hauptbildschirm 20080916

Method NORMALIZE_MAINVIEW on class CL_SWNC_STADWD_HELPER has no exception.

Method OKEY_TO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OKEY Call by reference Type reference (TYPE) ASTAT_OKEY typübergreifender Openkey 20080924
2 Returning RV_TEXT Value transfer Type reference (TYPE) ASTAT_OTXT Text zur ausgeführten Funktion 20080924

Method OKEY_TO_TEXT on class CL_SWNC_STADWD_HELPER has no exception.

Method TASKTYPE_CHAR2STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHAR Call by reference Type reference (TYPE) SWNCTXT01 SAP Workload NW Collector: Textfeld 1 Zeichen 20080916
2 Returning RV_STR Value transfer Type reference (TYPE) SWNCTXT32 SAP Workload NW Collector: Textfeld 32 Zeichen 20080916

Method TASKTYPE_CHAR2STR on class CL_SWNC_STADWD_HELPER has no exception.

Method TASKTYPE_NUM2CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Call by reference Type reference (TYPE) SWNCRBYTE SAP Workload NW Collector: Unsigned Byte 20080916
2 Returning RV_CHAR Value transfer Type reference (TYPE) SWNCTXT01 SAP Workload NW Collector: Textfeld 1 Zeichen 20080916

Method TASKTYPE_NUM2CHAR on class CL_SWNC_STADWD_HELPER has no exception.

Method TASKTYPE_NUM2STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Call by reference Type reference (TYPE) SWNCRBYTE SAP Workload NW Collector: Unsigned Byte 20080916
2 Returning RV_STR Value transfer Type reference (TYPE) SWNCTXT32 SAP Workload NW Collector: Textfeld 32 Zeichen 20080916

Method TASKTYPE_NUM2STR on class CL_SWNC_STADWD_HELPER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 712