SAP ABAP Class CL_BICS_APPLICATION (Application in ABAP BICS)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_BASE_OBJECTS (Package) Basis Objects of All BICS Entities

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_SRV | Service | 20100224 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_APPLICATION | Application Representation | 20100125 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100215 |
Properties
Class | CL_BICS_APPLICATION | |
Short Description | Application in ABAP BICS | |
Super Class | CL_BICS_SRV | Service |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_BASE_OBJECTS | Basis Objects of All BICS Entities |
Created | 20100125 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_APPLICATION | Application Representation | 20100125 | ||
2 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100215 |
Friends
Class CL_BICS_APPLICATION 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) | CL_RSBOLAP_APPLICATION | Provider Application | 20101126 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_BICS_QV_BOOKMARK_MANAGER | Bookmark Manager | 20130712 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_BICS_MESSAGE_MANAGER | Message Manager in BICS | 20100303 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TS_DATA_AREA | List of Data Areas | 20110729 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TS_PLANNING_FUNCTION | 20130617 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20100125 | |
2 | ![]() |
Instance method | Public | Method | Close Application | 20110620 |
3 | ![]() |
Instance method | Public | Constructor | 20100125 | |
4 | ![]() |
Static method | Public | Method | Create a New Application | 20110530 |
5 | ![]() |
Instance method | Public | Method | Generate MD Selector for Provider | 20110224 |
6 | ![]() |
Instance method | Public | Method | Delete Data Araa | 20110729 |
7 | ![]() |
Instance method | Public | Method | Read Provider Application for a Service | 20100217 |
8 | ![]() |
Instance method | Private | Method | Read a Reusable Service | 20100208 |
9 | ![]() |
Instance method | Private | Method | Communicate Standard Properties of the Provider Application | 20110930 |
Events
Class CL_BICS_APPLICATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_DATA_AREA | Private | See coding | Data Area | 20110729 | BEGIN OF tp_s_data_area,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO cl_bics_data_area,
END OF tp_s_data_area
|
|
2 | TP_S_PLANNING_FUNCTION | Private | See coding | 20130617 | BEGIN OF tp_s_planning_function,
name TYPE if_bics_object=>tn_name,
area_ref TYPE REF TO if_bics_data_area,
ref TYPE REF TO cl_bics_planning_function,
END OF tp_s_planning_function
|
||
3 | TP_TS_DATA_AREA | Private | See coding | List of Data Areas | 20110729 | tp_ts_data_area TYPE SORTED TABLE OF tp_s_data_area
WITH UNIQUE KEY name
|
|
4 | TP_TS_PLANNING_FUNCTION | Private | See coding | 20130617 | tp_ts_planning_function TYPE SORTED TABLE OF tp_s_planning_function
WITH UNIQUE KEY name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BICS_APPLICATION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BICS_APPLICATION has no exception.
Method CLOSE_APPLICATION Signature
Method CLOSE_APPLICATION on class CL_BICS_APPLICATION has no parameter.
Method CLOSE_APPLICATION on class CL_BICS_APPLICATION has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20110616 |
Method CONSTRUCTOR on class CL_BICS_APPLICATION has no exception.
Method CREATE_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20110616 | ||
2 | ![]() |
R_R_APPLICATION | Value transfer | Object reference (TYPE REF TO) | CL_BICS_APPLICATION | Anwendung im ABAP BICS | 20110530 |
Method CREATE_APPLICATION on class CL_BICS_APPLICATION has no exception.
Method CREATE_PROV_MD_SELECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DUE_DATE | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_DATE | Datum | 20110224 | ||
2 | ![]() |
I_INFOPROVIDER | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name des Infoprovs | 20110224 | ||
3 | ![]() |
I_QUERY | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Queryname | 20120313 | ||
4 | ![]() |
I_R_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | CL_BICS_DATA_AREA | BW BICS Datenbereich | 20110224 | ||
5 | ![]() |
R_R_PROV_MD_SELECTOR | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_SELECTOR | Selektor Interface | 20110224 |
Method CREATE_PROV_MD_SELECTOR on class CL_BICS_APPLICATION has no exception.
Method DELETE_DATA_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DATA_AREA | Call by reference | Object reference (TYPE REF TO) | CL_BICS_DATA_AREA | BW BICS Datenbereich | 20110729 |
Method DELETE_DATA_AREA on class CL_BICS_APPLICATION has no exception.
Method GET_PROVIDER_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_SRV_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Beschreibung eines Services | 20100217 | ||
2 | ![]() |
R_R_PROV_APPLICATION | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_APPLICATION | Applikation | 20100217 |
Method GET_PROVIDER_APPLICATION on class CL_BICS_APPLICATION has no exception.
Method GET_SHAREABLE_SERVICE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MP_KEY | Call by reference | Type reference (TYPE) | STRING | Schlüssel einer Mapping Property | 20100208 | ||
2 | ![]() |
I_R_SRV_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Beschreibung eines Services | 20100208 | ||
3 | ![]() |
R_R_SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_SRV_BASE | Service | 20100208 |
Method GET_SHAREABLE_SERVICE on class CL_BICS_APPLICATION has no exception.
Method SET_DEFAULT_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_PROV_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_APPLICATION | Applikation | 20110930 |
Method SET_DEFAULT_PROPERTIES on class CL_BICS_APPLICATION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |