SAP ABAP Class CL_BICS_INA_PROC_DATA_WKSP (Workspace processor)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_INA_PROC_DATA | InA Processing | 20130702 |
Properties
| Class | CL_BICS_INA_PROC_DATA_WKSP | |
| Short Description | Workspace processor | |
| Super Class | CL_BICS_INA_PROC_DATA | InA Processing |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_INA_MAIN | Main Ina Provider |
| Created | 20130702 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_BICS_INA_PROC_DATA_WKSP has no interface implemented.
Friends
Class CL_BICS_INA_PROC_DATA_WKSP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | Action | 20130917 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | Action prefix | 20130917 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSL_AO_AINX_HANDLER | AINX Handler | 20130820 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSLTIPNAME | TransientProvider | 20130820 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSLWSPNAME | Workspace Name | 20130820 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130702 | |
| 2 | Instance method | Private | Method | Changes the audit state | 20130917 | |
| 3 | Static method | Private | Method | Checks if an error occured and raise an appropriate exceptio | 20130821 | |
| 4 | Instance method | Private | Method | Creates the analytical Index | 20130704 | |
| 5 | Instance method | Private | Method | Set's the JSON response | 20130820 | |
| 6 | Instance method | Private | Method | Creates the analytical Index | 20130821 | |
| 7 | Instance method | Private | Method | Loads data into the analytical Index | 20130704 |
Events
Class CL_BICS_INA_PROC_DATA_WKSP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_INA_RESPONSE | Public | See coding | INA response structure | 20130704 | BEGIN OF tn_s_ina_response,
query_name TYPE rszcompid,
alvl_name TYPE rspls_aggrlevel,
END OF tn_s_ina_response
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_BICS_INA_REQUEST | Call by reference | Type reference (TYPE) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | InA Analytic Request in DDIC format | 20130702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ES-InA-Adapter: Errors | 20130821 |
Method _CHANGE_AUDIT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_INA_RESPONSE | Value transfer | Type reference (TYPE) | CL_BICS_INA_PROC_DATA_WKSP=>TN_S_INA_RESPONSE | INA response structure | 20130917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20130917 | ||
| 2 | ES-InA-Adapter: Errors | 20130917 |
Method _CHECK_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ERROR | Call by reference | Type reference (TYPE) | RS_BOOL | TRUE: error situation; FALSE: OK | 20130821 | |||
| 2 | I_T_MSG | Call by reference | Type reference (TYPE) | RSL_T_RETMSG | Message Table TLOGO Framework | 20130821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ES-InA-Adapter: Errors | 20130821 |
Method _CREATE_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_INA_RESPONSE | Value transfer | Type reference (TYPE) | CL_BICS_INA_PROC_DATA_WKSP=>TN_S_INA_RESPONSE | INA response structure | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20130704 | ||
| 2 | ES-InA-Adapter: Errors | 20130725 |
Method _CREATE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_BICS_INA_REQUEST | Call by reference | Type reference (TYPE) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | InA Analytic Request in DDIC format | 20130820 | |||
| 2 | I_S_INA_RESPONSE | Call by reference | Type reference (TYPE) | CL_BICS_INA_PROC_DATA_WKSP=>TN_S_INA_RESPONSE | INA response structure | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ES-InA-Adapter: Errors | 20130820 |
Method _DELETE_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_INA_RESPONSE | Value transfer | Type reference (TYPE) | CL_BICS_INA_PROC_DATA_WKSP=>TN_S_INA_RESPONSE | INA response structure | 20130821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20130821 | ||
| 2 | ES-InA-Adapter: Errors | 20130821 |
Method _LOAD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_INA_RESPONSE | Value transfer | Type reference (TYPE) | CL_BICS_INA_PROC_DATA_WKSP=>TN_S_INA_RESPONSE | INA response structure | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20130704 | ||
| 2 | ES-InA-Adapter: Errors | 20130821 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |