SAP ABAP Class CL_UG_WB_NAV_MAIN_DATA (Workbench: Navigation Tree)
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_UC_CUST_DATA | Internal View of Customizing Data | 20010626 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_DATA_EXT | External view at Customizing data | 20010626 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_APPLICATION_DATA | FIN Workbench: Propagate Application-specific Data | 20020708 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20010913 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_NAV_MAIN_DATA | Workbench: Navigation Tree | 20010626 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_NAV_MAIN_DATA_EXT | Workbench: Navigation Tree | 20010626 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /EACA/CL_GL_CUST_MAINDATA | 20020514 | |
| 2 | Inheritance (c INHERITING FROM c_ref) | /EACA/CL_GL_WB_NAV_MAIN_DATA | Workbench: Navigation Tree from GL View | 20020606 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_MAIN | SEM-BCS Workbench: Technical Navigation | 20010913 |
Properties
| Class | CL_UG_WB_NAV_MAIN_DATA | |
| Short Description | Workbench: Navigation Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGWB | FI General: Workbench |
| Created | 20010626 | SAP |
| Last change | 20041006 | 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_UC_CUST_DATA | Internal View of Customizing Data | 20010626 | ||
| 2 | IF_UC_CUST_DATA_EXT | External view at Customizing data | 20010626 | ||
| 3 | IF_UG_WB_APPLICATION_DATA | FIN Workbench: Propagate Application-specific Data | 20020708 | ||
| 4 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20010913 | ||
| 5 | IF_UG_WB_NAV_MAIN_DATA | Workbench: Navigation Tree | 20010626 | ||
| 6 | IF_UG_WB_NAV_MAIN_DATA_EXT | Workbench: Navigation Tree | 20010626 |
Friends
Class CL_UG_WB_NAV_MAIN_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20011004 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20011221 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20020305 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UG_MD_FACTORY | FIN Master Data: Central Access Point (Factory) | 20020107 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | UC0_TS_FFIX | Fixed Characteristic Values | 20010626 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | T_NODE | 20010626 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | UG_TXTMI | Medium Text | 20010626 | |||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_UG_WB_URL | FIN Master Data: Semantic Keys for Customizing Objects | 20020305 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20011030 | ||
| 2 | Instance method | Protected | Method | 20011030 | ||
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020305 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20010626 | |
| 5 | Instance method | Private | Method | 20011219 | ||
| 6 | Instance method | Private | Method | 20020814 | ||
| 7 | Instance method | Private | Method | 20011030 | ||
| 8 | Instance method | Private | Method | 20011030 | ||
| 9 | Instance method | Private | Method | 20011030 |
Events
Class CL_UG_WB_NAV_MAIN_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_NODE | Protected | See coding | 20010725 | begin of s_node,
id type ug_value,
parent type ug_value,
text type string,
f_detail_navigation type ug_flg,
f_detail_data type ug_flg,
s_url type ugwb_s_url,
end of s_node
|
||
| 2 | T_FTAB | Private | See coding | 20011030 | t_ftab TYPE STANDARD TABLE OF vimexclfun WITH NON-UNIQUE DEFAULT
KEY
|
||
| 3 | T_NODE | Protected | See coding | 20010725 | t_node type standard table of s_node with non-unique key id
|
||
| 4 | T_VIMDESC | Private | See coding | 20011030 | t_vimdesc TYPE STANDARD TABLE OF vimdesc WITH NON-UNIQUE
DEFAULT KEY
|
||
| 5 | T_VIMNAMTAB | Private | See coding | 20011030 | t_vimnamtab TYPE TABLE OF vimnamtab
|
||
| 6 | T_VIMSELLIST | Private | See coding | 20011030 | t_vimsellist TYPE STANDARD TABLE OF vimsellist WITH NON-UNIQUE
DEFAULT KEY
|
Method Signatures
Method CALL_TRANSACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaktionscode | 20011030 |
Method CALL_TRANSACTION on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method CALL_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_IS_EDIT | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 2 | I_VNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20011030 |
Method CALL_VIEW on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UG_WB_NAV_MAIN_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TXTMI | Call by reference | Type reference (TYPE) | UG_TXTMI | Mitteltext | 20010626 |
Method CONSTRUCTOR on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method FILL_TREE Signature
Method FILL_TREE on class CL_UG_WB_NAV_MAIN_DATA has no parameter.
Method FILL_TREE on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method OPTIMIZE_TREE Signature
Method OPTIMIZE_TREE on class CL_UG_WB_NAV_MAIN_DATA has no parameter.
Method OPTIMIZE_TREE on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method VIEW_ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACTION | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20011030 | |||
| 2 | IF_CLUSTER | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 3 | IT_SELLIST | Call by reference | Type reference (TYPE) | T_VIMSELLIST | 20011030 | ||||
| 4 | I_MAIN_VNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20011030 |
Method VIEW_ENQUEUE on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method VIEW_EXCLUDE_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FTAB | Call by reference | Type reference (TYPE) | T_FTAB | 20011030 | ||||
| 2 | I_ACTION | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20011030 |
Method VIEW_EXCLUDE_FUNCTION on class CL_UG_WB_NAV_MAIN_DATA has no exception.
Method VIEW_GET_DDIC_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_CLUSTER | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 2 | EF_VCL_STARTOBJ | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 3 | ET_HEADER | Call by reference | Type reference (TYPE) | T_VIMDESC | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 4 | ET_NAMTAB | Call by reference | Type reference (TYPE) | T_VIMNAMTAB | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 5 | ET_SELLIST | Call by reference | Type reference (TYPE) | T_VIMSELLIST | FI-Stammdaten: Allgemeines Kennzeichen | 20011030 | |||
| 6 | E_MAIN_VNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20011030 | |||
| 7 | I_VNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20011030 |
Method VIEW_GET_DDIC_INFO on class CL_UG_WB_NAV_MAIN_DATA has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1A |