SAP ABAP Class CL_BICS_INA_REST_RES (InA REST Resource)
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 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_ACTY | InA REST Resource: BPF Activity | 20130511 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_INST | InA REST Resource: BPF Instance | 20130511 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_IOBJ | Ina REST Resource: Infoobject | 20130718 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_PARAM | InA REST Resource: Parameters | 20130611 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_PS | InA REST Resource: Persistence service | 20130723 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_SAMPLE | InA REST Resource: Sample | 20130423 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_TLOGO | InA REST Resource TLOGO Base | 20130421 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_REST_RES_USER | InA REST Resource: User | 20130611 |
Properties
| Class | CL_BICS_INA_REST_RES | |
| Short Description | InA REST Resource | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_INA_MAIN | Main Ina Provider |
| Created | 20130420 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BICS_INA_REST_RES has no forward declaration.
Interfaces
Class CL_BICS_INA_REST_RES has no interface implemented.
Friends
Class CL_BICS_INA_REST_RES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_INA_REST_REQUEST | 20130422 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_INA_REST_RESPONSE | 20130422 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20130612 | ||
| 2 | Instance method | Protected | Method | 20130612 | ||
| 3 | Instance method | Public | Method | 20130420 | ||
| 4 | Instance method | Protected | Method | 20130420 | ||
| 5 | Instance method | Protected | Method | 20130420 | ||
| 6 | Instance method | Protected | Method | 20130420 | ||
| 7 | Instance method | Protected | Method | 20130420 | ||
| 8 | Instance method | Protected | Method | 20130421 | ||
| 9 | Instance method | Protected | Method | 20130420 | ||
| 10 | Instance method | Protected | Method | 20130421 | ||
| 11 | Instance method | Protected | Method | 20130420 |
Events
Class CL_BICS_INA_REST_RES has no event.
Types
Class CL_BICS_INA_REST_RES has no local type.
Method Signatures
Method AFTER_DO Signature
Method AFTER_DO on class CL_BICS_INA_REST_RES has no parameter.
Method AFTER_DO on class CL_BICS_INA_REST_RES has no exception.
Method BEFORE_DO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_BICS_INA_REST_REQUEST | 20130612 |
Method BEFORE_DO on class CL_BICS_INA_REST_RES has no exception.
Method DO_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_BICS_INA_REST_REQUEST | 20130420 | ||||
| 2 | R_R_RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_INA_REST_RESPONSE | 20130420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130420 |
Method DO_CREATE Signature
Method DO_CREATE on class CL_BICS_INA_REST_RES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
Method DO_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SEL | Call by reference | Type reference (TYPE) | IF_BICS_INA_REST_REQUEST=>TN_T_SEL | 20130502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
Method DO_GET Signature
Method DO_GET on class CL_BICS_INA_REST_RES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
Method DO_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETAIL | Call by reference | Type reference (TYPE) | RS_BOOL | 20130502 | ||||
| 2 | I_T_SEL | Call by reference | Type reference (TYPE) | IF_BICS_INA_REST_REQUEST=>TN_T_SEL | 20130429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
Method DO_LOCK Signature
Method DO_LOCK on class CL_BICS_INA_REST_RES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130421 |
Method DO_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20130423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
Method DO_UNLOCK Signature
Method DO_UNLOCK on class CL_BICS_INA_REST_RES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130421 |
Method DO_UPDATE Signature
Method DO_UPDATE on class CL_BICS_INA_REST_RES has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Supported | 20130420 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |