SAP ABAP Class CL_APP_LOG_MANAGER (Update Status Management)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
AC (Application Component) Accounting - General
⤷
FB_CLOSING (Package) Closing

⤷

⤷

Properties
Class | CL_APP_LOG_MANAGER | |
Short Description | Update Status Management | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | TFC0 | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | FB_CLOSING | Closing |
Created | 20050321 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_APP_LOG_MANAGER has no forward declaration.
Interfaces
Class CL_APP_LOG_MANAGER has no interface implemented.
Friends
Class CL_APP_LOG_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'A' | Messages, Message Type | 20050321 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'E' | Messages, Message Type | 20050321 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'I' | Messages, Message Type | 20050321 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | ' ' | Messages, Message Type | 20050321 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'S' | Messages, Message Type | 20050321 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'W' | Messages, Message Type | 20050321 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGTY | 'X' | Messages, Message Type | 20050321 | |
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BALLOGHNDL | Application Log Handle | 20050321 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR1 | 20050321 | |||
10 | ![]() |
Constant | Private | Type reference (TYPE) | BALPROBCL | '2' | Application Log: Message Problem Class | 20050321 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | BALPROBCL | '4' | Application Log: Message Problem Class | 20050321 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | BALPROBCL | '3' | Application Log: Message Problem Class | 20050321 | |
13 | ![]() |
Constant | Private | Type reference (TYPE) | BALPROBCL | ' ' | Application Log: Message Problem Class | 20050321 | |
14 | ![]() |
Constant | Private | Type reference (TYPE) | BALPROBCL | '1' | Application Log: Message Problem Class | 20050321 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Close Application Log | 20050321 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20050321 |
3 | ![]() |
Instance method | Public | Method | return log handle | 20050321 |
4 | ![]() |
Instance method | Public | Method | Update Message | 20050321 |
5 | ![]() |
Instance method | Public | Method | Initialize | 20050321 |
Events
Class CL_APP_LOG_MANAGER has no event.
Types
Class CL_APP_LOG_MANAGER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_APP_LOG_MANAGER has no parameter.
Method CLOSE on class CL_APP_LOG_MANAGER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20050321 | ||
2 | ![]() |
P_TCODE | Call by reference | Type reference (TYPE) | SYTCODE | ABAP-Programm, aktueller Transaktionscode | 20050321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Handle konnte nicht erzeugt werden | 20050321 |
Method GET_LOG_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_BALLOGHNDL | Value transfer | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050321 |
Method GET_LOG_HANDLE on class CL_APP_LOG_MANAGER has no exception.
Method MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 'TFC0' | Nachrichten, Nachrichtenklasse | 20050321 | |
2 | ![]() |
P_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20050321 | ||
3 | ![]() |
P_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'I' | Nachrichten, Nachrichtentyp | 20050321 | |
4 | ![]() |
P_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Nachrichten, Nachrichtenvariable | 20050321 | ||
5 | ![]() |
P_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Nachrichten, Nachrichtenvariable | 20050321 | ||
6 | ![]() |
P_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Nachrichten, Nachrichtenvariable | 20050321 | ||
7 | ![]() |
P_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Nachrichten, Nachrichtenvariable | 20050321 |
Method MESSAGE on class CL_APP_LOG_MANAGER has no exception.
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20050321 | ||
2 | ![]() |
P_TCODE | Call by reference | Type reference (TYPE) | SYTCODE | ABAP-Programm, aktueller Transaktionscode | 20050321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Handle konnte nicht erzeugt werden. | 20050321 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 600 |