SAP ABAP Class CL_SLMP_DC_META_DATA (DC Process Instance)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
SLMP_RT (Package) SL Protocol Runtime

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SLMP_DC_GENERIC | Generic Superclass | 20121031 |
Properties
Class | CL_SLMP_DC_META_DATA | |
Short Description | DC Process Instance | |
Super Class | CL_SLMP_DC_GENERIC | Generic Superclass |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLMP_RT | SL Protocol Runtime |
Created | 20121031 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SLMP_DC_META_DATA has no forward declaration.
Interfaces
Class CL_SLMP_DC_META_DATA has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SLMP_VALIDATION | 20121105 | Validates SL Protocol Implementation against model |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | See coding | 20121031 | ||||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTY_STR_CONTAINER | 20121031 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Clear attributes | 20121031 |
2 | ![]() |
Instance method | Public | Method | 20121031 | |
3 | ![]() |
Instance method | Public | Method | 20121031 |
Events
Class CL_SLMP_DC_META_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_STR_CONTAINER | Public | See coding | 20121031 | BEGIN OF gty_str_container, "properties known to container
* key
protocol_slmp_version TYPE string,
* non-key
protocol_slmp_support TYPE if_slmp_types=>gty_boolean,
protocol_slpp_version TYPE string,
protocol_slpp_support TYPE if_slmp_types=>gty_boolean,
service_provider_list TYPE REF TO cl_slmp_dc_set_service_prov,
END OF gty_str_container
|
||
2 | GTY_STR_PROPERTY | Public | See coding | 20121031 | BEGIN OF gty_str_property, "properties provided by provider
* key
protocol_slmp_version TYPE string,
* non-key
protocol_slmp_support TYPE if_slmp_types=>gty_boolean,
protocol_slpp_version TYPE string,
protocol_slpp_support TYPE if_slmp_types=>gty_boolean,
service_provider_list TYPE REF TO cl_slmp_dc_set_service_prov,
END OF gty_str_property
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_SLMP_DC_META_DATA has no parameter.
Method CLEAR on class CL_SLMP_DC_META_DATA has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | GTY_STR_PROPERTY | 20121031 |
Method GET on class CL_SLMP_DC_META_DATA has no exception.
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GTY_STR_PROPERTY | 20121031 |
Method SET on class CL_SLMP_DC_META_DATA has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |