SAP ABAP Class IF_SRT_BIZTALK_LOG (BizTalk Test: Log)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_BIZTALK_TESTS | BizTalk Test: Test Scenarios | 20080619 |
Properties
| Class | IF_SRT_BIZTALK_LOG | |
| Short Description | BizTalk Test: Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080619 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SRT_BIZTALK_LOG has no interface implemented.
Friends
Class IF_SRT_BIZTALK_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TP_T_CALL_SEQUENCE | call sequence table | 20080701 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080620 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | SXI_FROM_PARTY | XI: From-Party | 20080918 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SXI_FROM_SERVICE | XI: From-Service | 20080918 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080619 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080619 | ||||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | TP_S_CALL_SEQUENCE | call sequence structure | 20080701 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20080620 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | PRX_LOGICAL_PORT_NAME | Logical Port Name | 20080619 | |||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_PROXY_CLIENT | Base clas for consumer proxies | 20080701 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080623 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080724 | ||||
| 13 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080619 | ||||
| 14 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080619 | ||||
| 15 | Instance attribute | Public | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20080703 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | ANYURI | Any URI | 20080627 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080627 | ||||
| 18 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080620 | ||||
| 19 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080724 | ||||
| 20 | Instance attribute | Public | Type reference (TYPE) | STRING | 20080724 | ||||
| 21 | Instance attribute | Public | Type reference (TYPE) | SXI_FROM_PARTY | XI: From-Party | 20080918 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | SXI_FROM_SERVICE | XI: From-Service | 20080918 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Data Type Tets: additional test with sap min/max value | 20081002 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | prepares ALV table for displaying the results in ALV screen | 20081208 | |
| 2 | Instance method | Public | Method | 20080731 | ||
| 3 | Instance method | Public | Method | 20080627 | ||
| 4 | Instance method | Public | Method | write details results in a popup or some other output format | 20090319 | |
| 5 | Instance method | Public | Method | 20080620 |
Events
Class IF_SRT_BIZTALK_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DETAIL | Public | See coding | 20081208 | begin of detail,
scenario_name type string,
client_conf_guid type prx_logical_port_name,
message_guid type string,
payload type payload_result,
end of detail
|
||
| 2 | GTP_S_TC | Public | See coding | 20090321 | BEGIN OF gtp_s_tc, "method table : which method should executed
param TYPE string,
method TYPE seocpdname,
execute TYPE boolean,
text TYPE string,
soap_11 TYPE boolean,
soap_12 TYPE boolean,
if_dt TYPE boolean,
t_method TYPE gtp_t_tc_method,
t_result_log TYPE STANDARD TABLE OF REF TO if_srt_biztalk_log
WITH NON-UNIQUE DEFAULT KEY,
END OF gtp_s_tc
|
||
| 3 | GTP_S_TC_METHOD | Public | See coding | 20090321 | BEGIN OF gtp_s_tc_method,
method TYPE seocpdname,
execute TYPE boolean,
END OF gtp_s_tc_method
|
||
| 4 | GTP_T_TC | Public | See coding | 20090321 | gtp_t_tc TYPE SORTED TABLE OF gtp_s_tc WITH UNIQUE KEY method
WITH NON-UNIQUE SORTED KEY key_execute COMPONENTS execute
|
||
| 5 | GTP_T_TC_METHOD | Public | See coding | 20090321 | gtp_t_tc_method TYPE STANDARD TABLE OF gtp_s_tc_method
WITH NON-UNIQUE DEFAULT KEY
|
||
| 6 | PAYLOAD_RESULT | Public | See coding | 20081208 | begin of payload_result,
first_exception type string,
second_exception type string,
third_exception type string,
fourth_exception type string,
fifth_exception type string,
sixth_exception type string,
payload_request type string,
payload_response type string,
end of payload_result
|
||
| 7 | RESULT_DETAIL | Public | See coding | 20081208 | result_detail type table of detail
|
||
| 8 | RESULT_LINE | Public | See coding | 20090321 | begin of result_line,
result_ok type boolean,
icon(64) type c,
soap_version type string,
scenario_name type string,
scenario_case type string,
details type result_detail,
* details type gtp_t_tc,
end of result_line
|
||
| 9 | RESULT_TABLE | Public | See coding | 20090321 | result_table type table of result_line
|
||
| 10 | TP_S_CALL_SEQUENCE | Public | Type reference (TYPE) | TSRTB_S_CALL_SEQUENCE | call sequence structure | 20080701 | |
| 11 | TP_T_CALL_SEQUENCE | Public | Type reference (TYPE) | TSRTB_T_CALL_SEQUENCE | call sequence table | 20080701 | |
Method Signatures
Method ADD_LOG_TO_ALV_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_RESULT_TABLE | Call by reference | Type reference (TYPE) | RESULT_TABLE | 20081208 | ||||
| 2 | I_WRITE_CALL_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081208 | ||
| 3 | I_WRITE_ERROR_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081208 | ||
| 4 | I_WRITE_PAYLOAD | Call by reference | Type reference (TYPE) | BOOLEAN | '' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081208 |
Method ADD_LOG_TO_ALV_TABLE on class IF_SRT_BIZTALK_LOG has no exception.
Method REFRESH Signature
Method REFRESH on class IF_SRT_BIZTALK_LOG has no parameter.
Method REFRESH on class IF_SRT_BIZTALK_LOG has no exception.
Method SET_TESTCASE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TESTCASE_NAME | Call by reference | Type reference (TYPE) | ITEX132 | Text Symbol length 132 | 20080627 |
Method SET_TESTCASE_NAME on class IF_SRT_BIZTALK_LOG has no exception.
Method WRITE_TO_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WRITE_CALL_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20090319 | ||
| 2 | I_WRITE_ERROR_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20090319 | ||
| 3 | I_WRITE_PAYLOAD | Call by reference | Type reference (TYPE) | BOOLEAN | '' | Boolean Variable (X=True, -=False, Space=Unknown) | 20090319 | ||
| 4 | RV_POPUP_TABLE | Value transfer | Type reference (TYPE) | TSRTB_DETAILS_TABLE | 20090320 |
Method WRITE_TO_POPUP on class IF_SRT_BIZTALK_LOG has no exception.
Method WRITE_TO_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WRITE_CALL_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20080630 | ||
| 2 | I_WRITE_ERROR_LOG | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20080623 | ||
| 3 | I_WRITE_PAYLOAD | Call by reference | Type reference (TYPE) | BOOLEAN | '' | Boolean Variable (X=True, -=False, Space=Unknown) | 20080812 |
Method WRITE_TO_SCREEN on class IF_SRT_BIZTALK_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |