SAP ABAP Class IF_CMD_APPLLOG_CONV (Interface to Convert Log to BAL)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CMD_APPLLOG | Application Log | 20050301 |
Properties
Class | IF_CMD_APPLLOG_CONV | |
Short Description | Interface to Convert Log to BAL | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050301 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CMD_APPLLOG_CONV has no forward declaration.
Interfaces
Class IF_CMD_APPLLOG_CONV has no interface implemented.
Friends
Class IF_CMD_APPLLOG_CONV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'CATEGORY' | Application Log: Parameters | 20050823 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'CONSUMER' | Application Log: Parameters | 20050823 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'LIFETIME' | Application Log: Parameters | 20050823 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDO_KEY' | Application Log: Parameters | 20050823 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDO_NAME' | Application Log: Parameters | 20050823 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDS_ATTR' | Application Log: Parameters | 20050823 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDS_KEY' | Application Log: Parameters | 20050823 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDS_KEYTYP' | Application Log: Parameters | 20050823 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MDS_NAME' | Application Log: Parameters | 20050823 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'SRC_ATTR' | Application Log: Parameters | 20051209 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'TGT_ATTR' | Application Log: Parameters | 20051209 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | BALPAR | 'MSGKIND' | Application Log: Parameters | 20050823 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'CATEGORY' | Field Name | 20050824 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'CONSUMER_ID' | Field Name | 20050824 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'LIFETIME' | Field Name | 20050824 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDO_KEY' | Field Name | 20050824 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDO_NAME' | Field Name | 20050824 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDS_ATTR' | Field Name | 20050824 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDS_KEY' | Field Name | 20050824 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDS_KEYTYPE' | Field Name | 20050824 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MDS_NAME' | Field Name | 20050824 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | 'MSGKIND' | Field Name | 20050824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Conversion of BAL to Appl. Log | 20050823 |
2 | ![]() |
Instance method | Public | Method | Conversion of Log to BAL | 20050301 |
3 | ![]() |
Instance method | Public | Method | Save Business Application Log | 20050301 |
4 | ![]() |
Instance method | Public | Method | Add Messages of an Existing Business Application Log | 20050301 |
Events
Class IF_CMD_APPLLOG_CONV has no event.
Types
Class IF_CMD_APPLLOG_CONV has no local type.
Method Signatures
Method CONVERT_BAL_TO_APPLLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_BALMSG | Call by reference | Type reference (TYPE) | BAL_T_MSGH | Anwendungs-Log: Tabelle mit Message-Handles | 20050823 | ||
2 | ![]() |
IV_BALLOGHANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050823 | ||
3 | ![]() |
IV_CUMULATE | Call by reference | Type reference (TYPE) | CMD_LOGFLAGX | ' ' | Ja/Nein - Feld | 20050825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Probleme mit Konvertierung des Protokolls | 20050823 | |
2 | ![]() |
Falscher Methodenaufruf | 20050823 |
Method CONVERT_TO_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_MSG | Call by reference | Type reference (TYPE) | CMD_T_MSGHNDL | Tabelle mit Message-Handles | 20050825 | ||
2 | ![]() |
EV_BALLOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050301 | ||
3 | ![]() |
IS_LOGKEY | Call by reference | Type reference (TYPE) | CMD_S_LOGKEY | Schlüsselstruktur für BAL | 20050301 | ||
4 | ![]() |
IV_ONLY_NECESSARY_MSG | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | 'X'--> nur Nachrichten der Typen E,W,X,A werden konvertiert | 20070315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Probleme mit Konvertierung des Protokolls ins BAL | 20050301 | |
2 | ![]() |
Falscher Methodenaufruf | 20050401 |
Method SAVE_BALLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOGNUMBERS | Call by reference | Type reference (TYPE) | BAL_T_LGNM | Anwendungs-Log: Tabelle mit neu vergebenen LOGNUMBER'S | 20050301 | ||
2 | ![]() |
IV_BALLOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050301 | ||
3 | ![]() |
IV_IN_UPDATE_TASK | Call by reference | Type reference (TYPE) | CMD_LOGFLAGX | 'X' | Ja/Nein - Feld | 20050301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Probleme mit Konvertierung des Protokolls ins BAL | 20050301 |
Method SET_MSG_TO_BAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_MSG | Call by reference | Type reference (TYPE) | CMD_T_MSGHNDL | Tabelle mit Message-Handles | 20050825 | ||
2 | ![]() |
IV_BALLOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050301 | ||
3 | ![]() |
IV_CUMULATE | Call by reference | Type reference (TYPE) | CMD_LOGFLAGX | ' ' | Ja/Nein - Feld | 20050825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Probleme mit Konvertierung des Protokolls ins BAL | 20050301 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |