SAP ABAP Class CL_CCMSBI_WAST_DTR_RECORD (CCMS/BI: Web AS Statistics Record in a BW DTR)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BCT (Application Component) Business Content and Extractors
     RS_BCT_CCMS_WEBAS_STAT (Package) BW Content: Integration OF WebAs Statistics Data
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CCMSBI_WAST_DTR_ASTAT_REC CCMS/BI: Web AS Kernel Statistics Records in a BW DTR 20041116
2 Inheritance (c INHERITING FROM c_ref)  CL_CCMSBI_WAST_DTR_WLOAD_REC CCMS/BI: Web AS Kernel Statistics Records in a BW DTR 20041116
Properties
Class CL_CCMSBI_WAST_DTR_RECORD  
Short Description CCMS/BI: Web AS Statistics Record in a BW DTR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RS_BCT_CCMS_WEBAS_STAT   BW Content: Integration OF WebAs Statistics Data 
Created 20041116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCMSBI_WAST_DTR_RECORD has no forward declaration.
Interfaces
Class CL_CCMSBI_WAST_DTR_RECORD has no interface implemented.
Friends
Class CL_CCMSBI_WAST_DTR_RECORD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MREC_FIELD_APPSERVER_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "APPSERVER" in the Main Record 20050407
2 MREC_FIELD_ENDDATE_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "ENDDATE" in the Main Record 20050407
3 MREC_FIELD_ENDTIME_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "ENDTIME" in the Main Record 20050407
4 MREC_FIELD_LSNAME_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "LSNAME" in the Main Record 20050407
5 MREC_FIELD_LUWSTRTCNT_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "LUW_START_COUNT" in the Main Record 20050407
6 MREC_FIELD_ROLLKEY_TXT_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "ROLLKEY_TXT" in the Main Record 20050407
7 MREC_FIELD_SYSTEM_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "SYSTEMID" in the Main Record 20050407
8 MREC_FIELD_TCODE_IDX Static Attribute Private Type reference (TYPE) I Index of the FIeld "TCODE" in the Main Record 20050407
9 MREC_FIELD_TLOAD_TXT_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "TABLOAD_TXT" in the Main Record 20050407
10 MREC_FIELD_TTYPE_TXT_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "TASKTYPE_TXT" in the Main Record 20050407
11 MREC_FIELD_TZONE_IDX Static Attribute Private Type reference (TYPE) I Index of the Field "TARGETTIMEZONE" in the Main Record 20050407
12 THE_APPLICATION_SERVER Instance attribute Protected Type reference (TYPE) STRING Application Server 20041116
13 THE_ENDDATE Instance attribute Protected Type reference (TYPE) SWNCDATUM SAP Workload NW Collector: Date 20050322
14 THE_ENDTIME Instance attribute Protected Type reference (TYPE) SWNCUZEIT SAP Workload NW Collector: Time 20050322
15 THE_LANDSCAPE Instance attribute Protected Type reference (TYPE) STRING Landscape 20041116
16 THE_LUW_START_COUNT Instance attribute Protected Type reference (TYPE) I LUW Start Count 20041116
17 THE_MAINREC_DREF Instance attribute Protected Type reference (TYPE) CCMSBI_DATA_REF Data Reference of the Main Record 20041116
18 THE_ROLLKEY_TEXT Instance attribute Protected Type reference (TYPE) STRING Roll Key in Character Format 20041116
19 THE_SYSTEM Instance attribute Protected Type reference (TYPE) STRING System 20041116
20 THE_TABLOAD_FLAG Instance attribute Protected Type reference (TYPE) CHAR1 Tabload Indicator 20041116
21 THE_TASKTYPE_TEXT Instance attribute Protected Type reference (TYPE) STRING Task Type as Text 20041116
22 THE_TCODE Instance attribute Protected Type reference (TYPE) STRING Transaction Code 20041116
23 THE_TIMEZONE Instance attribute Protected Type reference (TYPE) TIMEZONE Time Zone 20041116
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR of CL_CCSMBI_WAST_DTR_RECORD 20041116
2 COPY_MULTIPLE_DTR_RECORDS_DATA Instance method Public Method Extracts multiple DTR single record data to a target table 20041116
3 COPY_SINGLE_DTR_RECORD_DATA Instance method Public Method Extracts DTR single record data to a target structure 20041116
4 GET_APPSERVER Instance method Public Method Determining the application server name 20041116
5 GET_ENDDATE Instance method Public Method Determines the end date 20050322
6 GET_ENDTIME Instance method Public Method Determines the end time 20050322
7 GET_LANDSCAPE Instance method Public Method Determining the landscape name 20041116
8 GET_LUW_START_COUNT Instance method Public Method Determining the LUW start count 20041116
9 GET_MAINREC_DATAREF Instance method Public Method Determining the data reference of the main record 20041116
10 GET_REC_TYPE Instance method Public Method Returns the type of the DTR record (kernel/application) 20041116
11 GET_ROLLKEY_TEXT Instance method Public Method Determining the ROLLKEY 20041116
12 GET_SWNC_RECORD Instance method Public Method Generating an SWNC record (for ex., for aggregate creation) 20050322
13 GET_SYSTEM Instance method Public Method Determining the system name 20041116
14 GET_TABLOAD_FLAG Instance method Public Method Determining the TABLOAD flag 20041116
15 GET_TASKTYPE_TEXT Instance method Public Method Determining the task type 20041116
16 GET_TCODE Instance method Public Method Determining the transaction code 20041116
17 GET_TIMEZONE Instance method Public Method Determining the time zone 20041116
Events
Class CL_CCMSBI_WAST_DTR_RECORD has no event.
Types
Class CL_CCMSBI_WAST_DTR_RECORD has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAINREC_DATAREF Call by reference Object reference (TYPE REF TO) DATA Datenreferenz Mainrecord 20041116
# Exception Resumable Description Created on
1 CANT_CREATE_RECORD das Anlegen des DTR-Records ist misslungen 20041116
2 INVALID_MAINREC_SEGMENT Das Mainrecord-Segment entspricht nicht der Spezifikation 20041126
3 MAINREC_DATAREF_MISSING es wurde keine Datenreferenz für den Mainrecord angegeben 20041116

Method COPY_MULTIPLE_DTR_RECORDS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DTR_DATAREFS Call by reference Type reference (TYPE) CCMSBI_DATA_REF_TBL CCMS/BI: Tabelle mit ABAP Datenreferenzen 20041116
2 Exporting RECORDS Value transfer Type reference (TYPE) INDEX TABLE 20041116
# Exception Resumable Description Created on
1 COPYING_HAS_FAILED das Kopieren der DTR-Daten in die Zieltabelle ist misslungen 20041116

Method COPY_SINGLE_DTR_RECORD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DTR_DATAREF Call by reference Type reference (TYPE) CCMSBI_DATA_REF CCMS/BI: ABAP-Datenreferenz 20041116
2 Exporting RECORD Value transfer Type reference (TYPE) ANY 20041116
# Exception Resumable Description Created on
1 COPYING_HAS_FAILED das Kopieren der DTR-Daten ist misslungen 20041116
2 DTR_DATAREF_MISSING DTR Datenrefernenzangabe fehlt 20041116

Method GET_APPSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_APPSERVER on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_ENDDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) SWNCDATUM SAP Workload NW Collector: Datum 20050322

Method GET_ENDDATE on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_ENDTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) SWNCUZEIT SAP Workload NW Collector: Uhrzeit 20050322

Method GET_ENDTIME on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_LANDSCAPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_LANDSCAPE on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_LUW_START_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) I 20041116

Method GET_LUW_START_COUNT on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_MAINREC_DATAREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) CCMSBI_DATA_REF CCMS/BI: ABAP-Datenreferenz 20041116

Method GET_MAINREC_DATAREF on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_REC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) CCMSBI_STATTYPE_L 20041116

Method GET_REC_TYPE on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_ROLLKEY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_ROLLKEY_TEXT on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_SWNC_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_RECORD Logischer Statistiksatz (Hauptsatz mit allen Subsätzen) 20050322
# Exception Resumable Description Created on
1 CANNOT_CREATE_RECORD das Erzeugen des SWNC-Satzes ist misslungen 20050322

Method GET_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_SYSTEM on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_TABLOAD_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20041116

Method GET_TABLOAD_FLAG on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_TASKTYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_TASKTYPE_TEXT on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) STRING 20041116

Method GET_TCODE on class CL_CCMSBI_WAST_DTR_RECORD has no exception.

Method GET_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) TIMEZONE Zeitzone 20041116

Method GET_TIMEZONE on class CL_CCMSBI_WAST_DTR_RECORD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701