SAP ABAP Class CL_ANST_TESTING_AGENT_APPLOG (ANST Testing Agent: Application Log)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-NA (Application Component) SAP Note Assistant
     SANST (Package) Automated Notes Search Tool
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ANST_TESTING_AGEN_APPLOG_AT ANST Testing Agent: Automatic Test Cases Application Log 20120126
Properties
Class CL_ANST_TESTING_AGENT_APPLOG  
Short Description ANST Testing Agent: Application Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SANST   Automated Notes Search Tool 
Created 20120126   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ANST_TESTING_AGENT_APPLOG has no forward declaration.
Interfaces
Class CL_ANST_TESTING_AGENT_APPLOG has no interface implemented.
Friends
Class CL_ANST_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 'ANST_TESTING' Application Log: Object Name (Application Code) 20120126
2 AC_PROBCLASS_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '2' Application Log: Problem Class Serious 20120126
3 AC_PROBCLASS_INFO Constant Public Type reference (TYPE) BALPROBCL '4' Application Log: Problem Class Additional Info 20120126
4 AC_PROBCLASS_MEDIUM Constant Public Type reference (TYPE) BALPROBCL '3' Application Log: Problem Class Medium 20120126
5 AC_PROBCLASS_VERY_IMPORTANT Constant Public Type reference (TYPE) BALPROBCL '1' Application Log: Problem Class Very Serious 20120126
6 AC_SUB_OBJ_AT_REC Constant Public Type reference (TYPE) BALSUBOBJ 'ANST_TESTING_AT_REC' Subobject for Automatic Test Cases 20120126
7 AC_SUB_OBJ_E2E Constant Public Type reference (TYPE) BALSUBOBJ 'ANST_TESTING' Application Log: Subobject 20120126
8 AV_ALPROG Instance attribute Public Type reference (TYPE) BALPROG Application Log: Program Name 20120126
9 AV_EXT_NUMBER Instance attribute Public Type reference (TYPE) BALNREXT Application Log: External ID 20120126
10 AV_LOG_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20120126
11 AV_SUB_OBJECT Instance attribute Public Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20120126
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Add a Message to the Log 20120126
2 ADD_MESSAGE_T100 Instance method Public Method Add a T100 Message 20120126
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120126
4 CREATE_LOG Static method Public Method Create a Log 20120126
5 CREATE_OBJECT Static method Protected Method Create an Instance 20120126
6 CREATE_OR_LOAD_LOG Static method Public Method Get Log Instance 20120126
7 GET_ALL_MESSAGES Instance method Public Method Read All Messages 20120126
8 SAVE Instance method Public Method Save Log in Database 20120126
9 _CREATE_LOG Instance method Protected Method Create Log 20120126
10 _CREATE_OR_LOAD_LOG Instance method Protected Method Create or Load Log 20120126
Events
Class CL_ANST_TESTING_AGENT_APPLOG has no event.
Types
Class CL_ANST_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 Message 20120126
2 Importing IV_MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'I' Messages, Message Type 20120126
3 Importing IV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL AC_PROBCLASS_INFO Application Log: Message Problem Class 20120126
4 Importing IV_SAVE_TO_DB Call by reference Type reference (TYPE) FLAG 'X' General Flag 20120126

Method ADD_MESSAGE on class CL_ANST_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 Application log: Parameters 20120126
2 Importing IV_MSGID Call by reference Type reference (TYPE) SY-MSGID SY-MSGID Messages, Message Class 20120126
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SY-MSGNO SY-MSGNO Messages, Message Number 20120126
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SY-MSGTY SY-MSGTY Messages, Message Type 20120126
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) SY-MSGV1 SY-MSGV1 Messages, Message Variable 20120126
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) SY-MSGV2 SY-MSGV2 Messages, Message Variable 20120126
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) SY-MSGV3 SY-MSGV3 Messages, Message Variable 20120126
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) SY-MSGV4 SY-MSGV4 Messages, Message Variable 20120126
9 Importing IV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL AC_PROBCLASS_INFO Application Log: Message Problem Class 20120126
10 Importing IV_SAVE_TO_DB Call by reference Type reference (TYPE) FLAG 'X' Save Log? 20120126

Method ADD_MESSAGE_T100 on class CL_ANST_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 Application log: Program name 20120126
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20120126
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20120126

Method CONSTRUCTOR on class CL_ANST_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 Application Log: Program Name 20120126
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20120126
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Application Log: Subobject 20120126
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_ANST_TESTING_AGENT_APPLOG ANST Testing Agent: Application Log 20120126

Method CREATE_LOG on class CL_ANST_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 Application Log: Program Name 20120126
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20120126
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Application Log: Subobject 20120126
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_ANST_TESTING_AGENT_APPLOG E2E Testing Agent: Application Log 20120126

Method CREATE_OBJECT on class CL_ANST_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 Application Log: Program Name 20120126
2 Importing IV_EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20120126
3 Importing IV_SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ AC_SUB_OBJ_E2E Application Log: Subobject 20120126
4 Returning RR_LOG Value transfer Object reference (TYPE REF TO) CL_ANST_TESTING_AGENT_APPLOG ANST Testing Agent: Application Log 20120126

Method CREATE_OR_LOAD_LOG on class CL_ANST_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) ANST_BAL_T_MSG Table Type for BAL_S_MSG 20120126

Method GET_ALL_MESSAGES on class CL_ANST_TESTING_AGENT_APPLOG has no exception.

Method SAVE Signature

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

Method _CREATE_LOG Signature

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

Method _CREATE_OR_LOAD_LOG Signature

Method _CREATE_OR_LOAD_LOG on class CL_ANST_TESTING_AGENT_APPLOG has no parameter.
Method _CREATE_OR_LOAD_LOG on class CL_ANST_TESTING_AGENT_APPLOG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732