SAP ABAP Class /IWFND/CL_SUTIL_GW_CLIENT_EXEC (GW Client Execution)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/COS_SUPPORTABILITY (Package) GW Framework - Supportability Components

⤷

⤷

Properties
Class | /IWFND/CL_SUTIL_GW_CLIENT_EXEC | |
Short Description | GW Client Execution | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWFND/COS_SUPPORTABILITY | GW Framework - Supportability Components |
Created | 20120928 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no interface implemented.
Friends
Class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | FUNCNAME | '/IWFND/SUTIL_RUN_TEST_GROUP' | 20121118 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'HTTP/1.0' | 20120928 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'HTTP/1.1' | 20120928 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 100 | 20120928 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_CLIENT_PROXY | Support Utilities: Client Proxy | 20120928 | ||
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_GW_CLIENT_EXEC | GW Client Execution | 20120928 | ||
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_GW_CLIENT_CFG | Gateway Client Cofniguration | 20121206 | ||
8 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_RUNTIME | Support Utilities: Runtime | 20120928 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ACTIVE_TEST_GROUP | 20121118 | |||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | /IWFND/SUTIL_GWC_GRP_RESULT_T | Test Group Result - Table | 20121118 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | XSTRING | 20120928 | |||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | XSTRING | 20120928 | |||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 20121118 | |||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 20121118 | |||
15 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 20121118 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Execute Test Case | 20120928 |
2 | ![]() |
Instance method | Public | Method | Execute Test Group | 20120928 |
3 | ![]() |
Static method | Public | Method | Execute Test Groups | 20121118 |
4 | ![]() |
Static method | Public | Method | Get instance | 20120928 |
5 | ![]() |
Static method | Public | Method | Receive Result of Test Groups | 20121118 |
Events
Class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ACTIVE_TEST_GROUP | Private | See coding | 20121118 | tt_active_test_group TYPE STANDARD TABLE OF ty_active_test_group
|
||
2 | TT_ERROR_INFO | Private | See coding | 20120928 | tt_error_info TYPE STANDARD TABLE OF ty_error_info
|
||
3 | TY_ACTIVE_TEST_GROUP | Private | See coding | 20121118 | BEGIN OF ty_active_test_group,
taskname(10) TYPE n,
test_group TYPE /iwfnd/sutil_test_group,
END OF ty_active_test_group
|
||
4 | TY_ERROR_INFO | Private | See coding | 20120928 | BEGIN OF ty_error_info,
test_group TYPE /iwfnd/sutil_test_group,
test_case TYPE /iwfnd/sutil_test_case,
request_id TYPE char100,
error_text TYPE string,
END OF ty_error_info
|
Method Signatures
Method EXECUTE_TEST_CASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_PROPERTY_T | HTTP Response Header Table | 20120928 | ||
2 | ![]() |
EV_CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | HTTP Content Type | 20120928 | ||
3 | ![]() |
EV_ERROR_TEXT | Call by reference | Type reference (TYPE) | STRING | Error Text if any | 20120928 | ||
4 | ![]() |
EV_RESPONSE_BODY | Call by reference | Type reference (TYPE) | XSTRING | HTTP Response Body | 20120928 | ||
5 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | HTTP Status Code | 20120928 | ||
6 | ![]() |
EV_STATUS_TEXT | Call by reference | Type reference (TYPE) | STRING | HTTP Status Text | 20120928 | ||
7 | ![]() |
IV_TEST_CASE | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_TEST_CASE | Test case | 20120928 | ||
8 | ![]() |
IV_TEST_GROUP | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_TEST_GROUP | Test group | 20120928 |
Method EXECUTE_TEST_CASE on class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no exception.
Method EXECUTE_TEST_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DURATION | Call by reference | Type reference (TYPE) | TIMS | Duration | 20121118 | ||
2 | ![]() |
EV_ERROR_TEXT | Call by reference | Type reference (TYPE) | STRING | Error Text if any | 20121118 | ||
3 | ![]() |
EV_LOG_OPID | Call by reference | Type reference (TYPE) | SYSUUID_C | Error Log Operation ID | 20121116 | ||
4 | ![]() |
EV_TOTAL_ERROR | Call by reference | Type reference (TYPE) | I | Total number of errors | 20121115 | ||
5 | ![]() |
EV_TOTAL_NUMBER | Call by reference | Type reference (TYPE) | I | Total number of test cases | 20120928 | ||
6 | ![]() |
IV_TEST_GROUP | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_TEST_GROUP | Test group | 20120928 |
Method EXECUTE_TEST_GROUP on class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no exception.
Method EXECUTE_TEST_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GROUP_RESULT | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_GWC_GRP_RESULT_T | Test Group Result - Table | 20121118 | ||
2 | ![]() |
EV_RFC_ERROR_TEXT | Call by reference | Type reference (TYPE) | STRING | RFC Error Text | 20121118 | ||
3 | ![]() |
IT_TEST_GROUP | Call by reference | Type reference (TYPE) | /IWFND/SUTIL_TEST_GROUP_T | Test group - Table | 20121118 | ||
4 | ![]() |
IV_MAX_TASK | Call by reference | Type reference (TYPE) | I | 3 | Max. parallel tasks (0: based on resources only) | 20121118 |
Method EXECUTE_TEST_GROUPS on class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_EXEC_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_SUTIL_GW_CLIENT_EXEC | GW Code Coverage | 20120928 |
Method GET_INSTANCE on class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no exception.
Method RECEIVE_RESULT_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TASK | Call by reference | Type reference (TYPE) | CSEQUENCE | Task Name | 20121118 |
Method RECEIVE_RESULT_GROUPS on class /IWFND/CL_SUTIL_GW_CLIENT_EXEC has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 250 |