SAP ABAP Class CL_RSLPO_VIEW_OBJECTS (Object Presentation of LPO)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSLPO_GUI (Package) Logical Partitioning: GUI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_VIEW Abstract Superclass for UI Modules 20060125
Properties
Class CL_RSLPO_VIEW_OBJECTS  
Short Description Object Presentation of LPO    
Super Class CL_RSLPO_VIEW Abstract Superclass for UI Modules 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSLPO_GUI    
Program status     
Category 0   
Package RSLPO_GUI   Logical Partitioning: GUI 
Created 20060125   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSAWC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSLPA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSLPO_VIEW_OBJECTS has no interface implemented.
Friends
Class CL_RSLPO_VIEW_OBJECTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CURR_OBJVERS Instance attribute Private Type reference (TYPE) RS_OBJVERS 20080917
2 P_NODEKEY_SELECTED Instance attribute Private Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20080729
3 P_R_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20060125
4 P_R_MODEL_MODELING Instance attribute Protected Object reference (TYPE REF TO) CL_RSLPO_MODEL_MODELING Back end for Administrating 20060125
5 P_R_NAVIGATOR Instance attribute Private Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Access to AWB Navigator 20060731
6 P_R_TREE Instance attribute Private Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL Tree with Dependent Objects 20060125
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060125
2 DISPLAY_DATA Instance method Private Method 20060125
3 EXPAND_NODES Instance method Private Method 20060505
4 FILL_DTP Instance method Private Method 20080730
5 FILL_MASTER_OBJECTS Instance method Private Method 20060418
6 FILL_MASTER_TRFN Instance method Private Method 20080716
7 FILL_PARTITION_OBJECTS Instance method Private Method 20061110
8 FILL_PC Instance method Private Method 20081202
9 FILL_RANGE_OBJECTS Instance method Private Method 20060421
10 ON_BTN_CLICK Instance method Public Event handling method 20080730
11 ON_DATA_CHANGED Instance method Public Event handling method Event Handling for Changes to Metadata 20060411
12 ON_ITEM_DBLCLICK Instance method Public Event handling method 20060125
13 ON_MENU_REQUEST_ITEM Instance method Public Event handling method 20081110
14 ON_MENU_REQUEST_NODE Instance method Private Event handling method 20081110
15 ON_MENU_SELECT_ITEM Instance method Public Event handling method 20081110
16 ON_MENU_SELECT_NODE Instance method Private Event handling method 20081110
17 ON_OBJVERS_CHANGED Instance method Public Event handling method Event Handler for Object Version 20080917
Events
Class CL_RSLPO_VIEW_OBJECTS has no event.
Types
Class CL_RSLPO_VIEW_OBJECTS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20120524
2 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20060125
3 Importing I_R_GUI_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_RSLPO_CTRL GUI-Klasse für LPO 20060125
4 Importing I_R_MODEL_MODELING Call by reference Object reference (TYPE REF TO) CL_RSLPO_MODEL_MODELING Backend Module 20060125
5 Importing I_R_NAVIGATOR Call by reference Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Zugriff auf den AWB Navigator 20060731

Method CONSTRUCTOR on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method DISPLAY_DATA Signature

Method DISPLAY_DATA on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_ROOT LPO Ausnahmehierarchie 20060125

Method EXPAND_NODES Signature

Method EXPAND_NODES on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_PROGRAM_ERROR 20060505

Method FILL_DTP Signature

Method FILL_DTP on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_PROGRAM_ERROR 20080730

Method FILL_MASTER_OBJECTS Signature

Method FILL_MASTER_OBJECTS on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_PROGRAM_ERROR 20060419

Method FILL_MASTER_TRFN Signature

Method FILL_MASTER_TRFN on class CL_RSLPO_VIEW_OBJECTS has no parameter.
Method FILL_MASTER_TRFN on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method FILL_PARTITION_OBJECTS Signature

Method FILL_PARTITION_OBJECTS on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_PROGRAM_ERROR 20061110

Method FILL_PC Signature

Method FILL_PC on class CL_RSLPO_VIEW_OBJECTS has no parameter.
# Exception Resumable Description Created on
1 CX_RSLPO_PROGRAM_ERROR 20081202

Method FILL_RANGE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID einer Partition 20080925
2 Importing I_PARTITION_NODENAME Call by reference Type reference (TYPE) TM_NODEKEY Node-Name der Partition 20060421
3 Importing I_R_CONVERTER Call by reference Object reference (TYPE REF TO) CL_RSLPO_INPUT_CONVERTER Konvertiert Ein- und Ausgaben ins interne- bzw. externe For. 20060421
4 Importing I_T_PARTCRITERION Call by reference Type reference (TYPE) RSLPO_T_PARTCRITERION Menge von Partitionskriterien einer Partition 20060421
# Exception Resumable Description Created on
1 CX_RSLPO_CONVERSION_ERROR 20060421

Method ON_BTN_CLICK Signature

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

Method ON_BTN_CLICK on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_DATA_CHANGED Signature

Method ON_DATA_CHANGED on class CL_RSLPO_VIEW_OBJECTS has no parameter.
Method ON_DATA_CHANGED on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_ITEM_DBLCLICK Signature

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

Method ON_ITEM_DBLCLICK on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_MENU_REQUEST_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20081110
2 Importing MENU Call by reference Attribute reference (LIKE) 20081110
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20081110

Method ON_MENU_REQUEST_ITEM on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_MENU_REQUEST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Attribute reference (LIKE) 20081110
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20081110

Method ON_MENU_REQUEST_NODE on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_MENU_SELECT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20081110
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20081110
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20081110

Method ON_MENU_SELECT_ITEM on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_MENU_SELECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20081110
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20081110

Method ON_MENU_SELECT_NODE on class CL_RSLPO_VIEW_OBJECTS has no exception.

Method ON_OBJVERS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJVERS Call by reference Attribute reference (LIKE) 20080917

Method ON_OBJVERS_CHANGED on class CL_RSLPO_VIEW_OBJECTS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710