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 | ![]() |
Constant | Public | Type reference (TYPE) | BALOBJ_D | 'ANST_TESTING' | Application Log: Object Name (Application Code) | 20120126 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '2' | Application Log: Problem Class Serious | 20120126 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '4' | Application Log: Problem Class Additional Info | 20120126 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '3' | Application Log: Problem Class Medium | 20120126 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | BALPROBCL | '1' | Application Log: Problem Class Very Serious | 20120126 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'ANST_TESTING_AT_REC' | Subobject for Automatic Test Cases | 20120126 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'ANST_TESTING' | Application Log: Subobject | 20120126 | |
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BALPROG | Application Log: Program Name | 20120126 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20120126 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20120126 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20120126 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add a Message to the Log | 20120126 |
2 | ![]() |
Instance method | Public | Method | Add a T100 Message | 20120126 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120126 |
4 | ![]() |
Static method | Public | Method | Create a Log | 20120126 |
5 | ![]() |
Static method | Protected | Method | Create an Instance | 20120126 |
6 | ![]() |
Static method | Public | Method | Get Log Instance | 20120126 |
7 | ![]() |
Instance method | Public | Method | Read All Messages | 20120126 |
8 | ![]() |
Instance method | Public | Method | Save Log in Database | 20120126 |
9 | ![]() |
Instance method | Protected | Method | Create Log | 20120126 |
10 | ![]() |
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 | ![]() |
IV_LOG_TEXT | Call by reference | Type reference (TYPE) | C | Log Message | 20120126 | ||
2 | ![]() |
IV_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | 'I' | Messages, Message Type | 20120126 | |
3 | ![]() |
IV_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | AC_PROBCLASS_INFO | Application Log: Message Problem Class | 20120126 | |
4 | ![]() |
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 | ![]() |
IS_PARAMS | Call by reference | Type reference (TYPE) | BAL_S_PARM | Application log: Parameters | 20120126 | ||
2 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Messages, Message Class | 20120126 | |
3 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Messages, Message Number | 20120126 | |
4 | ![]() |
IV_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Messages, Message Type | 20120126 | |
5 | ![]() |
IV_MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Messages, Message Variable | 20120126 | |
6 | ![]() |
IV_MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Messages, Message Variable | 20120126 | |
7 | ![]() |
IV_MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Messages, Message Variable | 20120126 | |
8 | ![]() |
IV_MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Messages, Message Variable | 20120126 | |
9 | ![]() |
IV_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | AC_PROBCLASS_INFO | Application Log: Message Problem Class | 20120126 | |
10 | ![]() |
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 | ![]() |
IV_ALPROG | Call by reference | Type reference (TYPE) | BALPROG | Application log: Program name | 20120126 | ||
2 | ![]() |
IV_EXT_NUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20120126 | ||
3 | ![]() |
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 | ![]() |
IV_ALPROG | Call by reference | Type reference (TYPE) | BALPROG | Application Log: Program Name | 20120126 | ||
2 | ![]() |
IV_EXT_NUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20120126 | ||
3 | ![]() |
IV_SUB_OBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | AC_SUB_OBJ_E2E | Application Log: Subobject | 20120126 | |
4 | ![]() |
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 | ![]() |
IV_ALPROG | Call by reference | Type reference (TYPE) | BALPROG | Application Log: Program Name | 20120126 | ||
2 | ![]() |
IV_EXT_NUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20120126 | ||
3 | ![]() |
IV_SUB_OBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | AC_SUB_OBJ_E2E | Application Log: Subobject | 20120126 | |
4 | ![]() |
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 | ![]() |
IV_ALPROG | Call by reference | Type reference (TYPE) | BALPROG | Application Log: Program Name | 20120126 | ||
2 | ![]() |
IV_EXT_NUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20120126 | ||
3 | ![]() |
IV_SUB_OBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | AC_SUB_OBJ_E2E | Application Log: Subobject | 20120126 | |
4 | ![]() |
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 | ![]() |
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 |