SAP ABAP Class CL_BICS_INA_CONTROLLER (Zentraler Controller des ABAP BICS Ina Providers)
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 | ZCL_BICS_INA_BASE | 20130327 |
Properties
Class | CL_BICS_INA_CONTROLLER | |
Short Description | Zentraler Controller des ABAP BICS Ina Providers | |
Super Class | CL_BICS_INA | ZCL_BICS_INA_BASE |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_INA_MAIN | Main Ina Provider |
Created | 20130327 | 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) |
Interfaces
Class CL_BICS_INA_CONTROLLER has no interface implemented.
Friends
Class CL_BICS_INA_CONTROLLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TP_TS_CURRENT_REQUEST | 20130606 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CL_BICS_INA_REQUEST=>TN_TS_INA_KEY | 20130419 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20130419 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130927 |
3 | ![]() |
Instance method | Protected | Method | Create Data Areas | 20130904 |
4 | ![]() |
Static method | Public | Method | Get Current Request | 20130606 |
5 | ![]() |
Static method | Public | Method | Handle InA Request | 20130327 |
6 | ![]() |
Instance method | Private | Method | 20130327 | |
7 | ![]() |
Static method | Private | Method | Save Current Request | 20130606 |
8 | ![]() |
Instance method | Protected | Method | Handle InA Request internal | 20130327 |
9 | ![]() |
Instance method | Protected | Method | Write Error Result | 20130327 |
Events
Class CL_BICS_INA_CONTROLLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_CURRENT_REQUEST | Private | See coding | 20130606 | BEGIN OF tp_s_current_request,
key TYPE REF TO object,
request TYPE REF TO cl_bics_ina_request=>tn_s_bics_ina_request,
END OF tp_s_current_request
|
||
2 | TP_TS_CURRENT_REQUEST | Private | See coding | 20130606 | tp_ts_current_request TYPE SORTED TABLE OF tp_s_current_request
WITH UNIQUE KEY key
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_INA_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_INA_CONTROLLER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BICS_INA_CONTROLLER has no parameter.
Method CONSTRUCTOR on class CL_BICS_INA_CONTROLLER has no exception.
Method CREATE_DATA_AREAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_DATA_AREA | Call by reference | Type reference (TYPE) | CL_BICS_INA_REQUEST=>TN_TS_DATA_AREA | 20130904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application already exists with another user | 20130904 | |
2 | ![]() |
No authorization | 20130904 | |
3 | ![]() |
Unknown user | 20130904 |
Method GET_CURRENT_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_KEY | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20130606 | |||
2 | ![]() |
R_RS_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | 20130606 |
Method GET_CURRENT_REQUEST on class CL_BICS_INA_CONTROLLER has no exception.
Method HANDLE_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_JSON_REQUEST | Call by reference | Type reference (TYPE) | XSTRING | InA JSON request | 20130327 | ||
2 | ![]() |
R_JSON_RESPONSE | Value transfer | Type reference (TYPE) | XSTRING | JSON Response | 20130327 |
Method HANDLE_REQUEST on class CL_BICS_INA_CONTROLLER has no exception.
Method PREPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RS_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | 20130327 | |||
2 | ![]() |
R_R_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_BICS_INA_PROC | Runtime Prociessing of Ina Requests | 20130327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130327 |
Method SAVE_CURRENT_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RS_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | 20130606 | |||
2 | ![]() |
I_R_KEY | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20130606 |
Method SAVE_CURRENT_REQUEST on class CL_BICS_INA_CONTROLLER has no exception.
Method _HANDLE_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_JSON_REQUEST | Call by reference | Type reference (TYPE) | XSTRING | InA JSON request | 20130327 | ||
2 | ![]() |
R_JSON_RESPONSE | Value transfer | Type reference (TYPE) | XSTRING | JSON Response | 20130327 |
Method _HANDLE_REQUEST on class CL_BICS_INA_CONTROLLER has no exception.
Method _WRITE_ERROR_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RX_ROOT | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130327 | ||
2 | ![]() |
R_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20130327 |
Method _WRITE_ERROR_RESULT on class CL_BICS_INA_CONTROLLER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |