SAP ABAP Class IF_RSO_RES_REST_HANDLER (Handle REST Operation)
Meta Relationship - Used By
Properties
| Class | IF_RSO_RES_REST_HANDLER | |
| Short Description | Handle REST Operation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130422 | SAP |
| Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RSO_RES_REST_HANDLER has no interface implemented.
Friends
Class IF_RSO_RES_REST_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130508 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get operation (GET, POST, ...) independent context info | 20130611 | |
| 2 | Instance method | Public | Method | Get operation (GET, POST, ...) independent static info | 20130611 |
Events
Class IF_RSO_RES_REST_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_CNT_HDL_TYPE | Public | See coding | 20130508 | gt_cnt_hdl_type TYPE c LENGTH 1
|
||
| 2 | GT_S_CNT_HDL_INFO | Public | See coding | 20130515 | BEGIN OF gt_s_cnt_hdl_info,
handler_type TYPE gt_cnt_hdl_type,
handler TYPE REF TO if_adt_rest_content_handler,
END OF gt_s_cnt_hdl_info
|
||
| 3 | GT_S_CONTENT_VERSION | Public | See coding | 20130508 | BEGIN OF gt_s_content_version,
major_version TYPE i,
minor_version TYPE i,
patch_number TYPE i,
END OF gt_s_content_version
|
Method Signatures
Method GET_CONTEXT_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LAST_CHANGED | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130611 | |||
| 2 | E_OBJ_NAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20130611 | |||
| 3 | E_TH_OBJ_KEY | Call by reference | Type reference (TYPE) | IF_RSO_RES_RESOURCE=>NT_TH_OBJ_KEY | Object Key of an editable resource | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Resource exception | 20130611 |
Method GET_STATIC_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESOURCE_ID | Call by reference | Type reference (TYPE) | STRING | Resource ID | 20130611 | |||
| 2 | E_R_DATA_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Descriptor for the content data | 20130611 | |||
| 3 | E_S_CNT_HDL_INFO | Call by reference | Type reference (TYPE) | IF_RSO_RES_REST_HANDLER=>GT_S_CNT_HDL_INFO | Content Handler Info | 20130611 | |||
| 4 | E_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Object Type (TLOGO) | 20130611 | |||
| 5 | E_VERSION | Call by reference | Type reference (TYPE) | GT_S_CONTENT_VERSION | Resource version | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Resource exception | 20130611 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |