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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | I | 0 | 20121127 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 3 | 20121127 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 50 | 20121127 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 10 | 20121127 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Logging enabled | 20121129 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | J_3RF_REP_LOG_TAB | Log storage | 20121127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add log entry | 20121127 | |
| 2 | Static method | Public | Method | Clears log contents | 20121127 | |
| 3 | Static method | Public | Method | Get whole log contents | 20130204 | |
| 4 | Static method | Public | Method | Export log contents to file | 20121127 | |
| 5 | 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 | IN_LEVEL | Call by reference | Type reference (TYPE) | I | Importance level of the message | 20121127 | |||
| 2 | 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 | 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 | 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 | 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 |