SAP ABAP Class IWP_WD_ASSISTANCE_CLASS ( WD_IWP_EXAMPLE_COMPONENT)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-ILM-RW (Application Component) Retention Warehouse
⤷
IWP_UI (Package) ILM Workpackage: User Interfaces
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20080104 |
Properties
| Class | IWP_WD_ASSISTANCE_CLASS | |
| Short Description | WD_IWP_EXAMPLE_COMPONENT | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IWP_UI | ILM Workpackage: User Interfaces |
| Created | 20080104 | 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
Class IWP_WD_ASSISTANCE_CLASS has no interface implemented.
Friends
Class IWP_WD_ASSISTANCE_CLASS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TTY_TFRANGE | 20081215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add parent node | 20081216 | |
| 2 | Instance method | Public | Method | Create nodes according origins | 20081216 | |
| 3 | Instance method | Public | Method | To get the date in the format defined in the user settings | 20080104 | |
| 4 | Instance method | Public | Method | F4 help for server group | 20080107 |
Events
Class IWP_WD_ASSISTANCE_CLASS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_NODES_CHILD | Public | See coding | 20081216 | tty_nodes_child TYPE SORTED TABLE OF ty_nodes_child
WITH UNIQUE KEY parent node
|
||
| 2 | TTY_NODES_PARENT | Public | See coding | 20081216 | tty_nodes_parent TYPE SORTED TABLE OF ty_nodes_parent
WITH UNIQUE KEY node
|
||
| 3 | TTY_TFRANGE | Public | Type reference (TYPE) | RSDS_FRANGE_T | 20081215 | |
|
| 4 | TY_NODES_CHILD | Public | See coding | 20081216 | Begin of TY_NODES_CHILD,
parent TYPE string,
node TYPE string,
name TYPE string,
ref_path TYPE iwp_s_ref_path,
END OF TY_NODES_CHILD
|
||
| 5 | TY_NODES_PARENT | Public | See coding | 20081216 | Begin of TY_NODES_parent,
node TYPE string,
parent TYPE string,
name TYPE string,
END OF TY_NODES_parent
|
Method Signatures
Method ADD_PARENT_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODES_PARENT | Call by reference | Type reference (TYPE) | TTY_NODES_PARENT | 20081216 | ||||
| 2 | IT_NODES_ALL | Call by reference | Type reference (TYPE) | TTY_NODES_PARENT | 20081216 | ||||
| 3 | IV_NODE | Call by reference | Type reference (TYPE) | STRING | Node | 20081216 |
Method ADD_PARENT_NODES on class IWP_WD_ASSISTANCE_CLASS has no exception.
Method CREATE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODES_CHILD | Call by reference | Type reference (TYPE) | TTY_NODES_CHILD | 20081216 | ||||
| 2 | ET_NODES_PARENT | Call by reference | Type reference (TYPE) | TTY_NODES_PARENT | 20081216 | ||||
| 3 | IT_REF_PATH | Call by reference | Type reference (TYPE) | IWP_T_REF_PATH | Table with references to CL_IWP_PATH | 20081216 |
Method CREATE_NODES on class IWP_WD_ASSISTANCE_CLASS has no exception.
Method GET_DATE_USR_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DATE | Call by reference | Type reference (TYPE) | STRING | 20080104 | ||||
| 2 | IM_DATE | Call by reference | Type reference (TYPE) | STRING | 20080104 |
Method GET_DATE_USR_FORMAT on class IWP_WD_ASSISTANCE_CLASS has no exception.
Method GET_SERVER_GROUP_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUPLIST | Call by reference | Type reference (TYPE) | BPGRPENTRY | List of Group Names | 20080107 |
Method GET_SERVER_GROUP_NAMES on class IWP_WD_ASSISTANCE_CLASS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |