SAP ABAP Class CL_ESD_SRAL_QUERY (Query API for Web Service SRAL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
⤷
SESD_SRAL (Package) ESD Package for Read Access Logging
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESD_SRAL_QUERY | Query API for ESD SRAL | 20120426 |
Properties
| Class | CL_ESD_SRAL_QUERY | |
| Short Description | Query API for Web Service SRAL | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SESD_SRAL | ESD Package for Read Access Logging |
| Created | 20120426 | SAP |
| Last change | 20130531 | SAP |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESD_SRAL_QUERY | Query API for ESD SRAL | 20120426 |
Friends
Class CL_ESD_SRAL_QUERY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CL_ESD_SRAL_QUERY=>T_EXT_DATATYPE_RANGES | 20120806 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20120426 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CL_PROXY_PUBLIC_UTILS=>T_NSPCE_RANGES | 20120427 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | CL_PROXY_PUBLIC_UTILS=>T_NAME_RANGES | 20120427 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | CL_ESD_SRAL_QUERY=>T_OBJ_TYPE_RANGES | 20120427 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | CL_ESD_SRAL_QUERY=>T_OP_NAME_RANGES | 20120427 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | creates range-attributes based on search attributes | 20120426 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120426 | |
| 3 | Instance method | Private | Method | 20120426 | ||
| 4 | Instance method | Private | Method | queries proxy objects based on search attributes | 20120427 | |
| 5 | Instance method | Private | Method | queries proxy objects based on ext. dtype as search attr. | 20120806 | |
| 6 | Instance method | Private | Method | queries IO Service Definitions based on search attributes | 20120427 |
Events
Class CL_ESD_SRAL_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_EXT_DATATYPE_RANGE | Public | See coding | 20120806 | begin of t_ext_datatype_range,
sign type ddsign,
option type ddoption,
low type sral_ext_datatype,
high type sral_ext_datatype,
end of t_ext_datatype_range
|
||
| 2 | T_EXT_DATATYPE_RANGES | Public | See coding | 20120806 | t_ext_datatype_ranges type standard table of t_ext_datatype_range
|
||
| 3 | T_OBJ_TYPE_RANGE | Public | See coding | 20120426 | begin of t_obj_type_range,
sign type ddsign,
option type ddoption,
low type sral_obj_type_ws,
high type sral_obj_type_ws,
end of t_obj_type_range
|
||
| 4 | T_OBJ_TYPE_RANGES | Public | See coding | 20120426 | t_obj_type_ranges type standard table of t_obj_type_range
|
||
| 5 | T_OP_NAME_RANGE | Public | See coding | 20120426 | begin of t_op_name_range,
sign type ddsign,
option type ddoption,
low type sral_oper_name_ws_ext,
high type sral_oper_name_ws_ext,
end of t_op_name_range
|
||
| 6 | T_OP_NAME_RANGES | Public | See coding | 20120426 | t_op_name_ranges type standard table of t_op_name_range
|
Method Signatures
Method BUILD_RANGES Signature
Method BUILD_RANGES on class CL_ESD_SRAL_QUERY has no parameter.
Method BUILD_RANGES on class CL_ESD_SRAL_QUERY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20120426 | |||
| 2 | SEARCH_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120426 |
Method CONSTRUCTOR on class CL_ESD_SRAL_QUERY has no exception.
Method GET_OBJECT_LIST Signature
Method GET_OBJECT_LIST on class CL_ESD_SRAL_QUERY has no parameter.
Method GET_OBJECT_LIST on class CL_ESD_SRAL_QUERY has no exception.
Method GET_PROXY_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | SRAL_CONFIG_HEADER_LIST_WS | Read Access Logging: Config Header List for Web Service | 20120427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic ESD SRAL Exception | 20120427 |
Method GET_PROXY_OBJECTS_USING_DT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INBOUND_DETAILS | Call by reference | Type reference (TYPE) | IF_PXN_QUERY=>T_INBOUND_INTF_DETAILS | 20120806 | ||||
| 2 | OUTBOUND_DETAILS | Call by reference | Type reference (TYPE) | IF_PXN_QUERY=>T_OUTBOUND_INTF_DETAILS | 20120806 |
Method GET_PROXY_OBJECTS_USING_DT on class CL_ESD_SRAL_QUERY has no exception.
Method GET_SERVICEDEF_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Call by reference | Type reference (TYPE) | SRAL_CONFIG_HEADER_LIST_WS | Read Access Logging: Config Header List for Web Service | 20120427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic ESD SRAL Exception | 20120427 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |