SAP ABAP Class /BOBF/CL_TUI_UTILS (Common used coding)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-TST (Application Component) Business Object Processing Framework Tests
     /BOBF/TEST_UI (Package) Business Object Processing Framework Test UI
Properties
Class /BOBF/CL_TUI_UTILS  
Short Description Common used coding    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/TEST_UI   Business Object Processing Framework Test UI 
Created 20091007   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /BOBF/CL_TUI_UTILS has no interface implemented.
Friends
Class /BOBF/CL_TUI_UTILS has no friend class.
Attributes
Class /BOBF/CL_TUI_UTILS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_OUTTAB_DESCRIPTORS Static method Public Method Get Components of a structure 20091007
Events
Class /BOBF/CL_TUI_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COMPONENT_PATH Public See coding 20091007 tt_component_path TYPE HASHED TABLE OF ty_component_path WITH UNIQUE KEY fieldname WITH UNIQUE HASHED KEY path COMPONENTS path
2 TY_COMPONENT_PATH Public See coding 20091007 BEGIN OF ty_component_path, fieldname TYPE string, path TYPE string, type TYPE REF TO cl_abap_typedescr, ref_curr_fieldname TYPE fieldname, END OF ty_component_path
Method Signatures

Method GET_OUTTAB_DESCRIPTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_STRUCT_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20091007
2 Exporting EO_TABLE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20091007
3 Exporting ET_COMPONENT_PATH Call by reference Type reference (TYPE) TT_COMPONENT_PATH 20091007
4 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20091007
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20091007
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20091007
7 Importing IV_SHOW_KEYS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091007

Method GET_OUTTAB_DESCRIPTORS on class /BOBF/CL_TUI_UTILS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702