Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CHIP_DECORATOR_EXT_MANAGER | Extensions for the Chip Decorator | 20081119 |
Properties
| Class | CL_CHIP_PAGE_WD_RUNTIME | |
| Short Description | CHIP Page: Runtime | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_WD_API | Web Dynpro ABAP: WDA Page Builder WD Integration API |
| Created | 20081103 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CHIP_DECORATOR_EXT_MANAGER | Extensions for the Chip Decorator | 20081119 |
Friends
Class CL_CHIP_PAGE_WD_RUNTIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_CHIP_INSTANCE_MAP | 20081103 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_CHIP_INSTANCE_MAP | 20081216 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CHIP_RUNTIME_WD | CHIP Runtime WD | 20081103 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CHIP_PAGE_CHIP_USAGES | CHIP Page: Runtime | 20081103 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CHIP_LAYOUT_SERVICE_WD | Layout Service Interface | 20090311 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20081103 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20081103 |
Methods
Events
Class CL_CHIP_PAGE_WD_RUNTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CHIP_EXTENSION_INT | Private | See coding | 20081119 | begin of T_CHIP_EXTENSION_INT,
definition type CHIP_DECORATOR_EXTENSION,
wd_component_name type string,
wd_interface_view_name type string,
end of t_chip_extension_int
|
||
| 2 | T_CHIP_EXTENSION_INT_TAB | Private | See coding | 20081119 | t_chip_extension_int_tab type standard table of t_chip_extension_int with DEFAULT KEY
|
||
| 3 | T_CHIP_INSTANCE | Private | See coding | 20081103 | begin of T_CHIP_INSTANCE,
chip_usage_id type string,
chip type ref to if_chip_instance_wd,
extensions type t_visible_chip_extension_tab,
view type ref to cl_chip_wd_view,
ext_cont_view type ref to cl_chip_wd_view,
end of t_chip_instance
|
||
| 4 | T_CHIP_INSTANCE_MAP | Private | See coding | 20081103 | t_chip_instance_map type hashed table of t_chip_instance WITH UNIQUE key chip_usage_id
|
||
| 5 | T_VISIBLE_CHIP_EXTENSION | Private | See coding | 20081119 | begin of t_visible_chip_extension,
id type string,
area type chip_decorator_extension_area,
view type ref to cl_chip_wd_view,
ext_cont_view type ref to cl_chip_wd_view,
end of t_visible_chip_extension
|
||
| 6 | T_VISIBLE_CHIP_EXTENSION_TAB | Private | See coding | 20081119 | t_visible_chip_extension_tab type standard table of t_visible_chip_extension with default key
|
Method Signatures
Method ADD_CHIP_AFTER_MOVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081216 |
Method ADD_CHIP_AFTER_MOVING on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_RUNTIME_WD | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_RUNTIME_WD | CHIP Runtime WD | 20081103 | |||
| 2 | CHIP_USAGES | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_PAGE_CHIP_USAGES | CHIP Page: Zugriff auf CHIP Usages (Persistenz) | 20081103 | |||
| 3 | VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20081103 | |||
| 4 | WD_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20081103 |
Method CONSTRUCTOR on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method CREATE_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081103 | ||||
| 2 | CUSTOM_PARAMETERS | Call by reference | Type reference (TYPE) | CHIP_DEFINITION_PARAMETERS | CHIP-Definition: Tabelle mit Parametern | 20090112 |
Method CREATE_CHIP_INSTANCE on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method CREATE_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_WINDOW | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20081216 | ||||
| 2 | WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Windows | 20081216 |
Method CREATE_WINDOW on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method DESTROY Signature
Method DESTROY on class CL_CHIP_PAGE_WD_RUNTIME has no parameter.
Method DESTROY on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method DESTROY_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081103 |
Method DESTROY_CHIP_INSTANCE on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method GET_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE_WD | CHIP Instanz Web Dynpro Component | 20081103 | |||
| 2 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081103 |
Method GET_CHIP_INSTANCE on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method GET_CHIP_RUNTIME_WD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_RUNTIME_WD | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_RUNTIME_WD | CHIP Runtime WD | 20090203 |
Method GET_CHIP_RUNTIME_WD on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method GET_CHIP_VIEW_CONTAINER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081105 | ||||
| 2 | VIEW_CONTAINER_ID | Value transfer | Type reference (TYPE) | STRING | 20081105 |
Method GET_CHIP_VIEW_CONTAINER_ID on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method GET_CONFIG_CHIP_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20100520 | ||||
| 2 | R_EXTENSION_INT | Value transfer | Type reference (TYPE) | T_CHIP_EXTENSION_INT_TAB | Einstelliges Kennzeichen | 20100520 |
Method GET_CONFIG_CHIP_EXTENSION on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method HANDLE_CHIP_CONFIG_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG | Value transfer | Attribute reference (LIKE) | 20100526 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20100526 |
Method HANDLE_CHIP_CONFIG_CHANGED on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method HANDLE_CHIP_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Value transfer | Attribute reference (LIKE) | 20100528 |
Method HANDLE_CHIP_CREATED on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method HANDLE_CHIP_INSTANCE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20110409 |
Method HANDLE_CHIP_INSTANCE_CHANGED on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method HIDE_CHIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081103 | ||||
| 2 | VIEW_CONTAINER_ID | Value transfer | Type reference (TYPE) | STRING | 20081103 |
Method HIDE_CHIP on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090116 | |||
| 2 | LAYOUT_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_LAYOUT_SERVICE_WD | Layout Service Schnittstelle | 20090311 | |||
| 3 | VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20090116 |
Method INIT on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method ON_WIRING_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | USAGE_ID | Value transfer | Attribute reference (LIKE) | 20081125 |
Method ON_WIRING_CHANGED on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method OPEN_CHIP_IN_NEW_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | anwendungsdefinierter Event | 20100614 |
Method OPEN_CHIP_IN_NEW_WINDOW on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method REMOVE_CHIP_BEFORE_MOVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081216 |
Method REMOVE_CHIP_BEFORE_MOVING on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method REMOVE_WIRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20081104 |
Method REMOVE_WIRING on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method REPLACE_CHIP_WITH_EMPTY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20100217 |
Method REPLACE_CHIP_WITH_EMPTY_VIEW on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method REPLACE_EMPTY_VIEW_WITH_CHIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20100217 |
Method REPLACE_EMPTY_VIEW_WITH_CHIP on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method REPORT_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Schnittstelle zum Zugriff auf Texte von Meldungsobjekten | 20090113 |
Method REPORT_EXCEPTION on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method SHOW_CHIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081103 | ||||
| 2 | USE_VIEW_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20081126 | ||||
| 3 | VIEW_CONTAINER_ID | Value transfer | Type reference (TYPE) | STRING | 20081103 |
Method SHOW_CHIP on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method SHOW_CHIP_AS_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | anwendungsdefinierter Event | 20100305 |
Method SHOW_CHIP_AS_POPUP on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method UPDATE_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20110411 | ||||
| 2 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081126 | ||||
| 3 | EXTENSION_ID | Call by reference | Type reference (TYPE) | STRING | 20081126 |
Method UPDATE_EXTENSION on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method UPDATE_EXTENSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20110409 |
Method UPDATE_EXTENSIONS on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method UPDATE_WIRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20081104 | |||
| 2 | CHIP_WIRING | Call by reference | Type reference (TYPE) | CHIP_PAGE_CHIP_PORT_WIRE_TAB | CHIP Page: Wiring für einen CHIP | 20081104 |
Method UPDATE_WIRING on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method _GET_CHIP_EXTENSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081119 | ||||
| 2 | EXTENSIONS_INT | Value transfer | Type reference (TYPE) | T_CHIP_EXTENSION_INT_TAB | 20081119 |
Method _GET_CHIP_EXTENSIONS on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
Method _GET_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | T_CHIP_INSTANCE | CHIP Instanz Web Dynpro Component | 20081119 | |||
| 2 | CHIP_USAGE_ID | Call by reference | Type reference (TYPE) | STRING | 20081119 |
Method _GET_CHIP_INSTANCE on class CL_CHIP_PAGE_WD_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |