SAP ABAP Class J_3RF_REP_LOG (XML generator logging class)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     J3RFTAX (Package) Tax Accounting
Properties
Class J_3RF_REP_LOG  
Short Description XML generator logging class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package J3RFTAX   Tax Accounting 
Created 20121127   SAP 
Last change 20130531   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)
2 J_3RF_REP_LOG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class J_3RF_REP_LOG has no interface implemented.
Friends
Class J_3RF_REP_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CRITICAL Constant Public Type reference (TYPE) I 0 20121127
2 C_ERROR Constant Public Type reference (TYPE) I 3 20121127
3 C_INFORMATION Constant Public Type reference (TYPE) I 50 20121127
4 C_WARNING Constant Public Type reference (TYPE) I 10 20121127
5 LOG_ENABLED Static Attribute Private Type reference (TYPE) ABAP_BOOL Logging enabled 20121129
6 LOG_TAB Static Attribute Private Type reference (TYPE) J_3RF_REP_LOG_TAB Log storage 20121127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Static method Public Method Add log entry 20121127
2 CLEAR_LOG Static method Public Method Clears log contents 20121127
3 GET_LOG Static method Public Method Get whole log contents 20130204
4 SAVE_TO_FILE Static method Public Method Export log contents to file 20121127
5 SET_ENABLED Static method Public Method Enables/disables logging 20121129
Events
Class J_3RF_REP_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 J_3RF_REP_LOG_LINE Public See coding 20121127 begin of j_3rf_rep_log_line, level type i, message type string, end of j_3rf_rep_log_line
2 J_3RF_REP_LOG_TAB Public See coding 20121127 j_3rf_rep_log_tab type standard table of j_3rf_rep_log_line
Method Signatures

Method ADD_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_LEVEL Call by reference Type reference (TYPE) I Importance level of the message 20121127
2 Importing IN_MESSAGE Call by reference Type reference (TYPE) STRING Message 20121127

Method ADD_ENTRY on class J_3RF_REP_LOG has no exception.

Method CLEAR_LOG Signature

Method CLEAR_LOG on class J_3RF_REP_LOG has no parameter.
Method CLEAR_LOG on class J_3RF_REP_LOG has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_LOG Value transfer Type reference (TYPE) J_3RF_REP_LOG_TAB Whole log contents 20130204

Method GET_LOG on class J_3RF_REP_LOG has no exception.

Method SAVE_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_ENCODING Call by reference Type reference (TYPE) J_3RF_REP_CHARSET SAP Character Set ID for the Report 20121127

Method SAVE_TO_FILE on class J_3RF_REP_LOG has no exception.

Method SET_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20121129

Method SET_ENABLED on class J_3RF_REP_LOG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617