SAP ABAP Class CL_BUBAS_APPL_LOG_CTX (Application log with context)
Hierarchy
☛
EA-PS (Software Component) SAP Enterprise Extension Public Services
⤷
PSM-FM-BCS (Application Component) Budget Control System
⤷
FMBAS_E (Package) Budgeting and availability control services, generic part

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BUBAS_APPL_LOG | Application log | 20010927 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BL_APPL_LOG | Application log with context | 20030130 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_BUBAS_APPL_LOG_DOC | Application log with documents | 20011017 |
Properties
Class | CL_BUBAS_APPL_LOG_CTX | |
Short Description | Application log with context | |
Super Class | CL_BUBAS_APPL_LOG | Application log |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FMBAS_E | Budgeting and availability control services, generic part |
Created | 20010927 | SAP |
Last change | 20050219 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BUBAS_APPL_LOG_CTX has no forward declaration.
Interfaces
Class CL_BUBAS_APPL_LOG_CTX has no interface implemented.
Friends
Class CL_BUBAS_APPL_LOG_CTX 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) | ICONNAME | 'ICON_LIST' | Icon in text fields (substitute display, alias) | 20020806 | |
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | DOKU_ID | 'DT' | Document class | 20020813 | |
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | DOKU_OBJ | 'BUBAS_MSG_DETAIL_STD' | Documentation Object | 20020813 | |
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_DIALOGBOX_EVENT_RECEIVER | Event handler for the display control | 20020130 | ||
5 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | BUBAS_T_MSG_AREA | Message Area | 20020826 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add a message | 20010927 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020826 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20010927 |
4 | ![]() |
Instance method | Private | Method | Copy a message of type BAL_S_MSG into BUBAS_S_MSG | 20020108 |
5 | ![]() |
Instance method | Private | Method | Copy a message of type BUBAS_S_MSG into BAL_S_MSG | 20020108 |
6 | ![]() |
Instance method | Public | Method | Cumulate a message | 20011001 |
7 | ![]() |
Instance method | Public | Method | Delete the log in the database | 20011113 |
8 | ![]() |
Instance method | Public | Method | Export the log to the CO collector | 20011121 |
9 | ![]() |
Instance method | Public | Method | Export the log to the Job Log | 20011210 |
10 | ![]() |
Instance method | Protected | Method | Get the beginning of the display profile header as list | 20020107 |
11 | ![]() |
Instance method | Protected | Method | Get the beginning of the display profile as popup | 20020107 |
12 | ![]() |
Instance method | Public | Method | Get messages of the application log | 20020108 |
13 | ![]() |
Instance method | Public | Method | Import messages from another application log | 20011017 |
14 | ![]() |
Instance method | Public | Method | Load the log from the database | 20011106 |
15 | ![]() |
Instance method | Public | Method | Read a message | 20011010 |
16 | ![]() |
Instance method | Public | Method | Save the log into the database | 20011106 |
17 | ![]() |
Instance method | Protected | Method | Search for a compatible message | 20011220 |
18 | ![]() |
Instance method | Public | Method | Send the application log by mail | 20011218 |
Events
Class CL_BUBAS_APPL_LOG_CTX has no event.
Types
Class CL_BUBAS_APPL_LOG_CTX 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_S_MSG | Call by reference | Type reference (TYPE) | BUBAS_S_MSG | Nachricht | 20010927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Protokoll ist voll | 20010927 | |
2 | ![]() |
Protokoll nicht gefunden | 20010928 | |
3 | ![]() |
Nachricht inkonsistent | 20010927 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BUBAS_APPL_LOG_CTX has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BUBAS_APPL_LOG_CTX has no parameter.
Method CONSTRUCTOR on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method COPY_BAL_INTO_BUBAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_F_MSG | Call by reference | Type reference (TYPE) | BUBAS_S_MSG | Anwendungsprotokoll-Nachricht | 20020108 | ||
2 | ![]() |
I_F_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Anwendungsprotokoll: Nachrichtendaten | 20020108 |
Method COPY_BAL_INTO_BUBAS on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method COPY_BUBAS_INTO_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_F_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Anwendungsprotokoll: Nachrichtendaten | 20020108 | ||
2 | ![]() |
I_F_MSG | Call by reference | Type reference (TYPE) | BUBAS_S_MSG | HHM - Anwendungsprotokoll-Nachricht | 20020108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nachricht nicht konsistent | 20020108 |
Method CUMULATE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_MSG_HANDLE | Call by reference | Type reference (TYPE) | BALMSGHNDL | Anwendungsprotokoll: Nachrichten-Handle | 20011002 | ||
2 | ![]() |
I_COMPARE_ATTRIBUTES | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20011003 | |
3 | ![]() |
I_S_MSG | Call by reference | Type reference (TYPE) | BUBAS_S_MSG | Nachricht | 20011001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Anwendungsprotokoll ist voll | 20011001 | |
2 | ![]() |
Anwendungsprotokoll nicht gefunden | 20011001 | |
3 | ![]() |
Nachricht inkonsistent | 20011001 |
Method DELETE_FROM_DB Signature
Method DELETE_FROM_DB on class CL_BUBAS_APPL_LOG_CTX has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Löschen nicht erlaubt | 20011113 | |
2 | ![]() |
Anwendungsprotokoll nicht gefunden | 20011113 |
Method EXPORT_TO_CO_COLLECTOR Signature
Method EXPORT_TO_CO_COLLECTOR on class CL_BUBAS_APPL_LOG_CTX has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Protokoll nicht gefunden | 20011210 |
Method EXPORT_TO_JOB_LOG Signature
Method EXPORT_TO_JOB_LOG on class CL_BUBAS_APPL_LOG_CTX has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Protokoll nicht gefunden | 20011210 |
Method GET_DISPLAY_PROFILE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_F_DISPLAY_PROFILE | Value transfer | Type reference (TYPE) | BAL_S_PROF | Anwendungsprotokoll: Profil Ausgabeformat | 20020107 |
Method GET_DISPLAY_PROFILE_LIST on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method GET_DISPLAY_PROFILE_POPUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_F_DISPLAY_PROFILE | Value transfer | Type reference (TYPE) | BAL_S_PROF | Anwendungsprotokoll: Profil Ausgabeformat | 20020107 |
Method GET_DISPLAY_PROFILE_POPUP on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method GET_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_STATISTICS | Call by reference | Type reference (TYPE) | BUBAS_S_STAT | Anwendungsprotokoll: Statistik: Meldungstypzähler | 20020131 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | BUBAS_T_MSG | Nachrichtentabelle | 20020108 | ||
3 | ![]() |
I_MSG_FILTER | Call by reference | Object reference (TYPE REF TO) | CL_BUBAS_MSG_FILTER | Message Filter | 20020130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Anwendungsprotokoll nicht gefunden | 20020108 |
Method IMPORT_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_CUMULATE | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20011220 | |
2 | ![]() |
I_FROM_APPL_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BUBAS_APPL_LOG_CTX | Anwendungsprotokoll mit Kontext | 20011017 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Protokoll ist voll | 20011017 | |
2 | ![]() |
Nachricht inkonsistent | 20011017 |
Method LOAD_FROM_DB Signature
Method LOAD_FROM_DB on class CL_BUBAS_APPL_LOG_CTX has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Laden nicht zulässig | 20011113 | |
2 | ![]() |
Anwendungsprotokoll nicht gefunden | 20011106 |
Method READ_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EXISTS_ON_DB | Call by reference | Type reference (TYPE) | BOOLEAN | Boolesche Variable (X=true, -=false, space=unbekannt) | 20011010 | ||
2 | ![]() |
E_S_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Anwendungsprotokoll: Nachrichtendaten | 20011010 | ||
3 | ![]() |
E_TXT_DETLEVEL | Call by reference | Type reference (TYPE) | C | 20011010 | |||
4 | ![]() |
E_TXT_MSG | Call by reference | Type reference (TYPE) | C | 20011010 | |||
5 | ![]() |
E_TXT_MSGID | Call by reference | Type reference (TYPE) | C | 20011010 | |||
6 | ![]() |
E_TXT_MSGTY | Call by reference | Type reference (TYPE) | C | 20011010 | |||
7 | ![]() |
E_TXT_PROBCLASS | Call by reference | Type reference (TYPE) | C | 20011010 | |||
8 | ![]() |
E_WARNING_TEXT_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLEAN | Boolesche Variable (X=true, -=false, space=unbekannt) | 20011010 | ||
9 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | SAP-System, aktuelle Sprache | 20011010 | |
10 | ![]() |
I_S_MSG_HANDLE | Call by reference | Type reference (TYPE) | BALMSGHNDL | Anwendungsprotokoll: Nachrichten-Handle | 20011010 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Protokoll nicht gefunden | 20011010 | |
2 | ![]() |
Meldung konnte nicht gefunden werden | 20011010 |
Method SAVE_TO_DB Signature
Method SAVE_TO_DB on class CL_BUBAS_APPL_LOG_CTX has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Anwendungsprotokoll nicht gefunden | 20011106 | |
2 | ![]() |
Sichern nicht zulässig | 20011113 |
Method SEARCH_COMPATIBLE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_F_COMPATIBLE_MSG_HANDLE | Call by reference | Type reference (TYPE) | BALMSGHNDL | Anwendungsprotokoll: Nachrichten-Handle | 20011220 | ||
2 | ![]() |
I_COMPARE_ATTRIBUTES | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20011220 | |
3 | ![]() |
I_F_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Anwendungsprotokoll: Nachrichtendaten | 20011220 |
Method SEARCH_COMPATIBLE_MESSAGE on class CL_BUBAS_APPL_LOG_CTX has no exception.
Method SEND_MAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_T_RECEIVER | Call by reference | Type reference (TYPE) | BUBAS_T_RECEIVER | Mail-Empfängertabelle | 20011221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Anwendungsprotokoll nicht gefunden | 20011221 |
History
Last changed by/on | SAP | 20050219 |
SAP Release Created in | 110 |