SAP ABAP Class CL_CRM_BSP_CU_APPLOG (Blueprint: Application Log Wrapper)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
     CRM_BSP_FRAME_SC_BLUEPRINT (Package) Controller Implementation: Blueprint
Properties
Class CL_CRM_BSP_CU_APPLOG  
Short Description Blueprint: Application Log Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_FRAME_SC_BLUEPRINT   Controller Implementation: Blueprint 
Created 20020514   SAP 
Last change 20020614   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CRM_BSP_CU_APPLOG has no forward declaration.
Interfaces
Class CL_CRM_BSP_CU_APPLOG has no interface implemented.
Friends
Class CL_CRM_BSP_CU_APPLOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACT_LEVEL Instance attribute Private Type reference (TYPE) BALLEVEL 1 Application Log: Level of Detail 20020514
2 GC_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application log: Log handle 20020514
3 GC_MAX_MSGTY Instance attribute Private Type reference (TYPE) CHAR1 Character Field Length 1 20020514
4 GC_MSGID Instance attribute Private Type reference (TYPE) SY-MSGID Messages, Message Class 20020514
5 GS_LOG Instance attribute Private Type reference (TYPE) BAL_S_LOG Application Log: Log header data 20020514
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Add Message 20020514
2 ADD_SYSMESG Instance method Public Method Add Current System Message 20020514
3 CONSTRUCTOR Instance method Public Constructor Constructor 20020514
4 CONVERT Instance method Private Method INTERNAL: Convert Message Variables 20020514
5 DISPLAY Instance method Public Method Display Log 20020514
6 GET_FILTER Instance method Private Method INTERNAL: Generate Selection Filter 20020514
7 GET_MAX_LEVEL Instance method Public Method Return Maximum Error Level 20020514
8 GET_MSG_TABLE Instance method Public Method Return Message Lines 20020514
9 LOAD Instance method Public Method Load Log 20020514
10 SAVE Instance method Public Method Save Log 20020514
11 SET_LEVEL Instance method Public Method Set Level for Follow-Up Messages 20020514
Events
Class CL_CRM_BSP_CU_APPLOG has no event.
Types
Class CL_CRM_BSP_CU_APPLOG 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 Importing IV_CLASS Value transfer Type reference (TYPE) BALPROBCL Anwendungs-Log: Problemklasse einer Meldung 20020514
2 Importing IV_LEVEL Value transfer Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020514
3 Importing IV_MSGID Value transfer Type reference (TYPE) SY-MSGID Nachrichten, Nachrichtenklasse 20020514
4 Importing IV_MSGNO Value transfer Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20020514
5 Importing IV_MSGTY Value transfer Type reference (TYPE) SY-MSGTY Nachrichten, Nachrichtentyp 20020514
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20020514
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20020514
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20020514
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20020514

Method ADD_MESSAGE on class CL_CRM_BSP_CU_APPLOG has no exception.

Method ADD_SYSMESG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) BALPROBCL Anwendungs-Log: Problemklasse einer Meldung 20020514
2 Importing IV_DECREASE Call by reference Type reference (TYPE) BOOLEAN Folgemeldungen eine Ebene höher setzen 20020820
3 Importing IV_INCREASE Call by reference Type reference (TYPE) BOOLEAN Folgemeldungen eine Ebene tiefer setzen 20020517
4 Importing IV_LEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020514

Method ADD_SYSMESG on class CL_CRM_BSP_CU_APPLOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTNUMBER Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Externe Identifikation 20020514
2 Importing IV_MSGID Call by reference Type reference (TYPE) SY-MSGID Nachrichten, Nachrichtenklasse 20020514
3 Importing IV_OBJECT Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Objektname (Applikationskürzel) 20020514
4 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Unterobjekt (s. View V_BALSUB) 20020514

Method CONSTRUCTOR on class CL_CRM_BSP_CU_APPLOG has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_MSGV Value transfer Type reference (TYPE) STRING Nachrichtenvariable 20020514
2 Importing IV_MSGV Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20020514

Method CONVERT on class CL_CRM_BSP_CU_APPLOG has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_CRM_BSP_CU_APPLOG has no parameter.
Method DISPLAY on class CL_CRM_BSP_CU_APPLOG has no exception.

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FILTER Call by reference Type reference (TYPE) BAL_S_LFIL Anwendungs-Log: Filterkriterien für ein Protokoll 20020514
2 Importing IV_EXTNUMBER Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Externe Identifikation 20020514
3 Importing IV_OBJECT Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Objektname (Applikationskürzel) 20020514
4 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) CSEQUENCE Anwendungs-Log: Unterobjekt 20020514

Method GET_FILTER on class CL_CRM_BSP_CU_APPLOG has no exception.

Method GET_MAX_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAX_MSGTY Call by reference Type reference (TYPE) SY-MSGTY Nachrichten, Nachrichtentyp 20020514

Method GET_MAX_LEVEL on class CL_CRM_BSP_CU_APPLOG has no exception.

Method GET_MSG_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAL_T_SHOW Call by reference Type reference (TYPE) CRMT_BAL_S_SHOW_TAB Standardtabelle zur Struktur BAL_S_SHOW 20020514
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20020514

Method GET_MSG_TABLE on class CL_CRM_BSP_CU_APPLOG has no exception.

Method LOAD Signature

Method LOAD on class CL_CRM_BSP_CU_APPLOG has no parameter.
# Exception Resumable Description Created on
1 DB_LOAD_FAILED Laden fehlgeschlagen 20020514

Method SAVE Signature

Method SAVE on class CL_CRM_BSP_CU_APPLOG has no parameter.
# Exception Resumable Description Created on
1 DB_SAVE_FAILED Sicherung fehlgeschlagen 20020514

Method SET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DECREASE Call by reference Type reference (TYPE) BOOLEAN Anwendungs-Log: Detaillierungsgrad 20020514
2 Importing IV_INCREASE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20020514
3 Importing IV_LEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020514

Method SET_LEVEL on class CL_CRM_BSP_CU_APPLOG has no exception.
History
Last changed by/on SAP  20020614 
SAP Release Created in 310