SAP ABAP Interface IF_RSO_RES_REST_HANDLER (Handle REST Operation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_RES_FRMW (Package) BW: ResourceFramework

⤷

⤷

Meta Relationship - Used By
Properties
Interface | IF_RSO_RES_REST_HANDLER | |
Short Description | Handle REST Operation |
General Data
Package | RSO_RES_FRMW | BW: ResourceFramework |
Created | 20130422 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_RSO_RES_CNT_HDL_FACTORY | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | IF_RSO_RES_RESOURCE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_RSO_RES_REST_HANDLER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSO_RES_REST_HANDLER has no interface.
Friends
Interface IF_RSO_RES_REST_HANDLER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_S_CNT_HDL_TYPE | 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
Interface 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 | 740 |