SAP ABAP Class CL_WCF_MU_MASHUP_RUNTIME (Mashup Runtime)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI (Application Component) WebClient UI
⤷
WCF_MASHUPS_CORE (Package) Mashups Main Development Package

⤷

⤷

Properties
Class | CL_WCF_MU_MASHUP_RUNTIME | |
Short Description | Mashup Runtime | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCF_MASHUPS_CORE | Mashups Main Development Package |
Created | 20090211 | SAP |
Last change | 20110908 | 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
Class CL_WCF_MU_MASHUP_RUNTIME has no interface implemented.
Friends
Class CL_WCF_MU_MASHUP_RUNTIME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20090211 |
2 | ![]() |
Static method | Public | Method | Returns a list of available attributes | 20090306 |
3 | ![]() |
Instance method | Public | Method | Get the BOL main entity assigned to this instance | 20090306 |
4 | ![]() |
Instance method | Public | Method | Returns the name of the data type | 20090306 |
5 | ![]() |
Instance method | Public | Method | Returns the label of the specified attribute | 20090306 |
6 | ![]() |
Instance method | Public | Method | Returns a reference to the data of the value | 20090306 |
7 | ![]() |
Instance method | Public | Method | Returns the value as a string | 20090306 |
8 | ![]() |
Instance method | Public | Method | Set a BOL main entity to be used in this runtime instance | 20090213 |
Events
Class CL_WCF_MU_MASHUP_RUNTIME has no event.
Types
Class CL_WCF_MU_MASHUP_RUNTIME has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_BOL_MAIN_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090211 |
Method CONSTRUCTOR on class CL_WCF_MU_MASHUP_RUNTIME has no exception.
Method GET_ATTRIBUTE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | WCFT_CDS_ATTR_DEF | Table of Attribute Definitions | 20090306 | ||
2 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | WCF_CDS_ACTIVE | Attribute active flag | 20090306 | ||
3 | ![]() |
IV_CONTEXT_ID | Call by reference | Type reference (TYPE) | WCF_CDS_CONTEXT_ID | Context ID | 20090306 | ||
4 | ![]() |
IV_PROVIDER_TYPE | Call by reference | Type reference (TYPE) | WCF_CDS_PROVIDER_TYPE | Provider Type | 20090306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for internal data source errors | 20090306 | |
2 | ![]() |
Exceptions occuring in the Mashup Runtime environment | 20090306 |
Method GET_BOL_MAIN_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_BOL_MAIN_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090306 |
Method GET_BOL_MAIN_ENTITY on class CL_WCF_MU_MASHUP_RUNTIME has no exception.
Method GET_DATA_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090306 | |||
2 | ![]() |
RV_TYPE | Value transfer | Type reference (TYPE) | DDOBJNAME | Name of ABAP Dictionary Object | 20090306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for internal data source errors | 20090306 | |
2 | ![]() |
Exceptions occuring in the Mashup Runtime environment | 20090306 |
Method GET_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090306 | |||
2 | ![]() |
RV_LABEL | Value transfer | Type reference (TYPE) | WCF_CDS_LABEL | Attribute Label | 20090306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for internal data source errors | 20090306 | |
2 | ![]() |
Exceptions occuring in the Mashup Runtime environment | 20090306 |
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALLOW_TEST_VALUES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090306 | |||
2 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090306 | |||
3 | ![]() |
RR_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20090306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for internal data source errors | 20090306 | |
2 | ![]() |
Exceptions occuring in the Mashup Runtime environment | 20090306 |
Method GET_VALUE_AS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALLOW_TEST_VALUES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090306 | |||
2 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090306 | |||
3 | ![]() |
IV_NO_CONVERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100317 | |||
4 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20090306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for internal data source errors | 20090306 | |
2 | ![]() |
Exceptions occuring in the Mashup Runtime environment | 20090306 |
Method SET_BOL_MAIN_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_BOL_MAIN_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20090213 |
Method SET_BOL_MAIN_ENTITY on class CL_WCF_MU_MASHUP_RUNTIME has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |