SAP ABAP Class CL_E2E_TESTING_AGENT_APPLOG (E2E Testing Agent: Application Log)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-TWB-BCA (Application Component) Business Process Change Analyzer
     E2E_TESTING (Package) E2E Testing
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_E2E_TESTING_AGENT_APPLOG_AT E2E Testing Agent: Automatic Test Cases Application Log 20090629
Properties
Class CL_E2E_TESTING_AGENT_APPLOG  
Short Description E2E Testing Agent: Application Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package E2E_TESTING   E2E Testing 
Created 20090626   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_E2E_TESTING_AGENT_APPLOG has no forward declaration.
Interfaces
Class CL_E2E_TESTING_AGENT_APPLOG has no interface implemented.
Friends
Class CL_E2E_TESTING_AGENT_APPLOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_APPL_LOG_OBJ Constant Public Type reference (TYPE) BALOBJ_D 'E2E_TESTING' Application Log: Object Name (Application Code) 20090626
2 AC_PROBCLASS_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '2' Application Log: Problem Class Serious 20090629
3 AC_PROBCLASS_INFO Constant Public Type reference (TYPE) BALPROBCL '4' Application Log: Problem Class Additional Info 20090629
4 AC_PROBCLASS_MEDIUM Constant Public Type reference (TYPE) BALPROBCL '3' Application Log: Problem Class Medium 20090629
5 AC_PROBCLASS_VERY_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '1' Application Log: Problem Class Very Serious 20090629
6 AC_SUB_OBJ_AT_REC Constant Public Type reference (TYPE) BALSUBOBJ 'E2E_TESTING_AT_REC' Subobject for Automatic Test Cases 20090626
7 AC_SUB_OBJ_E2E Constant Public Type reference (TYPE) BALSUBOBJ 'E2E_TESTING' Application Log: Subobject 20090626
8 AV_ALPROG Instance attribute Public Type reference (TYPE) BALPROG Application Log: Program Name 20090626
9 AV_EXT_NUMBER Instance attribute Public Type reference (TYPE) BALNREXT Application Log: External ID 20090626
10 AV_LOG_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20090626
11 AV_SUB_OBJECT Instance attribute Public Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20090626
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Add a Message to the Log 20090626
2 ADD_MESSAGE_T100 Instance method Public Method Add a T100 Message 20090629
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090626
4 CREATE_LOG Static method Public Method Create a Log 20090629
5 CREATE_OBJECT Static method Protected Method Create an Instance 20090629
6 CREATE_OR_LOAD_LOG Static method Public Method Get Log Instance 20090626
7 GET_ALL_MESSAGES Instance method Public Method Read All Messages 20090626
8 SAVE Instance method Public Method Save Log in Database 20090626
9 _CREATE_LOG Instance method Protected Method Create Log 20090629
10 _CREATE_OR_LOAD_LOG Instance method Protected Method Create or Load Log 20090626
Events
Class CL_E2E_TESTING_AGENT_APPLOG has no event.
Types
Class CL_E2E_TESTING_AGENT_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_LOG_TEXT Call by reference Type reference (TYPE) C Log Nachricht 20090626
2 Importing IV_MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'I' Nachrichten, Nachrichtentyp 20090626
3 Importing IV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL AC_PROBCLASS_INFO Anwendungs-Log: Problemklasse einer Meldung 20090629
4 Importing IV_SAVE_TO_DB Call by reference Type reference (TYPE) FLAG 'X' allgemeines flag 20090626

Method ADD_MESSAGE on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method ADD_MESSAGE_T100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMS Call by reference Type reference (TYPE) BAL_S_PARM Anwendungs-Log: Parameter 20100831
2 Importing IV_MSGID Call by reference Type reference (TYPE) SY-MSGID SY-MSGID Nachrichten, Nachrichtenklasse 20090629
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SY-MSGNO SY-MSGNO Nachrichten, Nachrichtennummer 20090629
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SY-MSGTY SY-MSGTY Nachrichten, Nachrichtentyp 20090629
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) SY-MSGV1 SY-MSGV1 Nachrichten, Nachrichtenvariable 20090629
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) SY-MSGV2 SY-MSGV2 Nachrichten, Nachrichtenvariable 20090629
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) SY-MSGV3 SY-MSGV3 Nachrichten, Nachrichtenvariable 20090629
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) SY-MSGV4 SY-MSGV4 Nachrichten, Nachrichtenvariable 20090629
9 Importing IV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL AC_PROBCLASS_INFO Anwendungs-Log: Problemklasse einer Meldung 20090629
10 Importing IV_SAVE_TO_DB Call by reference Type reference (TYPE) FLAG 'X' Log Sichern? 20090629

Method ADD_MESSAGE_T100 on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALPROG Call by reference Type reference (TYPE) BALPROG Typ der Zusatzinformation 20090626
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Typ der Zusatzinformation 20090626
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ Typ der Zusatzinformation 20090626

Method CONSTRUCTOR on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method CREATE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALPROG Call by reference Type reference (TYPE) BALPROG Anwendungs-Log: Programmname 20090629
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Anwendungs-Log: Externe Identifikation 20090629
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Anwendungs-Log: Unterobjekt 20090629
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_E2E_TESTING_AGENT_APPLOG E2E Testing-Agent: Applikationslog 20090629

Method CREATE_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALPROG Call by reference Type reference (TYPE) BALPROG Anwendungs-Log: Programmname 20090629
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Anwendungs-Log: Externe Identifikation 20090629
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Anwendungs-Log: Unterobjekt 20090629
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_E2E_TESTING_AGENT_APPLOG E2E Testing-Agent: Applikationslog 20090629

Method CREATE_OBJECT on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method CREATE_OR_LOAD_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALPROG Call by reference Type reference (TYPE) BALPROG Anwendungs-Log: Programmname 20090626
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Anwendungs-Log: Externe Identifikation 20090626
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Anwendungs-Log: Unterobjekt 20090626
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_E2E_TESTING_AGENT_APPLOG E2E Testing-Agent: Applikationslog 20090626

Method CREATE_OR_LOAD_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method GET_ALL_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) E2ET_BAL_T_MSG Anwendungs-Log: Tabelle mit Messages 20090626

Method GET_ALL_MESSAGES on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method SAVE Signature

Method SAVE on class CL_E2E_TESTING_AGENT_APPLOG has no parameter.
Method SAVE on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method _CREATE_LOG Signature

Method _CREATE_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no parameter.
Method _CREATE_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no exception.

Method _CREATE_OR_LOAD_LOG Signature

Method _CREATE_OR_LOAD_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no parameter.
Method _CREATE_OR_LOAD_LOG on class CL_E2E_TESTING_AGENT_APPLOG has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_46C