SAP ABAP Class CL_BSP_WD_RT_REP_XML (OBSOLETE - Do not use)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-WKB (Application Component) Development Workbench
⤷
CRM_BSP_WD_TOOLS (Package) Development Tools for WEBCUIF Applications
⤷
⤷
Properties
| Class | CL_BSP_WD_RT_REP_XML | |
| Short Description | OBSOLETE - Do not use | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD_TOOLS | Development Tools for WEBCUIF Applications |
| Created | 20051207 | SAP |
| Last change | 20081007 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BSP_WD_RT_REP_XML has no interface implemented.
Friends
Class CL_BSP_WD_RT_REP_XML 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) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20051207 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML | IF_IXML | 20051207 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_NODE | 20051209 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_STREAM_FACTORY | IF_IXML_STREAM_FACTORY | 20051207 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20051207 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Enhancement Set | 20070416 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060512 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | BAPIRET1 | Return Parameter | 20060516 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSISTENCE | Lesen und Schreiben des Runtime Repositories | 20061012 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | add viewset including viewareas | 20070723 | |
| 2 | Instance method | Public | Method | add window node | 20070723 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20051207 | |
| 4 | Instance method | Public | Method | Cretae Initial Runtime Repository XML | 20051209 | |
| 5 | Instance method | Public | Method | Generates DOM out of runtime repository (REP) XML | 20051207 | |
| 6 | Instance method | Public | Method | Delete a view | 20070723 | |
| 7 | Instance method | Public | Method | Delete a viewset | 20070723 | |
| 8 | Instance method | Public | Method | Delete a window | 20070723 | |
| 9 | Instance method | Public | Method | provide a list of used components and views | 20070723 | |
| 10 | Instance method | Public | Method | provide a list of used components and views | 20070723 | |
| 11 | Instance method | Public | Method | provide a list of interface views | 20070723 | |
| 12 | Instance method | Public | Method | Provides relevant part of REP as a tree | 20051207 | |
| 13 | Instance method | Public | Method | Render current REP as XML | 20051207 | |
| 14 | Instance method | Public | Method | provide a list of views in a window with plugs | 20070723 | |
| 15 | Instance method | Public | Method | provide a list of windows | 20070723 | |
| 16 | Instance method | Public | Method | Change attributes of a node | 20051208 | |
| 17 | Instance method | Public | Method | Delete node | 20051208 | |
| 18 | Instance method | Public | Method | Insert Node | 20051208 | |
| 19 | Instance method | Public | Method | 20060216 | ||
| 20 | Instance method | Public | Method | Rename a window | 20070723 | |
| 21 | Instance method | Private | Method | generic update of node attributes | 20051208 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | RELOAD_REQUESTED | Instance Event (0) |
Public (2) |
20060216 | |
| 2 | XML_CHANGED | Instance Event (0) |
Public (2) |
will be raised if XML was changed on public interfaces | 20060120 |
Types
Class CL_BSP_WD_RT_REP_XML has no local type.
Method Signatures
Method ADD_VIEWSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VIEWAREAS | Call by reference | Type reference (TYPE) | BSP_WD_VIEW_TAB | Table of BSP Views | 20070723 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method ADD_VIEWSET on class CL_BSP_WD_RT_REP_XML has no exception.
Method ADD_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VIEWS | Call by reference | Type reference (TYPE) | BSP_WD_VIEW_TAB | Table of BSP Views | 20070723 | |||
| 2 | IV_DEFAULT | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20070723 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method ADD_WINDOW on class CL_BSP_WD_RT_REP_XML has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20051207 | |||
| 2 | IV_ENHANCEMENT_SET | Call by reference | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Enhancement Set | 20070416 | |||
| 3 | IV_PERSISTENCE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_RT_REP_PERSISTENCE | 20061012 |
Method CONSTRUCTOR on class CL_BSP_WD_RT_REP_XML has no exception.
Method CREATE_INITIAL_REP_XML Signature
Method CREATE_INITIAL_REP_XML on class CL_BSP_WD_RT_REP_XML has no parameter.
Method CREATE_INITIAL_REP_XML on class CL_BSP_WD_RT_REP_XML has no exception.
Method CREATE_REP_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20051207 | ||||
| 2 | IV_XML_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | 20051207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occured when parsing XML document | 20051207 |
Method DELETE_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method DELETE_VIEW on class CL_BSP_WD_RT_REP_XML has no exception.
Method DELETE_VIEWSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method DELETE_VIEWSET on class CL_BSP_WD_RT_REP_XML has no exception.
Method DELETE_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method DELETE_WINDOW on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_COMPONENT_4_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070723 | ||||
| 2 | RV_COMPONENT | Value transfer | Type reference (TYPE) | O2APPLNAME | 20070723 |
Method GET_COMPONENT_4_USAGE on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_COMPONENT_USAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_COMPONENT_USAGES | Value transfer | Type reference (TYPE) | BSP_WD_RT_REP_COMP_USAGE_T | Table of BSP Views | 20070723 |
Method GET_COMPONENT_USAGES on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_INTERFACE_VIEWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_INTERFACE_VIEWS | Value transfer | Type reference (TYPE) | BSP_WD_VIEW_TAB | Table of BSP Views | 20070723 |
Method GET_INTERFACE_VIEWS on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_REP_AS_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_LAYOUT_TAG | Layout Tag Interface | 20051207 |
Method GET_REP_AS_TREE on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_REP_AS_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_XML_ITABLE | Call by reference | Type reference (TYPE) | TABLE | RP as table | 20060113 | |||
| 2 | EV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | RP as XML as char | 20051207 | |||
| 3 | EV_XML_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | RP as XML as hex | 20051207 |
Method GET_REP_AS_XML on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_VIEWS_IN_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INBOUND_PLUGS | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20070723 | |||
| 2 | ET_OUTBOUND_PLUGS | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20070723 | |||
| 3 | ET_VIEWS | Call by reference | Type reference (TYPE) | BSP_WD_VIEW_TAB | description of component usages | 20070723 | |||
| 4 | IV_WINDOW | Call by reference | Type reference (TYPE) | O2PAGEEXT | Name of BSP Page (Upper and Lower Case) | 20070723 |
Method GET_VIEWS_IN_WINDOW on class CL_BSP_WD_RT_REP_XML has no exception.
Method GET_WINDOWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_WINDOWS | Value transfer | Type reference (TYPE) | BSP_WD_VIEW_TAB | Table of BSP Views | 20070723 |
Method GET_WINDOWS on class CL_BSP_WD_RT_REP_XML has no exception.
Method NODE_CHANGE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_LAYOUT_TAG | Layout Tag Interface | 20051208 | |||
| 2 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | BSPWD_TAG_ATTR_TAB | Name of Value Pair of Tag Attribute | 20051208 |
Method NODE_CHANGE_ATTRIBUTES on class CL_BSP_WD_RT_REP_XML has no exception.
Method NODE_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_LAYOUT_TAG | Layout Tag Interface | 20051208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Deletion of last child node is not allowed | 20051219 | ||
| 2 | Deletion of that node is not allowed | 20051215 |
Method NODE_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_NODE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_LAYOUT_TAG | Layout Tag Interface | 20051215 | |||
| 2 | IR_PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_LAYOUT_TAG | Layout Tag Interface | 20051208 | |||
| 3 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | BSPWD_TAG_ATTR_TAB | Table of Tag Attributes | 20051209 | |||
| 4 | IV_TAG_NAME | Call by reference | Type reference (TYPE) | STRING | 20051209 |
Method NODE_INSERT on class CL_BSP_WD_RT_REP_XML has no exception.
Method RELOAD_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WITH_LOCK | Call by reference | Type reference (TYPE) | XFLAG | '' | New Input Values | 20060512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060516 |
Method RENAME_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NEW_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 | ||||
| 2 | IV_OLD_ID | Call by reference | Type reference (TYPE) | STRING | 20070723 |
Method RENAME_WINDOW on class CL_BSP_WD_RT_REP_XML has no exception.
Method UPDATE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20051208 | |||
| 2 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | BSPWD_TAG_ATTR_TAB | Table of Tag Instances | 20051208 |
Method UPDATE_ATTRIBUTES on class CL_BSP_WD_RT_REP_XML has no exception.
Event Signatures
Event RELOAD_REQUESTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WITH_LOCK | Exporting | Value transfer | Type reference (TYPE) | XFLAG | '' | Flag for setting an enqueue | 20060512 |
Event XML_CHANGED Signature
Event XML_CHANGED on class CL_BSP_WD_RT_REP_XML has no parameter.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 700 |