SAP ABAP Class CL_CTS_LOGVIEW_UI_LOGFILE (Basic log file handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG-PLS (Application Component) Transport Organizer für non-ABAP (CTS+)
     SCTS_WDUI (Package) Web Dynpro UI Layer of SCTS
Properties
Class CL_CTS_LOGVIEW_UI_LOGFILE  
Short Description Basic log file handler    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_WDUI   Web Dynpro UI Layer of SCTS 
Created 20090728   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CTS_LOGVIEW_UI_LOGFILE has no forward declaration.
Interfaces
Class CL_CTS_LOGVIEW_UI_LOGFILE has no interface implemented.
Friends
Class CL_CTS_LOGVIEW_UI_LOGFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MESSAGE_CLASS_TP Constant Private Type reference (TYPE) STRING 'TP' 20090730
2 CO_MESSAGE_NO_PART Constant Private Type reference (TYPE) I '199' 20090730
3 CO_MESSAGE_TIME Constant Private Type reference (TYPE) I '110' 20091208
4 CO_PART_SEP Constant Private Type reference (TYPE) TRLOG-LINE '######################################' 20090728
5 LOGS Instance attribute Private Type reference (TYPE) TY_LOG_PARTS 20090728
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_WITH_LOG Static method Public Method 20090728
2 CREATE_WITH_REQUEST Static method Public Method 20090728
3 GET_LOG Instance method Public Method Retrieves log using timestamp 20091208
4 HAS_LOG Instance method Public Method 20090818
5 HAS_LOG_FILE Static method Public Method Is there a log file for the step? 20091113
6 LOAD_LOG Static method Public Method Retrieve log 20090728
7 LOAD_TRINDEP_LOGS Static method Public Method Retrieve transport independent logs 20130422
8 LOG_LETTER_FOR_STEP Static method Public Method Returns the log letter for a given step 20091208
Events
Class CL_CTS_LOGVIEW_UI_LOGFILE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LOG_LETTER Public See coding 20091208 ty_log_letter type c length 2
2 TY_LOG_PART Protected See coding 20091208 begin of ty_log_part, timestamp type ty_timestamp, log type trlogs, end of ty_log_part
3 TY_LOG_PARTS Protected See coding 20091208 ty_log_parts type standard table of ty_log_part with key timestamp
4 TY_TIMESTAMP Public Type reference (TYPE) TIMESTAMP 20091208
Method Signatures

Method CREATE_WITH_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGFILE Call by reference Type reference (TYPE) TRLOGS 20090728
2 Returning REF Value transfer Object reference (TYPE REF TO) CL_CTS_LOGVIEW_UI_LOGFILE 20090728

Method CREATE_WITH_LOG on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method CREATE_WITH_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) TMSDOMNAM TMS: Transport Domain 20090728
2 Returning REF Value transfer Object reference (TYPE REF TO) CL_CTS_LOGVIEW_UI_LOGFILE Basic log file handler 20090728
3 Importing STEP Call by reference Type reference (TYPE) ACTTYPE Action Type in Change and Transport System 20090728
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) TMSSYSNAM TMS: System Name 20090728
5 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130422
6 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20090728

Method CREATE_WITH_REQUEST on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOG Value transfer Type reference (TYPE) TRLOGS Transport log 20091208
2 Importing TIMESTAMP Call by reference Type reference (TYPE) TY_TIMESTAMP 20091208

Method GET_LOG on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method HAS_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090818

Method HAS_LOG on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method HAS_LOG_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091113
2 Importing STEP Call by reference Type reference (TYPE) ACTTYPE Action Type in Change and Transport System 20091113

Method HAS_LOG_FILE on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method LOAD_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) TMSDOMNAM TMS: Transport Domain 20090728
2 Returning RESULT Value transfer Type reference (TYPE) TRLOGS Transport log 20090728
3 Importing STEP Call by reference Type reference (TYPE) ACTTYPE Action Type in Change and Transport System 20090728
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) TMSSYSNAM TMS: System Name 20090728
5 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130422
6 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20090728

Method LOAD_LOG on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method LOAD_TRINDEP_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) TMSDOMNAM TMS: Transport Domain 20130422
2 Returning RESULT Value transfer Type reference (TYPE) TRLOGS Transport log 20130422
3 Importing STEP Call by reference Type reference (TYPE) ACTTYPE Action Type in Change and Transport System 20130422
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) TMSSYSNAM TMS: System Name 20130422
5 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130422

Method LOAD_TRINDEP_LOGS on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.

Method LOG_LETTER_FOR_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LETTER Value transfer Type reference (TYPE) TY_LOG_LETTER Action Type in Change and Transport System 20091208
2 Importing STEP Call by reference Type reference (TYPE) ACTTYPE Action Type in Change and Transport System 20091208

Method LOG_LETTER_FOR_STEP on class CL_CTS_LOGVIEW_UI_LOGFILE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702