SAP ABAP Class CL_SMI_LOG_HELPER (simplified logging support)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
SD-BF-SMI (Application Component) Supplier Managed Inventory
⤷
VSMI (Package) Supplier-Managed Inventory (SNC-ERP)
⤷
⤷
Properties
| Class | CL_SMI_LOG_HELPER | |
| Short Description | simplified logging support | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VSMI | Supplier-Managed Inventory (SNC-ERP) |
| Created | 20071127 | SAP |
| Last change | 20100310 | 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) |
Interfaces
Class CL_SMI_LOG_HELPER has no interface implemented.
Friends
Class CL_SMI_LOG_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMI_CONSTANTS | SMI Constants | 20080508 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20080411 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20080411 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | 20071127 | ||||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SMI_LOG_HELPER | simplified logging support | 20080312 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080312 | |
| 2 | Instance method | Public | Method | 20080411 | ||
| 3 | Instance method | Public | Constructor | 20071127 | ||
| 4 | Instance method | Public | Method | 20080110 | ||
| 5 | Static method | Public | Method | return singleton instance | 20080312 | |
| 6 | Instance method | Public | Method | 20080411 | ||
| 7 | Static method | Public | Method | return a new singleton instance | 20080528 | |
| 8 | Instance method | Public | Method | 20071127 | ||
| 9 | Instance method | Public | Method | 20071127 | ||
| 10 | Instance method | Public | Method | 20071127 | ||
| 11 | Instance method | Public | Method | 20080404 |
Events
Class CL_SMI_LOG_HELPER has no event.
Types
Class CL_SMI_LOG_HELPER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SMI_LOG_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMI_LOG_HELPER has no exception.
Method CLEAR_LAST_MESSAGES Signature
Method CLEAR_LAST_MESSAGES on class CL_SMI_LOG_HELPER has no parameter.
Method CLEAR_LAST_MESSAGES on class CL_SMI_LOG_HELPER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOG_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | 'SMI_Inbound' | Message Class | 20080110 | ||
| 2 | LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080110 |
Method CONSTRUCTOR on class CL_SMI_LOG_HELPER has no exception.
Method GET_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080110 |
Method GET_HANDLE on class CL_SMI_LOG_HELPER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOGGER | Value transfer | Object reference (TYPE REF TO) | CL_SMI_LOG_HELPER | simplified logging support | 20080312 |
Method GET_INSTANCE on class CL_SMI_LOG_HELPER has no exception.
Method GET_LAST_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MESSAGES | Call by reference | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20080411 |
Method GET_LAST_MESSAGES on class CL_SMI_LOG_HELPER has no exception.
Method GET_NEW_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOGGER | Value transfer | Object reference (TYPE REF TO) | CL_SMI_LOG_HELPER | simplified logging support | 20080528 |
Method GET_NEW_INSTANCE on class CL_SMI_LOG_HELPER has no exception.
Method LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MESSAGE | Call by reference | Type reference (TYPE) | BAL_S_MSG | 20071127 |
Method LOG on class CL_SMI_LOG_HELPER has no exception.
Method RAISE_ALERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORY | Call by reference | Type reference (TYPE) | SALRTDCAT | 20071127 |
Method RAISE_ALERT on class CL_SMI_LOG_HELPER has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_NEW_LOGNUMBERS | Call by reference | Type reference (TYPE) | BAL_T_LGNM | 20071127 |
Method SAVE on class CL_SMI_LOG_HELPER has no exception.
Method SET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LOG_HEADER | Call by reference | Type reference (TYPE) | BAL_S_LOG | Application Log: Log header data | 20080404 |
Method SET_HEADER on class CL_SMI_LOG_HELPER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |