SAP ABAP Class IF_VMCDBG_ERROR_LOG_READ (VMCDBG: read access to error log)
Properties
Class IF_VMCDBG_ERROR_LOG_READ  
Short Description VMCDBG: read access to error log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111006   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_VMCDBG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_VMCDBG_ERROR_LOG_READ has no interface implemented.
Friends
Class IF_VMCDBG_ERROR_LOG_READ has no friend class.
Attributes
Class IF_VMCDBG_ERROR_LOG_READ has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ENTRY_BY_INDEX Instance method Public Method 20111006
2 GET_NUMBER_OF_LOG_ENTRIES Instance method Public Method 20111006
Events
Class IF_VMCDBG_ERROR_LOG_READ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ERROR_LOG_ENTRY Public See coding 20111006 begin of ty_error_log_entry, rc type i, msg type string, request_log type if_vmcdbg_control=>ty_log, time type sy-timlo, end of ty_error_log_entry
Method Signatures

Method GET_ENTRY_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INDEX Call by reference Type reference (TYPE) I 20111006
2 Returning P_LOG_ENTRY Value transfer Type reference (TYPE) TY_ERROR_LOG_ENTRY 20111006
# Exception Resumable Description Created on
1 CX_VMCDBG_LOG_INVALID_INDEX Log entry does not exist 20111006

Method GET_NUMBER_OF_LOG_ENTRIES Signature

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

Method GET_NUMBER_OF_LOG_ENTRIES on class IF_VMCDBG_ERROR_LOG_READ has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in