SAP ABAP Class CL_UKM_APPL_LOG (Application Log)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FSCM-CR-CR (Application Component) Basic Functions
⤷
UKM_MASSDATA_PROCESSING (Package) SAP Credit Management: Processing of Mass Data

⤷

⤷

Properties
Class | CL_UKM_APPL_LOG | |
Short Description | Application Log | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UKM_MASSDATA_PROCESSING | SAP Credit Management: Processing of Mass Data |
Created | 20030206 | SAP |
Last change | 20041006 | 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) |
Interfaces
Class CL_UKM_APPL_LOG has no interface implemented.
Friends
Class CL_UKM_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) | BALNREXT | Application Log: External ID | 20030320 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-TABIX | Interval Number | 20030221 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20030206 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_OBJ | 20030320 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_LOG | Application Log: Log Header Data | 20030320 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_LFIL | 20030214 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20030320 | ||
8 | ![]() |
||||||||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALHDR_T | 20030214 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UKMMS_TOBJ_HANDLE | 20030213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Inserts Handles for Messages | 20030220 |
2 | ![]() |
Instance method | Public | Method | Add New Message | 20030206 |
3 | ![]() |
Instance method | Public | Method | Checks whether Messages Other than Statistics Exist | 20030402 |
4 | ![]() |
Instance method | Public | Constructor | Generate | 20030206 |
5 | ![]() |
Instance method | Public | Method | Display Messages | 20030214 |
6 | ![]() |
Instance method | Public | Method | Provides Handles for Message Subobjects | 20030213 |
7 | ![]() |
Instance method | Private | Method | Insert New Message Subobject | 20030319 |
8 | ![]() |
Instance method | Private | Method | Read Messages | 20030214 |
9 | ![]() |
Instance method | Public | Method | Save the Messages in the Memory | 20030206 |
Events
Class CL_UKM_APPL_LOG has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 |
|
||||||
2 |
|
||||||
3 |
|
Method Signatures
Method ADD_HANDLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_HANDLES | Call by reference | Type reference (TYPE) | UKMMS_TOBJ_HANDLE | 20030220 | |||
2 | ![]() |
I_INTNUMBER | Call by reference | Type reference (TYPE) | SY-TABIX | Intervallnummer | 20030221 |
Method ADD_HANDLES on class CL_UKM_APPL_LOG has no exception.
Method APPEND_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichten, Nachrichtenklasse | 20030213 | |
2 | ![]() |
I_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichten, Nachrichtennummer | 20030213 | |
3 | ![]() |
I_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichten, Nachrichtentyp | 20030213 | |
4 | ![]() |
I_MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichten, Nachrichtenvariable | 20030213 | |
5 | ![]() |
I_MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichten, Nachrichtenvariable | 20030213 | |
6 | ![]() |
I_MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichten, Nachrichtenvariable | 20030213 | |
7 | ![]() |
I_MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichten, Nachrichtenvariable | 20030213 | |
8 | ![]() |
I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | Anwendungs-Log: Problemklasse einer Meldung | 20030206 | ||
9 | ![]() |
I_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUB-SUBOBJECT | Anwendungs-Log: Unterobjekt | 20030213 |
Method APPEND_MESSAGE on class CL_UKM_APPL_LOG has no exception.
Method CHECK_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MESSAGES_AVAILABLE | Value transfer | Type reference (TYPE) | BOOLE-BOOLE | 'X' wenn Fehlermeldung vorhanden, ' ' sonst | 20030402 |
Method CHECK_MESSAGES on class CL_UKM_APPL_LOG has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTNUMBER | Call by reference | Type reference (TYPE) | BAL_S_LOG-EXTNUMBER | Anwendungs-Log: Externe Identifikation | 20030214 | ||
2 | ![]() |
I_INTNUMBER | Call by reference | Type reference (TYPE) | SY-TABIX | 0 | Intervallnummer | 20030221 | |
3 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ-OBJECT | 'FIN-FSCM-CR-MASS' | Anwendungs-Log: Objektname (Applikationskürzel) | 20030213 |
Method CONSTRUCTOR on class CL_UKM_APPL_LOG has no exception.
Method DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EXIT_COMMAND | Call by reference | Type reference (TYPE) | BAL_S_EXCM | Anwendungs-Log: Vom User betätigte Taste beim Beenden | 20030528 | ||
2 | ![]() |
I_AMODAL | Call by reference | Type reference (TYPE) | BOOLEAN | Anzeige in separatem Fenster | 20030522 | ||
3 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ-OBJECT | Anwendungs-Log: Objektname (Applikationskürzel) | 20030214 |
Method DISPLAY on class CL_UKM_APPL_LOG has no exception.
Method GET_HANDLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_HANDLES | Value transfer | Type reference (TYPE) | UKMMS_TOBJ_HANDLE | Anwendungs-Log: Handle eines Protokolls | 20030220 |
Method GET_HANDLES on class CL_UKM_APPL_LOG has no exception.
Method INSERT_SUBOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CPROG | Value transfer | Type reference (TYPE) | SY-CPROG | SY-CPROG | ABAP-Programm, Aufrufer in externen Prozeduren | 20030403 | |
2 | ![]() |
I_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUB-SUBOBJECT | Anwendungs-Log: Unterobjekt | 20030319 | ||
3 | ![]() |
I_TCODE | Value transfer | Type reference (TYPE) | SY-TCODE | SY-TCODE | ABAP-Programm, aktueller Transaktionscode | 20030403 |
Method INSERT_SUBOBJECT on class CL_UKM_APPL_LOG has no exception.
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ-OBJECT | Anwendungs-Log: Objektname (Applikationskürzel) | 20030214 |
Method LOAD on class CL_UKM_APPL_LOG has no exception.
Method SAVE Signature
Method SAVE on class CL_UKM_APPL_LOG has no parameter.
Method SAVE on class CL_UKM_APPL_LOG has no exception.
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 200 |