SAP ABAP Class CL_CCM_APPLICATION_LOG (Class for Creation of Application Log)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM-EQM-CC (Application Component) Configuration Control
⤷
DI_CCM (Package) Configuration Control
⤷
⤷
Properties
| Class | CL_CCM_APPLICATION_LOG | |
| Short Description | Class for Creation of Application Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DI_CCM | Configuration Control |
| Created | 20010718 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CCM_APPLICATION_LOG has no forward declaration.
Interfaces
Class CL_CCM_APPLICATION_LOG has no interface implemented.
Friends
Class CL_CCM_APPLICATION_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_CCM_APPL_LOGS | Table Type for Application Log Maintenance | 20010719 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20010719 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Name of Structure | 20010719 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | BALCNTHNDL | Application Log: Control Display Handle | 20010822 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20010719 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log handle | 20010719 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | adds message to application log | 20010718 | |
| 2 | Instance method | Public | Constructor | constructor | 20010718 | |
| 3 | Instance method | Public | Method | Display on application log | 20010814 | |
| 4 | Static method | Public | Method | get application log by the external number | 20010719 | |
| 5 | Static method | Public | Method | get application log by handle | 20010719 | |
| 6 | Instance method | Public | Method | Save application log | 20010924 | |
| 7 | Static method | Public | Method | saves logs on database | 20010726 |
Events
Class CL_CCM_APPLICATION_LOG has no event.
Types
Class CL_CCM_APPLICATION_LOG has no local type.
Method Signatures
Method ADD_MESSAGE_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ERROR_MESSAGE | Call by reference | Type reference (TYPE) | XFELD | Checkbox: message was error message | 20010719 | |||
| 2 | EV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Messages, message type | 20010723 | |||
| 3 | IS_CALLBACK | Call by reference | Type reference (TYPE) | BAL_S_PAR | Application log: Parameter value | 20010719 | |||
| 4 | IS_MESSAGE | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20010718 | |||
| 5 | IV_CONTEXT | Call by reference | Type reference (TYPE) | BALCVAL | Char255 | 20010719 | |||
| 6 | IV_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '1' | Application Log: Level of detail | 20010719 | ||
| 7 | IV_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Application log: Message problem class | 20010719 |
Method ADD_MESSAGE_TO_LOG on class CL_CCM_APPLICATION_LOG has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALLBACK_ID | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name of function module | 20010719 | |||
| 2 | IV_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20010814 | |||
| 3 | IV_CONTEXT_ID | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20010719 | |||
| 4 | IV_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20010719 | |||
| 5 | IV_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20010731 | |||
| 6 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application log: sub-object | 20010731 |
Method CONSTRUCTOR on class CL_CCM_APPLICATION_LOG has no exception.
Method DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20010814 |
Method DISPLAY on class CL_CCM_APPLICATION_LOG has no exception.
Method GET_LOG_BY_EXTNUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CCM_APPLICATION_LOG | Class for creation of application log | 20010719 | |||
| 2 | IV_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20010719 |
Method GET_LOG_BY_EXTNUMBER on class CL_CCM_APPLICATION_LOG has no exception.
Method GET_LOG_BY_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CCM_APPLICATION_LOG | Class for creation of application log | 20010719 | |||
| 2 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log handle | 20010719 |
Method GET_LOG_BY_HANDLE on class CL_CCM_APPLICATION_LOG has no exception.
Method SAVE Signature
Method SAVE on class CL_CCM_APPLICATION_LOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Log is not saved | 20010924 |
Method SAVE_LOGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_CCM_CONFIGURATION_MANAGER | Entry class of configuration manager application layer | 20010726 | |||
| 2 | IV_EXTERNAL_NUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application log: log number | 20010726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | log was not saved successfully | 20010726 | ||
| 2 | no log found | 20010726 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 46C2 |