SAP ABAP Class CL_EEWA_MSGLOG (BAL_LOG_MSG_* Capsule)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-WA (Application Component) Waste Management
     EEWA_ENHANCED_LOGISTICS (Package) IS-U-WA: Enhanced Logistics
Properties
Class CL_EEWA_MSGLOG  
Short Description BAL_LOG_MSG_* Capsule    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EEWA_ENHANCED_LOGISTICS   IS-U-WA: Enhanced Logistics 
Created 20040728   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EEWA_MSGLOG has no forward declaration.
Interfaces
Class CL_EEWA_MSGLOG has no interface implemented.
Friends
Class CL_EEWA_MSGLOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CATEGORY Instance attribute Public Type reference (TYPE) BALOBJ_D C_STD_OBJECT 20041014
2 C_STD_OBJECT Constant Public Type reference (TYPE) BALOBJ_D 'EEWA' Standard Object 20040728
3 C_SUB_BC Constant Public Type reference (TYPE) BALSUBOBJ 'BC' 20041014
4 C_SUB_LOGISTICS Constant Public Type reference (TYPE) BALSUBOBJ 'LOGISTICS' Standard Subobject 20040728
5 C_SUB_TP Constant Public Type reference (TYPE) BALSUBOBJ 'TP' 20041014
6 DISPLAYOPTIONS Instance attribute Public Type reference (TYPE) BAL_S_PROF Display Options 20040728
7 HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20040728
8 HEAD Instance attribute Public Type reference (TYPE) BAL_S_LOG Application Log: Log header data 20040728
9 MSG Instance attribute Public Type reference (TYPE) BAL_S_MSG Current Message 20040728
10 SUBCATEGORY Instance attribute Public Type reference (TYPE) BALSUBOBJ C_SUB_BC 20041014
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add Current Message 20040728
2 CHECK_SUBRC Instance method Protected Method 20040728
3 CLEAR Instance method Public Method Empty Log 20040728
4 CONSTRUCTOR Instance method Public Constructor 20040728
5 CREATECONTROL Instance method Public Method Generate Own Control for Log 20040728
6 DISPLAY Instance method Public Method Display Log 20040728
7 ERROR Instance method Public Method Error Message with Custom Text 20040728
8 FILLMSG Instance method Public Method Enter SY-* in Message 20040728
9 GETDISPLAYOPTIONS Instance method Protected Method Get Standard Display Options 20040728
10 INFO Instance method Public Method Information Message with Custom Text 20040728
11 INIT Instance method Public Method 20040728
12 REFRESHCONTROL Instance method Public Method Update Own Control 20040728
13 WARNING Instance method Public Method Warning Message with Custom Text 20040728
Events
Class CL_EEWA_MSGLOG has no event.
Types
Class CL_EEWA_MSGLOG has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_MSGID Call by reference Type reference (TYPE) SY-MSGID Nachrichten, Nachrichtenklasse 20040728
2 Importing PAR_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20040728
3 Importing PAR_MSGTY Call by reference Type reference (TYPE) SY-MSGTY Nachrichten, Nachrichtentyp 20040728
4 Importing PAR_MSGV1 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichten, Nachrichtenvariable 20040728
5 Importing PAR_MSGV2 Call by reference Type reference (TYPE) SY-MSGV2 Nachrichten, Nachrichtenvariable 20040728
6 Importing PAR_MSGV3 Call by reference Type reference (TYPE) SY-MSGV3 Nachrichten, Nachrichtenvariable 20040728
7 Importing PAR_MSGV4 Call by reference Type reference (TYPE) SY-MSGV4 Nachrichten, Nachrichtenvariable 20040728
8 Importing PAR_TEXT Call by reference Type reference (TYPE) C 20040728
# Exception Resumable Description Created on
1 CX_EEWA_BASE Basisklasse: Alle Ausnahmen zu EWA 20040728

Method CHECK_SUBRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040728
# Exception Resumable Description Created on
1 CX_EEWA_BASE Basisklasse: Alle Ausnahmen zu EWA 20040728

Method CLEAR Signature

Method CLEAR on class CL_EEWA_MSGLOG has no parameter.
# Exception Resumable Description Created on
1 CX_EEWA_BASE Basisklasse: Alle Ausnahmen zu EWA 20040728

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EEWA_MSGLOG has no parameter.
Method CONSTRUCTOR on class CL_EEWA_MSGLOG has no exception.

Method CREATECONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PAR_CONTROL Value transfer Type reference (TYPE) BALCNTHNDL Anwendungs-Log: Handle auf die Control-Anzeige 20040728
2 Importing PAR_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040728

Method CREATECONTROL on class CL_EEWA_MSGLOG has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_MODE Call by reference Type reference (TYPE) CHAR20 Char 20 20040728
2 Importing PAR_SEPARATE_SCREEN Call by reference Type reference (TYPE) CHAR1 SPACE Einstelliges Kennzeichen 20040728
# Exception Resumable Description Created on
1 CX_EEWA_BASE Basisklasse: Alle Ausnahmen zu EWA 20040728

Method ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_TEXT Call by reference Type reference (TYPE) C 20040728

Method ERROR on class CL_EEWA_MSGLOG has no exception.

Method FILLMSG Signature

Method FILLMSG on class CL_EEWA_MSGLOG has no parameter.
Method FILLMSG on class CL_EEWA_MSGLOG has no exception.

Method GETDISPLAYOPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_MODE Call by reference Type reference (TYPE) C 20040728

Method GETDISPLAYOPTIONS on class CL_EEWA_MSGLOG has no exception.

Method INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_TEXT Call by reference Type reference (TYPE) C 20040728

Method INFO on class CL_EEWA_MSGLOG has no exception.

Method INIT Signature

Method INIT on class CL_EEWA_MSGLOG has no parameter.
# Exception Resumable Description Created on
1 CX_EEWA_BASE Basisklasse: Alle Ausnahmen zu EWA 20040728

Method REFRESHCONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_CONTROL Call by reference Type reference (TYPE) BALCNTHNDL Anwendungs-Log: Handle auf die Control-Anzeige 20040728

Method REFRESHCONTROL on class CL_EEWA_MSGLOG has no exception.

Method WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAR_TEXT Call by reference Type reference (TYPE) C 20040728

Method WARNING on class CL_EEWA_MSGLOG has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 473