SAP ABAP Class CL_TREX_CI_REQUEST_HANDLER (HTTP Handler for Code Inspection Requests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREXTESTTOOL (Package) TREX Test Tool.

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20061116 |
Properties
Class | CL_TREX_CI_REQUEST_HANDLER | |
Short Description | HTTP Handler for Code Inspection Requests | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STREXTESTTOOL | TREX Test Tool. |
Created | 20061116 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TREX_CI_REQUEST_HANDLER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20061116 |
Friends
Class CL_TREX_CI_REQUEST_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_SCIT_ERRC | 20080129 | |||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'json' | 20080121 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'xml' | 20070726 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '/sap/public/bc/trex/test/inspection/' | 20070726 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TIMEZONE | Time Zone | 20070726 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070726 |
2 | ![]() |
Static method | Public | Method | 20070726 |
Events
Class CL_TREX_CI_REQUEST_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_RESPONSE | Private | See coding | 20080122 | begin of T_RESPONSE ,
detail_url type string ,
sid type sysysid ,
release type sysaprl ,
protocol_version type i ,
inspecinf type sciins_inf ,
statistics type sci_stat ,
results type scit_rest ,
end of t_response
|
||
2 | T_SCIR_ERRC | Private | See coding | 20080129 | begin of T_SCIR_ERRC ,
sign type c length 1 ,
option type c length 2 ,
low type sci_errc ,
high type sci_errc ,
end of t_scir_errc
|
||
3 | T_SCIT_ERRC | Private | See coding | 20080129 | t_scit_errc type standard table of t_scir_errc
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_TREX_CI_REQUEST_HANDLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TREX_CI_REQUEST_HANDLER has no exception.
Method CREATE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | STRING | C_FORMAT_XML | 20070726 | ||
2 | ![]() |
HOST | Call by reference | Type reference (TYPE) | STRING | 20070726 | |||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20070726 | |||
4 | ![]() |
PATH | Call by reference | Type reference (TYPE) | STRING | C_PATH | 20070726 | ||
5 | ![]() |
PORT | Call by reference | Type reference (TYPE) | STRING | 20070726 | |||
6 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | 20070726 | |||
7 | ![]() |
USER | Call by reference | Type reference (TYPE) | STRING | '' | 20070726 | ||
8 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | STRING | '' | 20070726 |
Method CREATE_URL on class CL_TREX_CI_REQUEST_HANDLER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |