SAP ABAP Interface IF_BICS_INA_REST_REQUEST (Interface: REST Request)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-INA (Application Component) BW INA provider
⤷
BW_BICS_INA_MAIN (Package) Main Ina Provider
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_INA_REST_REQUEST | REST Request for InA | 20130420 |
Properties
| Interface | IF_BICS_INA_REST_REQUEST | |
| Short Description | Interface: REST Request |
General Data
| Package | BW_BICS_INA_MAIN | Main Ina Provider |
| Created | 20130420 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BICS_INA_REST_REQUEST has no forward declaration.
Interfaces
Interface IF_BICS_INA_REST_REQUEST has no interface.
Friends
Interface IF_BICS_INA_REST_REQUEST has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Instance attribute | Public | Type reference (TYPE) | STRING | 20130420 | |||
| 2 | APPSET | Instance attribute | Public | Type reference (TYPE) | RSBPC_APPSET_ID | 20130506 | |||
| 3 | ID | Instance attribute | Public | Type reference (TYPE) | STRING | 20130420 | |||
| 4 | N_C_ACTION_CREATE | Constant | Public | Type reference (TYPE) | STRING | 'CREATE' | 20130420 | ||
| 5 | N_C_ACTION_DELETE | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | 20130420 | ||
| 6 | N_C_ACTION_GET | Constant | Public | Type reference (TYPE) | STRING | 'GET' | 20130420 | ||
| 7 | N_C_ACTION_LIST | Constant | Public | Type reference (TYPE) | STRING | 'LIST' | 20130420 | ||
| 8 | N_C_ACTION_LOCK | Constant | Public | Type reference (TYPE) | STRING | 'LOCK' | 20130421 | ||
| 9 | N_C_ACTION_UNLCOK | Constant | Public | Type reference (TYPE) | STRING | 'UNLOCK' | 20130421 | ||
| 10 | N_C_ACTION_UPDATE | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE' | 20130420 | ||
| 11 | N_C_HEADER_DETAIL | Constant | Public | Type reference (TYPE) | STRING | 'DETAIL' | 20130601 | ||
| 12 | N_C_HEADER_IDLIST | Constant | Public | Type reference (TYPE) | STRING | 'ID_LIST' | 20130605 | ||
| 13 | N_C_HEADER_REFRESH | Constant | Public | Type reference (TYPE) | STRING | 'REFRESH' | 20130602 | ||
| 14 | N_C_HEADER_SUBOBJ | Constant | Public | Type reference (TYPE) | STRING | 'SUB_OBJECT' | 20130601 | ||
| 15 | N_C_HTTP | Constant | Public | Type reference (TYPE) | TN_PROTOCOL | 0 | 20130717 | ||
| 16 | N_C_HTTPS | Constant | Public | Type reference (TYPE) | TN_PROTOCOL | 2 | 20130717 | ||
| 17 | PROTOCOL | Instance attribute | Public | Type reference (TYPE) | TN_PROTOCOL | 20130717 | |||
| 18 | RESOURCE | Instance attribute | Public | Type reference (TYPE) | STRING | 20130420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130420 | ||
| 2 | Instance method | Public | Method | 20130420 | ||
| 3 | Instance method | Public | Method | 20130421 | ||
| 4 | Instance method | Public | Method | 20130429 | ||
| 5 | Instance method | Public | Method | 20130421 | ||
| 6 | Instance method | Public | Method | 20130421 |
Events
Interface IF_BICS_INA_REST_REQUEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_PROTOCOL | Public | Type reference (TYPE) | INT1 | 20130717 | |
|
| 2 | TN_S_KEY_VALUE | Public | See coding | 20130421 | begin of tn_s_key_value,
key type string,
value type string,
end of tn_s_key_value
|
||
| 3 | TN_S_SEL | Public | See coding | 20130429 | begin of tn_s_sel,
attribute type string,
sign type ddsign,
option type ddoption,
low type string,
high type string,
end of tn_s_sel
|
||
| 4 | TN_TH_KEY_VALUE | Public | See coding | 20130421 | tn_th_key_value type hashed table of tn_s_key_value with unique key key
|
||
| 5 | TN_T_SEL | Public | See coding | 20130429 | tn_t_sel type standard table of tn_s_sel with default key
|
Method Signatures
Method CREATE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_INA_REST_RESPONSE | 20130420 |
Method CREATE_RESPONSE on Interface IF_BICS_INA_REST_REQUEST has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DATA | Value transfer | Type reference (TYPE) | STRING | 20130420 |
Method GET_DATA on Interface IF_BICS_INA_REST_REQUEST has no exception.
Method GET_DATA_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA | Call by reference | Type reference (TYPE) | DATA | 20130421 | ||||
| 2 | I_TRANS_ID | Call by reference | Type reference (TYPE) | STRING | 20130524 |
Method GET_DATA_STRUCTURE on Interface IF_BICS_INA_REST_REQUEST has no exception.
Method GET_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_SEL | Call by reference | Type reference (TYPE) | TN_T_SEL | 20130429 |
Method GET_FILTER on Interface IF_BICS_INA_REST_REQUEST has no exception.
Method GET_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_VALUES | Value transfer | Type reference (TYPE) | TN_TH_KEY_VALUE | 20130421 |
Method GET_HEADERS on Interface IF_BICS_INA_REST_REQUEST has no exception.
Method GET_HEADER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_BOOL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20130506 | |||
| 2 | I_KEY | Call by reference | Type reference (TYPE) | STRING | 20130421 | ||||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130421 |
Method GET_HEADER_VALUE on Interface IF_BICS_INA_REST_REQUEST has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |