SAP ABAP Class CL_BSSP_ISU_DATA_ENVIRONMENT (Data Environment CHIP Feeder)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   BSSPC (Package) Content for Utilities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_GENERIC_INPORT_EVENT Generic Inport Handler Class 20130801
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_CHIP_FEEDER Chip Feeder 20130801
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20130801
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20130801
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20130801
Properties
Class CL_BSSP_ISU_DATA_ENVIRONMENT  
Short Description Data Environment CHIP Feeder    
Super Class CL_BSSP_GENERIC_INPORT_EVENT Generic Inport Handler Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSSPC   Content for Utilities 
Created 20130319   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSSP_ISU_DATA_ENVIRONMENT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_CHIP_FEEDER Chip Feeder 20130801
2 IF_FPM_GUIBB Generic UI Building Block 20130801
3 IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20130801
4 IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20130801
Friends
Class CL_BSSP_ISU_DATA_ENVIRONMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FPM Instance attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130801
2 MT_TREE_DATA Instance attribute Private Type reference (TYPE) TY_T_TREE_FIELDS 20130801
Methods
# Method Level Visibility Method type Description Created on
1 COPY_AND_CONVERT_TREE_DATA Instance method Private Method Copy and Convert Tree Data to Local Format 20130801
2 GET_SELECTED_OBJECT Instance method Private Method Get Selected Object 20130801
Events
Class CL_BSSP_ISU_DATA_ENVIRONMENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TREE_FIELDS Private See coding 20130801 BEGIN OF ty_s_tree_fields, " tree description fields used by fpm framework row_key TYPE seu_id, parent_key TYPE seu_id, expanded TYPE wdy_boolean, is_leaf TYPE wdy_boolean, children_loaded TYPE wdy_boolean, text TYPE string, image_src TYPE string, " custom fields object_type TYPE swo_objtyp, object_key TYPE swo_typeid, * object_description TYPE seu_text, text1 TYPE string, text2 TYPE string, text3 TYPE string, END OF ty_s_tree_fields
2 TY_T_TREE_FIELDS Private See coding 20130801 ty_t_tree_fields TYPE STANDARD TABLE OF ty_s_tree_fields
Method Signatures

Method COPY_AND_CONVERT_TREE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_TREE Call by reference Type reference (TYPE) CL_BSSP_ISU_NAVIGATOR_WRAPPER=>ECNQUERYTAB 20130801

Method COPY_AND_CONVERT_TREE_DATA on class CL_BSSP_ISU_DATA_ENVIRONMENT has no exception.

Method GET_SELECTED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_KEY Call by reference Type reference (TYPE) SWO_TYPEID Object key 20130801
2 Exporting EV_OBJECT_TYPE Call by reference Type reference (TYPE) SWO_OBJTYP Object Type 20130801
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20130801

Method GET_SELECTED_OBJECT on class CL_BSSP_ISU_DATA_ENVIRONMENT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in