SAP ABAP Class IF_BICS_INA_REST_REQUEST (Interface: REST Request)
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
| Class | IF_BICS_INA_REST_REQUEST | |
| Short Description | Interface: REST Request | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130420 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_BICS_INA_REST_REQUEST has no forward declaration.
Interfaces
Class IF_BICS_INA_REST_REQUEST has no interface implemented.
Friends
Class IF_BICS_INA_REST_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | 20130420 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSBPC_APPSET_ID | 20130506 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRING | 20130420 | ||||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE' | 20130420 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | 20130420 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'GET' | 20130420 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'LIST' | 20130420 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'LOCK' | 20130421 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'UNLOCK' | 20130421 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE' | 20130420 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'DETAIL' | 20130601 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'ID_LIST' | 20130605 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'REFRESH' | 20130602 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'SUB_OBJECT' | 20130601 | |||
| 15 | Constant | Public | Type reference (TYPE) | TN_PROTOCOL | 0 | 20130717 | |||
| 16 | Constant | Public | Type reference (TYPE) | TN_PROTOCOL | 2 | 20130717 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | TN_PROTOCOL | 20130717 | ||||
| 18 | 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
Class 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 class 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 class 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 class 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 class 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 class 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 class IF_BICS_INA_REST_REQUEST has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |