SAP ABAP Interface IF_SRT_BIZTALK_LOG (BizTalk Test: Log)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_RT_TESTS_BIZTALK (Package) Package for the tests of the BizTalk project.
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
Interface IF_SRT_BIZTALK_LOG  
Short Description BizTalk Test: Log    
General Data
Package SOAP_RT_TESTS_BIZTALK   Package for the tests of the BizTalk project. 
Created 20080619   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 TSRTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SRT_BIZTALK_LOG has no interface.
Friends
Interface IF_SRT_BIZTALK_LOG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CALL_SEQUENCE Instance attribute Public Type reference (TYPE) TP_T_CALL_SEQUENCE call sequence table 20080701
2 ERROR Instance attribute Public Type reference (TYPE) STRING 20080620
3 FROM_PARTY Instance attribute Public Type reference (TYPE) SXI_FROM_PARTY XI: From-Party 20080918
4 FROM_SERVICE Instance attribute Public Type reference (TYPE) SXI_FROM_SERVICE XI: From-Service 20080918
5 INTERFACE Instance attribute Public Type reference (TYPE) STRING 20080619
6 INTERFACE_NAMESPACE Instance attribute Public Type reference (TYPE) STRING 20080619
7 LAST_CALL Instance attribute Public Object reference (TYPE REF TO) TP_S_CALL_SEQUENCE call sequence structure 20080701
8 LAST_CX_ERROR Instance attribute Public Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20080620
9 LP Instance attribute Public Type reference (TYPE) PRX_LOGICAL_PORT_NAME Logical Port Name 20080619
10 O_PROXY Instance attribute Public Object reference (TYPE REF TO) CL_PROXY_CLIENT Base clas for consumer proxies 20080701
11 RESULT_OK Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080623
12 SCENARIO_CLIENT Instance attribute Public Type reference (TYPE) STRING 20080724
13 SCENARIO_ENDPOINT Instance attribute Public Type reference (TYPE) STRING 20080619
14 SCENARIO_TYPE Instance attribute Public Type reference (TYPE) STRING 20080619
15 SERVICE_CONSUMER Instance attribute Public Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20080703
16 SOAP_VERSION Instance attribute Public Type reference (TYPE) ANYURI Any URI 20080627
17 SOAP_VERSION_OUT Instance attribute Public Type reference (TYPE) STRING 20080627
18 TESTCASE_NAME Instance attribute Public Type reference (TYPE) STRING 20080620
19 TEST_SCENARIO Instance attribute Public Type reference (TYPE) STRING 20080724
20 TEST_SCENARIO_OP Instance attribute Public Type reference (TYPE) STRING 20080724
21 TO_PARTY Instance attribute Public Type reference (TYPE) SXI_FROM_PARTY XI: From-Party 20080918
22 TO_SERVICE Instance attribute Public Type reference (TYPE) SXI_FROM_SERVICE XI: From-Service 20080918
23 VALUE_SAP_MIN_MAX 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 ADD_LOG_TO_ALV_TABLE Instance method Public Method prepares ALV table for displaying the results in ALV screen 20081208
2 REFRESH Instance method Public Method 20080731
3 SET_TESTCASE_NAME Instance method Public Method 20080627
4 WRITE_TO_POPUP Instance method Public Method write details results in a popup or some other output format 20090319
5 WRITE_TO_SCREEN Instance method Public Method 20080620
Events
Interface 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 Changing C_RESULT_TABLE Call by reference Type reference (TYPE) RESULT_TABLE 20081208
2 Importing I_WRITE_CALL_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20081208
3 Importing I_WRITE_ERROR_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20081208
4 Importing 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 Interface IF_SRT_BIZTALK_LOG has no exception.

Method REFRESH Signature

Method REFRESH on Interface IF_SRT_BIZTALK_LOG has no parameter.
Method REFRESH on Interface 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 Importing I_TESTCASE_NAME Call by reference Type reference (TYPE) ITEX132 Text Symbol length 132 20080627

Method SET_TESTCASE_NAME on Interface 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 Importing I_WRITE_CALL_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20090319
2 Importing I_WRITE_ERROR_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20090319
3 Importing I_WRITE_PAYLOAD Call by reference Type reference (TYPE) BOOLEAN '' Boolean Variable (X=True, -=False, Space=Unknown) 20090319
4 Returning RV_POPUP_TABLE Value transfer Type reference (TYPE) TSRTB_DETAILS_TABLE 20090320

Method WRITE_TO_POPUP on Interface 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 Importing I_WRITE_CALL_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20080630
2 Importing I_WRITE_ERROR_LOG Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20080623
3 Importing I_WRITE_PAYLOAD Call by reference Type reference (TYPE) BOOLEAN '' Boolean Variable (X=True, -=False, Space=Unknown) 20080812

Method WRITE_TO_SCREEN on Interface IF_SRT_BIZTALK_LOG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712