SAP ABAP Class CL_UG_WB_NAV_DETAIL_MD_GUI_WD (SEM: Workbench)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UGWB (Package) FI General: Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20040930 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_GUI_WD | FinBasis Workbench: GUI Class for Web Dynpro | 20040930 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20041111 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_NAV_DETAIL_GUI_WD | Communication View - > GUI for Main Navigation | 20040930 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20040930 |
Properties
| Class | CL_UG_WB_NAV_DETAIL_MD_GUI_WD | |
| Short Description | SEM: Workbench | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGWB | FI General: Workbench |
| Created | 20040930 | SAP |
| Last change | 20041209 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20040930 | ||
| 2 | IF_UG_WB_GUI_WD | FinBasis Workbench: GUI Class for Web Dynpro | 20040930 | ||
| 3 | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20041111 | ||
| 4 | IF_UG_WB_NAV_DETAIL_GUI_WD | Communication View - > GUI for Main Navigation | 20040930 | ||
| 5 | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20040930 |
Friends
Class CL_UG_WB_NAV_DETAIL_MD_GUI_WD 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) | UG_FLG | FIN Master Data: General Indicator | 20040930 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UG_WB_NAV_DETAIL_DATA | SEM: Data of a Detail Navigation | 20040930 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UGWB_TS_NAV_DETAIL_HRY_STRUCT | FIN Master Data: Hierarchy Structure | 20040930 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | UGMD_TS_HRY_NAME | FIN Master Data: Hierarchy Names | 20040930 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UGWB_TS_NAV_INTERNAL_HIER | FIN Master Data: Internal Hiers (Char.Compound...) | 20040930 | |||
| 6 | Instance attribute | Private | See coding | 20040930 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | UG_FIELDNAME | FIN Master Data: Field Name | 20040930 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | 20040930 | ||||
| 9 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_UG_WB_NAV_DETAIL_MD_GUI_WD | SEM: Workbench | 20040930 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20040930 | ||
| 2 | Instance method | Private | Method | 20040930 | ||
| 3 | Instance method | Public | Method | 20040930 | ||
| 4 | Instance method | Private | Method | 20040930 | ||
| 5 | Instance method | Private | Method | 20040930 | ||
| 6 | Instance method | Private | Method | 20040930 |
Events
Class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_NODE | Private | See coding | 20040930 | BEGIN OF s_node,
node TYPE string,
key TYPE string,
icon TYPE icon,
has_children TYPE wdy_boolean,
fieldname type ug_fieldname,
sid type ug_sid,
END OF s_node
|
||
| 2 | T_NODE | Private | See coding | 20040930 | t_node type standard table of s_node with non-unique key node
|
Method Signatures
Method DISPLAY_VALUES_OF_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODE | Call by reference | Type reference (TYPE) | T_NODE | 20040930 | ||||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | UGMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20040930 | |||
| 3 | I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20040930 |
Method DISPLAY_VALUES_OF_FIELD on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
Method DISPLAY_VALUE_LOW_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODE | Call by reference | Type reference (TYPE) | T_NODE | 20040930 | ||||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20040930 | |||
| 3 | I_KEY | Call by reference | Type reference (TYPE) | ANY | Merkmalswert | 20040930 | |||
| 4 | I_SID | Call by reference | Type reference (TYPE) | UG_SID | FI-Stammdaten: Surrogate ID | 20040930 | |||
| 5 | I_TXT | Call by reference | Type reference (TYPE) | ANY | Langtext | 20040930 |
Method DISPLAY_VALUE_LOW_LEVEL on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
Method FILL_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040930 |
Method FILL_TOOLBAR on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
Method GET_NODE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NODE_KEY | Value transfer | Type reference (TYPE) | STRING | 20040930 |
Method GET_NODE_KEY on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
Method GET_VALUE_TO_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_NO_AUTH | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20040930 | |||
| 2 | ER_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20040930 | ||||
| 3 | E_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20040930 | |||
| 4 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040930 | |||
| 5 | IT_FIELDNAME | Call by reference | Type reference (TYPE) | UGMD_TS_FIELDNAME | FI-Stammdaten: Feldnamen | 20040930 |
Method GET_VALUE_TO_LEAD_SELECTION on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
Method SHOW_DETAIL_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CTXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040930 | |||
| 2 | I_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040930 |
Method SHOW_DETAIL_FORM on class CL_UG_WB_NAV_DETAIL_MD_GUI_WD has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 600 |