SAP ABAP Class CL_UC_WB_NAV_DETAIL (SAP Cons: Navigation Tree in Detail Area)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCUW (Package) SEM-BCS: User Interface: Workbench

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_UG_WB_NAV_DETAIL_MD | SEM: Detail Navigation for Any Master Data | 20021216 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_ITGRP | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_VALCHECK | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_TASK | SEM-BCS Workbench: Navigation to Master Data | 20040209 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_SISEL | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_REPGROUP | SEM-BCS Workbench: Navigation of Method Layouts | 20040308 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_PRGRP | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_ORGCHANGE | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_METHOD | SEM-BCS Workbench: Navigation to Master Data | 20040209 |
9 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_MAPRULE | SEM-BCS Workbench: Navigation to Master Data | 20040224 |
10 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_NAV_DETAIL_LAYOUT | SEM-BCS Workbench: Navigation of Method Layouts | 20040209 |
... | Click here to see Used By full list (19 items) |
Properties
Class | CL_UC_WB_NAV_DETAIL | |
Short Description | SAP Cons: Navigation Tree in Detail Area | |
Super Class | CL_UG_WB_NAV_DETAIL_MD | SEM: Detail Navigation for Any Master Data |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UCUW | SEM-BCS: User Interface: Workbench |
Created | 20021216 | 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
Class CL_UC_WB_NAV_DETAIL has no interface implemented.
Friends
Class CL_UC_WB_NAV_DETAIL 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_UG_MD_FACTORY | FIN Master Data: Central Access Point (Factory) | 20040209 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_MODEL | Model (Metadata) | 20040209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20040209 | |
2 | ![]() |
Instance method | Private | Method | 20040209 | |
3 | ![]() |
Instance method | Private | Method | 20040209 |
Events
Class CL_UC_WB_NAV_DETAIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_FFIX_LEN | Private | See coding | 20040209 | BEGIN OF s_ffix_len,
colmax TYPE i,
col TYPE i,
descr TYPE i,
value TYPE i,
text TYPE i,
*phe160503
* fvdescr type i,
total TYPE i,
END OF s_ffix_len
|
||
2 | S_TEXT | Private | See coding | 20040209 | BEGIN OF s_text,
component TYPE uc_lp_fieldname,
value TYPE uc_lp_value,
text TYPE text60,
END OF s_text
|
||
3 | T_FFIX_LEN | Private | See coding | 20040209 | t_ffix_len TYPE table of s_ffix_len
|
||
4 | T_TEXT | Private | See coding | 20040209 | t_text TYPE table of s_text
|
Method Signatures
Method PRNT_CALC_FFIX_OUTPUTLEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FFIX_LEN | Call by reference | Type reference (TYPE) | T_FFIX_LEN | 20040209 | |||
2 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | UCL_T_LP_FFIX | Listprozessor: Felder mit fixierten Werten | 20040209 | ||
3 | ![]() |
IT_FFIXT | Call by reference | Type reference (TYPE) | T_TEXT | 20040209 |
Method PRNT_CALC_FFIX_OUTPUTLEN on class CL_UC_WB_NAV_DETAIL has no exception.
Method PRNT_FFIX_COL_MAX_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_FFIX_LEN | Call by reference | Type reference (TYPE) | S_FFIX_LEN | 20040209 | |||
2 | ![]() |
CT_FFIX_LEN | Call by reference | Type reference (TYPE) | T_FFIX_LEN | 20040209 | |||
3 | ![]() |
I_COLMAX | Call by reference | Type reference (TYPE) | I | 20040209 | |||
4 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Interne Tabellen, aktueller Zeilenindex | 20040209 |
Method PRNT_FFIX_COL_MAX_CHECK on class CL_UC_WB_NAV_DETAIL has no exception.
Method PRNT_PRINT_FFIX_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040209 | ||
2 | ![]() |
IS_FFIX | Call by reference | Type reference (TYPE) | UCL_S_LP_FFIX | Listprozessor: Felder mit fixierten Werten | 20040209 | ||
3 | ![]() |
IS_FFIXT | Call by reference | Type reference (TYPE) | S_TEXT | 20040209 | |||
4 | ![]() |
IS_FFIX_LEN | Call by reference | Type reference (TYPE) | S_FFIX_LEN | 20040209 | |||
5 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | UCL_T_LP_FFIX | Listprozessor: Felder mit fixierten Werten | 20040209 | ||
6 | ![]() |
I_OFFSET | Call by reference | Type reference (TYPE) | I | 20040209 | |||
7 | ![]() |
I_TXTRC | Call by reference | Type reference (TYPE) | I | 20040209 |
Method PRNT_PRINT_FFIX_ENTRY on class CL_UC_WB_NAV_DETAIL has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 350 |