SAP ABAP Class CL_BICS_SRV_DESCR (Service Description)
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_SRV_DESCR | Description of a Service | 20100201 |
2 | 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_PLAN_MODEL_RUN_DESCR | Service Description Planning Objects at Runtime | 20101112 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_SYSTEM_SRV_DESCR | Description of a System Service | 20100217 |
Properties
Class | CL_BICS_SRV_DESCR | |
Short Description | Service Description | |
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 | 20100201 | 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) |
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_SRV_DESCR | Description of a Service | 20100201 | ||
2 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101216 |
Friends
Class CL_BICS_SRV_DESCR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | ID of this Service Description | 20101216 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_SERVICE_TYPE | Type of Service in ABAP BICS | 20100301 | ||
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | I | Counter for All Service Descriptions | 20101216 | ||
4 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | NT_TS_SRV_DESCR | All Service Descriptions | 20101216 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20101216 |
2 | ![]() |
Instance method | Public | Method | Check if two service descriptions are identical | 20110207 |
Events
Class CL_BICS_SRV_DESCR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_S_SRV_DESCR | Public | See coding | Service Description | 20101216 | BEGIN OF NT_S_SRV_DESCR,
id type if_bics_object=>tn_id,
name type if_bics_object=>tn_name,
ref TYPE REF TO cl_bics_srv_descr,
end of NT_S_SRV_DESCR
|
|
2 | NT_TS_SRV_DESCR | Public | See coding | All Service Descriptions | 20101216 | nt_ts_srv_descr TYPE SORTED TABLE OF nt_s_srv_descr
WITH UNIQUE KEY id name
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_SRV_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_SERVICE_TYPE | Typ eines Service im ABAP BICS | 20101216 |
Method CONSTRUCTOR on class CL_BICS_SRV_DESCR has no exception.
Method IS_EQUAL 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) | CL_BICS_SRV_DESCR | Service Beschreibung | 20110207 | ||
2 | ![]() |
R_IS_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Sind gleich | 20110207 |
Method IS_EQUAL on class CL_BICS_SRV_DESCR has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |