SAP ABAP Class CL_BICS_SRV (Service)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_BASE_SRV (Package) Basis Package for BICS Services

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_DESTRUCTOR | Destructor - for interneal use only!!!! | 20110721 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20110620 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_SRV | Service | 20100217 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101216 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_APPLICATION | Application in ABAP BICS | 20100224 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_PLAN_MODEL_RUN | Planning Objects at Runtime | 20110117 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_SYSTEM_SRV | System Service | 20100217 |
Properties
Class | CL_BICS_SRV | |
Short Description | Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_BASE_SRV | Basis Package for BICS Services |
Created | 20100217 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_DESTRUCTOR | Destructor - for interneal use only!!!! | 20110721 | ||
2 | IF_BICS_OBJECT | Root Object for BICS Entities | 20110620 | ||
3 | IF_BICS_SRV | Service | 20100217 | ||
4 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101216 |
Friends
Class CL_BICS_SRV 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_SRV | List of All Service Instances | 20101216 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_APPLICATION | Application in ABAP BICS | 20100217 | ||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_MESSAGE_MANAGER | Message Manager in BICS | 20100308 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_SRV_DESCR | Service Description | 20100224 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_SERVICE_TYPE | Service Type | 20101216 | ||
6 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TN_TS_RSTT_INSTANCE | Table of RSTT Instance Attributes | 20111024 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100222 | |
2 | ![]() |
Static method | Protected | Method | Set RSTT Values | 20111024 |
Events
Class CL_BICS_SRV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_SRV | Public | See coding | Service Instance | 20101216 | BEGIN OF tn_s_srv,
id TYPE if_bics_srv=>tn_instance_id,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO cl_bics_srv,
END OF tn_s_srv
|
|
2 | TN_TS_RSTT_INSTANCE | Public | See coding | Table of RSTT Instance Attributes | 20111024 | tn_ts_rstt_instance TYPE SORTED TABLE OF if_rstt_instance_set=>nt_sx_set
WITH UNIQUE KEY ref
|
|
3 | TN_TS_SRV | Public | See coding | List of All Service Instances | 20101216 | tn_ts_srv TYPE SORTED TABLE OF tn_s_srv
WITH UNIQUE KEY id
WITH UNIQUE SORTED KEY service
COMPONENTS ref
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Applikationsrepräsentation | 20100222 | ||
2 | ![]() |
I_R_SRV_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Beschreibung eines Services | 20100222 | ||
3 | ![]() |
I_R_SRV_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_SERVICE_TYPE | Type of Service in ABAP BICS | 20130515 |
Method CONSTRUCTOR on class CL_BICS_SRV has no exception.
Method SET_RSTT_IDENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20111024 | ||
2 | ![]() |
I_R_SRV | Call by reference | Object reference (TYPE REF TO) | CL_BICS_SRV | Service | 20111024 | ||
3 | ![]() |
I_R_SRV_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_SERVICE_TYPE | Typ eines Service im ABAP BICS | 20111024 | ||
4 | ![]() |
I_SRV_ID | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | ID eines Objektes | 20111024 |
Method SET_RSTT_IDENTITY on class CL_BICS_SRV has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |