SAP ABAP Class CL_UDM_APPL_LOG (Application Log)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FSCM-COL (Application Component) Collections Management
⤷
UDM_PARALLEL_PROCESSING (Package) Parallel Processing

⤷

⤷

Properties
Class | CL_UDM_APPL_LOG | |
Short Description | Application Log | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UDM_PARALLEL_PROCESSING | Parallel Processing |
Created | 20050214 | SAP |
Last change | 20050520 | 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) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_UDM_APPL_LOG has no interface implemented.
Friends
Class CL_UDM_APPL_LOG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20050214 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLEVEL | Application Log: Level of Detail | 20050510 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALPROBCL | Application log: Message problem class | 20050510 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALNREXT | Application Log: External Identification | 20050214 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20050214 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALOBJ_D | Application Log: Object Name (Application Code) | 20050318 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '4' | Application log: Message problem class | 20050510 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '2' | Application log: Message problem class | 20050510 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '3' | Application log: Message problem class | 20050510 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | SPACE | Application log: Message problem class | 20050510 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '1' | Application log: Message problem class | 20050510 | |
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20050318 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Message: Add | 20050214 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20050214 |
3 | ![]() |
Static method | Public | Method | 20050215 | |
4 | ![]() |
Static method | Public | Method | Generate log | 20050214 |
5 | ![]() |
Instance method | Public | Method | 20050404 | |
6 | ![]() |
Instance method | Public | Method | Display Log | 20050214 |
7 | ![]() |
Instance method | Public | Method | Read messages | 20050301 |
8 | ![]() |
Instance method | Public | Method | 20050315 | |
9 | ![]() |
Instance method | Public | Method | Read external identification | 20050214 |
10 | ![]() |
Instance method | Public | Method | Save Log | 20050214 |
Events
Class CL_UDM_APPL_LOG has no event.
Types
Class CL_UDM_APPL_LOG has no local type.
Method Signatures
Method ADD_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT_DATA | Call by reference | Type reference (TYPE) | ANY | 20050214 | |||
2 | ![]() |
I_MESSAGE | Call by reference | Type reference (TYPE) | UDM_S_MESSAGE | Nachricht | 20050214 |
Method ADD_MESSAGE on class CL_UDM_APPL_LOG has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20050214 | ||
2 | ![]() |
I_DEFAULT_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '1' | Anwendungs-Log: Detaillierungsgrad | 20050510 | |
3 | ![]() |
I_DEFAULT_PCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | CL_UDM_APPL_LOG=>PCL_IMPORTANT | Anwendungs-Log: Problemklasse einer Meldung | 20050510 | |
4 | ![]() |
I_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20050317 | ||
5 | ![]() |
I_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050317 | ||
6 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Anwendungs-Log: Objektname (Applikationskürzel) | 20050214 | ||
7 | ![]() |
I_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Anwendungs-Log: Unterobjekt | 20050214 |
Method CONSTRUCTOR on class CL_UDM_APPL_LOG has no exception.
Method CONVERT_BAPI_MSG_TO_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BAPI_MSG | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20050215 | ||
2 | ![]() |
R_MESSAGE | Value transfer | Type reference (TYPE) | UDM_S_MESSAGE | Nachricht | 20050215 |
Method CONVERT_BAPI_MSG_TO_MESSAGE on class CL_UDM_APPL_LOG has no exception.
Method CREATE_APPL_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20050214 | |||
2 | ![]() |
I_DEFAULT_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '1' | Anwendungs-Log: Detaillierungsgrad | 20050510 | |
3 | ![]() |
I_DEFAULT_PCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | CL_UDM_APPL_LOG=>PCL_IMPORTANT | Anwendungs-Log: Problemklasse einer Meldung | 20050510 | |
4 | ![]() |
I_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20050317 | ||
5 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Anwendungs-Log: Objektname (Applikationskürzel) | 20050214 | ||
6 | ![]() |
I_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Anwendungs-Log: Unterobjekt | 20050214 | ||
7 | ![]() |
R_LOG | Value transfer | Object reference (TYPE REF TO) | CL_UDM_APPL_LOG | Anwendungslog | 20050214 |
Method CREATE_APPL_LOG on class CL_UDM_APPL_LOG has no exception.
Method DELETE Signature
Method DELETE on class CL_UDM_APPL_LOG has no parameter.
Method DELETE on class CL_UDM_APPL_LOG has no exception.
Method DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050318 | |||
2 | ![]() |
R_BAL_COMMAND | Value transfer | Type reference (TYPE) | BAL_S_EXCM | Anwendungs-Log: Vom User betätigte Taste beim Beenden | 20050504 |
Method DISPLAY on class CL_UDM_APPL_LOG has no exception.
Method GET_ALL_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MESSAGES | Value transfer | Type reference (TYPE) | UDM_T_MESSAGE | Tabelle: Nachricht | 20050301 |
Method GET_ALL_MESSAGES on class CL_UDM_APPL_LOG has no exception.
Method GET_BAL_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_BAL_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050315 |
Method GET_BAL_HANDLE on class CL_UDM_APPL_LOG has no exception.
Method GET_EXTNUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_EXTNUMBER | Value transfer | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20050214 |
Method GET_EXTNUMBER on class CL_UDM_APPL_LOG has no exception.
Method SAVE Signature
Method SAVE on class CL_UDM_APPL_LOG has no parameter.
Method SAVE on class CL_UDM_APPL_LOG has no exception.
History
Last changed by/on | SAP | 20050520 |
SAP Release Created in | 600 |