SAP ABAP Class CL_WLF_IDOC_NAVIGATION (IDOC Navigation)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WLF_IDOC_PROCESSING (Package) IDoc Processing
Properties
Class CL_WLF_IDOC_NAVIGATION  
Short Description IDOC Navigation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WLF_IDOC_PROCESSING   IDoc Processing 
Created 20120731   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WLF_IDOC_NAVIGATION has no forward declaration.
Interfaces
Class CL_WLF_IDOC_NAVIGATION has no interface implemented.
Friends
Class CL_WLF_IDOC_NAVIGATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_COLLAPSE_ALL Constant Private Type reference (TYPE) FCODE 'COLLAPSE_ALL' 20120815
2 F_EXPAND_ALL Constant Private Type reference (TYPE) FCODE 'EXPAND_ALL' 20120815
3 MC_COLLECTION_FOLDER_INDICATOR Constant Private Type reference (TYPE) C 'C' 20120731
4 MC_HIERARCHY_COLUMN Constant Private Type reference (TYPE) TV_ITMNAME 'SEGMENTNAME' 20120731
5 MC_INFO_COLUMN Constant Private Type reference (TYPE) TV_ITMNAME 'SEGMENTINF' 20120810
6 MC_MAX_COUNT Constant Private Type reference (TYPE) I 1000 20120731
7 MC_NORMAL_NODE Constant Private Type reference (TYPE) C ' ' 20120731
8 MC_NUMBER_COLUMN Constant Private Type reference (TYPE) TV_ITMNAME 'SEGMENTNUM' 20120731
9 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120731
10 MO_CONTAINER_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120815
11 MO_CONTAINER_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120815
12 MO_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20120815
13 MO_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR 20120815
14 MO_TREE Instance attribute Private Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL 20120731
15 MR_TH_MAP Instance attribute Private Object reference (TYPE REF TO) CL_WLF_IDOC=>TY_TH_SEGNUM_TO_GUID_MAP 20120816
16 MR_TS_CONVERTED_DATA Instance attribute Private Object reference (TYPE REF TO) CL_WLF_IDOC=>TY_TS_CONVERTED_DATA 20120810
17 MR_T_EDIDD Instance attribute Private Object reference (TYPE REF TO) CL_WLF_IDOC=>TY_T_EDIDD 20120907
18 MTS_HAS_SUCC Instance attribute Private See coding 20120731
Methods
# Method Level Visibility Method type Description Created on
1 COLLAPSE_ALL Instance method Private Method 20120815
2 CONSTRUCTOR Instance method Public Constructor 20120731
3 EXPAND_ALL Instance method Private Method 20120815
4 FREE Instance method Public Method 20120731
5 GET_ITEM_TABLE Instance method Private Method 20120731
6 GET_ITEM_TABLE_FOR_COLL Instance method Private Method 20120731
7 HANDLE_EXPAND_NO_CHILDREN Instance method Private Event handling method 20120731
8 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method 20120801
9 INIT_CONTROLS Instance method Public Method 20120731
10 INIT_TOOLBAR Instance method Private Method 20120815
11 INSERT_COLL_NODE Instance method Private Method 20120731
12 INSERT_NODE Instance method Private Method 20120731
13 INSERT_NODES Instance method Private Method 20120731
14 TOOLBAR_BUTTON_PRESSED Instance method Private Event handling method 20120815
Events
# Event Type Visibility Description Created on
1 DISPLAY_SEGMENT Instance Event
(0)
Public
(2)
20120731
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_KEY Private See coding 20120810 BEGIN OF ty_s_key, indicator(1) TYPE c, segnum TYPE idocdsgnum, segnum_to TYPE idocdsgnum, segnum_parent TYPE idocdsgnum, END OF ty_s_key
Method Signatures

Method COLLAPSE_ALL Signature

Method COLLAPSE_ALL on class CL_WLF_IDOC_NAVIGATION has no parameter.
Method COLLAPSE_ALL on class CL_WLF_IDOC_NAVIGATION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20120731
2 Importing IR_T_EDIDD Call by reference Object reference (TYPE REF TO) CL_WLF_IDOC=>TY_T_EDIDD 20120907
3 Importing ITH_MAP Call by reference Type reference (TYPE) CL_WLF_IDOC=>TY_TH_SEGNUM_TO_GUID_MAP 20120816
4 Importing ITS_CONVERTED_DATA Call by reference Type reference (TYPE) CL_WLF_IDOC=>TY_TS_CONVERTED_DATA 20120810

Method CONSTRUCTOR on class CL_WLF_IDOC_NAVIGATION has no exception.

Method EXPAND_ALL Signature

Method EXPAND_ALL on class CL_WLF_IDOC_NAVIGATION has no parameter.
Method EXPAND_ALL on class CL_WLF_IDOC_NAVIGATION has no exception.

Method FREE Signature

Method FREE on class CL_WLF_IDOC_NAVIGATION has no parameter.
Method FREE on class CL_WLF_IDOC_NAVIGATION has no exception.

Method GET_ITEM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EDIDD Call by reference Type reference (TYPE) EDIDD 20120731
2 Returning RT_ITEM Value transfer Type reference (TYPE) TREEMCITAB 20120731

Method GET_ITEM_TABLE on class CL_WLF_IDOC_NAVIGATION has no exception.

Method GET_ITEM_TABLE_FOR_COLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EDIDD_FIRST Call by reference Type reference (TYPE) EDIDD 20120731
2 Importing IS_EDIDD_LAST Call by reference Type reference (TYPE) EDIDD 20120731
3 Returning RT_ITEM Value transfer Type reference (TYPE) TREEMCITAB 20120731

Method GET_ITEM_TABLE_FOR_COLL on class CL_WLF_IDOC_NAVIGATION has no exception.

Method HANDLE_EXPAND_NO_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20120731

Method HANDLE_EXPAND_NO_CHILDREN on class CL_WLF_IDOC_NAVIGATION has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20120801
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20120801

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_WLF_IDOC_NAVIGATION has no exception.

Method INIT_CONTROLS Signature

Method INIT_CONTROLS on class CL_WLF_IDOC_NAVIGATION has no parameter.
Method INIT_CONTROLS on class CL_WLF_IDOC_NAVIGATION has no exception.

Method INIT_TOOLBAR Signature

Method INIT_TOOLBAR on class CL_WLF_IDOC_NAVIGATION has no parameter.
Method INIT_TOOLBAR on class CL_WLF_IDOC_NAVIGATION has no exception.

Method INSERT_COLL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM Call by reference Type reference (TYPE) TREEMCITAB 20120731
2 Importing I_SEGNUM_FROM Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
3 Importing I_SEGNUM_PARENT Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
4 Importing I_SEGNUM_TO Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
5 Importing I_SIBLING_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY 20120801
6 Returning R_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY 20120801

Method INSERT_COLL_NODE on class CL_WLF_IDOC_NAVIGATION has no exception.

Method INSERT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM Call by reference Type reference (TYPE) TREEMCITAB 20120731
2 Importing I_SEGNUM Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
3 Importing I_SEGNUM_PARENT Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
4 Importing I_SIBLING_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY 20120801
5 Returning R_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY 20120801

Method INSERT_NODE on class CL_WLF_IDOC_NAVIGATION has no exception.

Method INSERT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLECTION_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY 20120801
2 Importing I_SEGNUM_FROM Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
3 Importing I_SEGNUM_PARENT Call by reference Type reference (TYPE) IDOCDSGNUM 20120731
4 Importing I_SEGNUM_TO Call by reference Type reference (TYPE) IDOCDSGNUM 20120801

Method INSERT_NODES on class CL_WLF_IDOC_NAVIGATION has no exception.

Method TOOLBAR_BUTTON_PRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20120815

Method TOOLBAR_BUTTON_PRESSED on class CL_WLF_IDOC_NAVIGATION has no exception.
Event Signatures

Event DISPLAY_SEGMENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_SEGNUM Exporting Value transfer Type reference (TYPE) IDOCDSGNUM 20120731
History
Last changed by/on SAP  20130531 
SAP Release Created in 617