SAP ABAP Interface IF_ILM_STOR_WD_REQUEST (ILM Storage: WebDAV request service)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_ACCESS_WD (Package) ILM Storage: Access Layer for WebDAV
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_WD_MOCK_REQUEST | ILM DB Store: WebDAV Mock Up of Request | 20130816 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_WD_REQUEST | ILM Storage: WebDAV Request Service | 20130816 |
Properties
| Interface | IF_ILM_STOR_WD_REQUEST | |
| Short Description | ILM Storage: WebDAV request service |
General Data
| Package | S_ILM_STOR_ACCESS_WD | ILM Storage: Access Layer for WebDAV |
| Created | 20130606 | SAP |
| Last changed | 20140121 | 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) |
Interfaces
Interface IF_ILM_STOR_WD_REQUEST has no interface.
Friends
Interface IF_ILM_STOR_WD_REQUEST has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_HEADER_NAME | Constant | Public | See coding | 20130816 | ||||
| 2 | GC_PING | Constant | Public | Type reference (TYPE) | STRING | 'PING' | PING request | 20130830 | |
| 3 | MO_HTTP_REQUEST | Instance attribute | Public | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | Reference to HTTP request | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Assign HTTP request instance for servicing | 20130830 | |
| 2 | Instance method | Public | Method | Check if Header Value Existx and Return It | 20130816 | |
| 3 | Instance method | Public | Method | Get BLOB | 20130816 | |
| 4 | Instance method | Public | Method | Get BLOB Length | 20130816 | |
| 5 | Instance method | Public | Method | Get BLOB Segment | 20130816 | |
| 6 | Instance method | Public | Method | Get All Header Fields | 20130816 | |
| 7 | Instance method | Public | Method | Get Header Value by Name | 20130816 | |
| 8 | Instance method | Public | Method | Get and Check Ranges from Header | 20130816 | |
| 9 | Instance method | Public | Method | Get and Check URI from Header | 20130816 |
Events
Interface IF_ILM_STOR_WD_REQUEST has no event.
Types
Interface IF_ILM_STOR_WD_REQUEST has no local type.
Method Signatures
Method ASSIGN_HTTP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_HTTP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20130830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV Dynamic Exception | 20130830 |
Method EXIST_HEADER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | True if header value exists | 20130903 | |||
| 2 | EV_VALUE | Call by reference | Type reference (TYPE) | STRING | Header value | 20130816 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of header value | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | Request Entity | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_ENTITY_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENTITY_LENGTH | Value transfer | Type reference (TYPE) | ABAP_MSIZE | Length of entity in HTTP request body | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_ENTITY_SEGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | Request Entity | 20130816 | |||
| 2 | IV_LENGTH | Call by reference | Type reference (TYPE) | I | Length of segment | 20130816 | |||
| 3 | IV_OFFSET | Call by reference | Type reference (TYPE) | I | Offset of segment | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_HEADER_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDS | Value transfer | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV root exception | 20130816 | ||
| 2 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_HEADER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of header value | 20130816 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Header value | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV root exception | 20130816 | ||
| 2 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_RANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_LENGTH | Call by reference | Type reference (TYPE) | ABAP_MSIZE | Data length | 20130816 | |||
| 2 | RT_RANGES | Value transfer | Type reference (TYPE) | ILM_STOR_WD_T_RANGE | ILM Storage: WebDAV entity range | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV root exception | 20130816 | ||
| 2 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method GET_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_COLLECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | '' | Check URI as for collection | 20130816 | ||
| 2 | RV_URI | Value transfer | Type reference (TYPE) | ILM_STOR_URI | ILM Storage: URI | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV root exception | 20130816 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |