SAP ABAP Class CL_WCF_CHIPS_MASHUP_RUNTIME (Mashup support class)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_CHIPS_CORE (Package) CHIP Support Main Development Package

⤷

⤷

Properties
Class | CL_WCF_CHIPS_MASHUP_RUNTIME | |
Short Description | Mashup support class | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCF_CHIPS_CORE | CHIP Support Main Development Package |
Created | 20091106 | SAP |
Last change | 20100303 | 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_CHIPS_MASHUP_RUNTIME has no interface implemented.
Friends
Class CL_WCF_CHIPS_MASHUP_RUNTIME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | '7.0100.20080326132952.0000' | Portal version (used in URLs) | 20091106 | |
2 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WCF_CHIPS_MASHUP_RUNTIME | Mashup support class | 20091106 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WCFT_CHIP_HEADER_INFO | CHIP header information table | 20091106 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns a new CHIP instance ID | 20091106 |
2 | ![]() |
Instance method | Public | Method | Returns available CHIPs on the current system | 20091106 |
3 | ![]() |
Instance method | Public | Method | Returns the XML for the specified CHIP event | 20091106 |
4 | ![]() |
Instance method | Public | Method | Returns a CHIP's inports | 20091106 |
5 | ![]() |
Instance method | Public | Method | Returns a URL to run a CHIP in an iframe | 20091106 |
6 | ![]() |
Static method | Public | Method | Returns an instance of this class | 20091106 |
7 | ![]() |
Static method | Public | Method | Tests this class's CHIP listing functionality | 20091106 |
8 | ![]() |
Static method | Public | Method | Tests this class's CHIP inport listing functionality | 20091106 |
9 | ![]() |
Static method | Public | Method | Tests this class's CHIP URL getter functionality | 20091106 |
Events
Class CL_WCF_CHIPS_MASHUP_RUNTIME has no event.
Types
Class CL_WCF_CHIPS_MASHUP_RUNTIME has no local type.
Method Signatures
Method CREATE_CHIP_INSTANCE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CHIP_INSTANCE_ID | Value transfer | Type reference (TYPE) | WCF_CHIP_INSTANCE_ID | CHIP instance ID | 20091106 |
Method CREATE_CHIP_INSTANCE_ID on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method GET_AVAILABLE_CHIPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHIP_HEADER_INFO | Call by reference | Type reference (TYPE) | WCFT_CHIP_HEADER_INFO | CHIP header information table | 20091106 |
Method GET_AVAILABLE_CHIPS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method GET_CHIP_EVENT_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHIP_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_ID | CHIP ID | 20091110 | ||
2 | ![]() |
IV_INPORT_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_PORT_ID | CHIP port ID | 20091110 | ||
3 | ![]() |
IV_INPORT_STRING_VALUE | Call by reference | Type reference (TYPE) | WCF_CHIP_PORT_STRING_VALUE | CHIP port string value | 20091110 | ||
4 | ![]() |
RV_XML | Value transfer | Type reference (TYPE) | STRING | 20091106 |
Method GET_CHIP_EVENT_XML on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method GET_CHIP_INPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHIP_INPORTS | Call by reference | Type reference (TYPE) | WCFT_CHIP_PORT | CHIP port table | 20091106 | ||
2 | ![]() |
IV_CHIP_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_ID | CHIP ID | 20091106 |
Method GET_CHIP_INPORTS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method GET_CHIP_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHIP_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_ID | CHIP ID | 20091106 | ||
2 | ![]() |
IV_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_INSTANCE_ID | CHIP instance ID | 20091106 | ||
3 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | WCF_CHIP_URL | CHIP URL | 20091106 |
Method GET_CHIP_URL on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_CHIPS_MASHUP_RUNTIME | Mashup support class | 20091106 |
Method GET_INSTANCE on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method TEST_GET_AVAILABLE_CHIPS Signature
Method TEST_GET_AVAILABLE_CHIPS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no parameter.
Method TEST_GET_AVAILABLE_CHIPS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method TEST_GET_CHIP_INPORTS Signature
Method TEST_GET_CHIP_INPORTS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no parameter.
Method TEST_GET_CHIP_INPORTS on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
Method TEST_GET_CHIP_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHIP_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_ID | 'X-SAP-WD-CHIP:WDR_TEST_CHIP_FM_SPFLI' | CHIP ID | 20091106 | |
2 | ![]() |
IV_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | WCF_CHIP_INSTANCE_ID | CHIP instance ID | 20091106 |
Method TEST_GET_CHIP_URL on class CL_WCF_CHIPS_MASHUP_RUNTIME has no exception.
History
Last changed by/on | SAP | 20100303 |
SAP Release Created in | 701 |