SAP ABAP Class CL_FDT_LOG_HANDLE_FACTORY (Utility class to create log handles)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core
⤷
⤷
Properties
| Class | CL_FDT_LOG_HANDLE_FACTORY | |
| Short Description | Utility class to create log handles | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20080124 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_LOG_HANDLE_FACTORY has no forward declaration.
Interfaces
Class CL_FDT_LOG_HANDLE_FACTORY has no interface implemented.
Friends
Class CL_FDT_LOG_HANDLE_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | Log Handle | 20080324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | checks cache before creating log handle | 20080124 |
Events
Class CL_FDT_LOG_HANDLE_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_LOG_HANDLE | Private | See coding | Log handle | 20080324 | BEGIN OF s_log_handle,
object_name TYPE balobj_d,
sub_object_name TYPE balsubobj,
external_id TYPE bal_s_log-extnumber,
handle TYPE balloghndl,
END OF s_log_handle
|
Method Signatures
Method GET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | BAL_S_LOG-EXTNUMBER | Application Log: External ID | 20080324 | |||
| 2 | IV_LOG_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20080124 | |||
| 3 | IV_LOG_SUB_OBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20080124 | |||
| 4 | RV_LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080130 |
Method GET_LOG_HANDLE on class CL_FDT_LOG_HANDLE_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |