SAP ABAP Class CL_BICS_START (Static Start Object of the BICS Application)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20110726 |
Properties
| Class | CL_BICS_START | |
| Short Description | Static Start Object of the BICS Application | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_BASE_OBJECTS | Basis Objects of All BICS Entities |
| Created | 20110603 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20110726 |
Friends
Class CL_BICS_START has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | TN_TS_APPLICATION | 20110603 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Close Application | 20110620 | |
| 2 | Static method | Public | Method | Create And/Or Read Application | 20110603 |
Events
Class CL_BICS_START has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_APPLICATION | Public | See coding | 20110603 | BEGIN OF tn_s_application,
username TYPE syuname,
application TYPE REF TO cl_bics_application,
END OF tn_s_application
|
||
| 2 | TN_TS_APPLICATION | Public | See coding | 20110603 | tn_ts_application TYPE SORTED TABLE OF tn_s_application
WITH UNIQUE KEY username
|
Method Signatures
Method CLOSE_APPLICATION Signature
Method CLOSE_APPLICATION on class CL_BICS_START has no parameter.
Method CLOSE_APPLICATION on class CL_BICS_START has no exception.
Method GET_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE_NEW_INSTANCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Neue Instanz erwingen | 20110803 | ||
| 2 | I_USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20110616 | ||
| 3 | R_R_APPLICATION | Value transfer | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Applikationsrepräsentation | 20110603 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Applikation existiert bereits mit einem anderen Benutzer | 20110620 | ||
| 2 | Keine Berechtigung | 20110616 | ||
| 3 | Unbekannter Benutzer | 20110617 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |