SAP ABAP Class TD_SALV_GUI_DATA_MANAGER_IDA (AUnit Test Dummy for Data Access Manager)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_IDA_IMPL (Package) ALV: Development for IDA No Translation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_GUI_DATA_MANAGER_IDA Manager of the Data Access: Direct Read or Buffering 20140525
Properties
Class TD_SALV_GUI_DATA_MANAGER_IDA  
Short Description AUnit Test Dummy for Data Access Manager    
Super Class CL_SALV_GUI_DATA_MANAGER_IDA Manager of the Data Access: Direct Read or Buffering 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_IDA_IMPL   ALV: Development for IDA No Translation 
Created 20140525   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class TD_SALV_GUI_DATA_MANAGER_IDA has no forward declaration.
Interfaces
Class TD_SALV_GUI_DATA_MANAGER_IDA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 TC_SALV_GUI_AUNIT_FRIEND_IDA 20140525 Friend for AUnit Tests
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DATA_PACKAGE Instance attribute Private Type reference (TYPE) YS_DATA_PACKAGE 20140525
2 MT_DATA_PACKAGE_REQUESTS Instance attribute Private Type reference (TYPE) YT_HISTORY 20140525
3 MT_DRILL_HISTORY Instance attribute Private Type reference (TYPE) YT_HISTORY 20140525
4 MT_EXPAND_STATE Instance attribute Private Type reference (TYPE) YT_DATA_PACKAGE 20140525
5 MT_PARENT_NODES Instance attribute Private Type reference (TYPE) YT_PARENT_NODES 20140525
6 M_ROW_INDEX_OUT_OF_PAGE_AREA Instance attribute Private Type reference (TYPE) ABAP_BOOL 20140525
Methods
# Method Level Visibility Method type Description Created on
1 GET_MEMBERS Instance method Public Method 20140525
2 SET_MEMBERS Instance method Public Method 20140525
3 SET_PARENT_NODES Instance method Public Method 20140525
Events
Class TD_SALV_GUI_DATA_MANAGER_IDA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_DATA_PACKAGE Private See coding 20140525 BEGIN OF ys_data_package, t_result_info TYPE if_salv_ida_types_int=>yt_result_row_info, table_size TYPE sytabix, from_table_line TYPE sytabix, to_table_line TYPE sytabix, END OF ys_data_package
2 YS_HISTORY Public See coding 20140525 BEGIN OF ys_history, node TYPE i, from TYPE i, to TYPE i, action TYPE string, END OF ys_history
3 YS_PARENT_NODES Public See coding 20140525 BEGIN OF ys_parent_nodes, node TYPE i, parent TYPE i, END OF ys_parent_nodes
4 YT_DATA_PACKAGE Private See coding 20140525 yt_data_package TYPE STANDARD TABLE OF ys_data_package
5 YT_HISTORY Public See coding 20140525 yt_history TYPE STANDARD TABLE OF ys_history WITH DEFAULT KEY
6 YT_PARENT_NODES Public See coding 20140525 yt_parent_nodes TYPE SORTED TABLE OF ys_parent_nodes WITH UNIQUE KEY node
Method Signatures

Method GET_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting S_CURRENT_CELL Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL 20140525

Method GET_MEMBERS on class TD_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_TABLE_LINE Call by reference Type reference (TYPE) SYTABIX 20140525
2 Importing S_CURRENT_CELL Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_INT_IDA=>YS_CURRENT_CELL 20140525
3 Importing TABLE_SIZE Call by reference Type reference (TYPE) SYTABIX 20140525
4 Importing TO_TABLE_LINE Call by reference Type reference (TYPE) SYTABIX 20140525
5 Importing T_RESULT_INFO Call by reference Type reference (TYPE) IF_SALV_IDA_TYPES_INT=>YT_RESULT_ROW_INFO 20140525

Method SET_MEMBERS on class TD_SALV_GUI_DATA_MANAGER_IDA has no exception.

Method SET_PARENT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARENT_NODES Call by reference Type reference (TYPE) YT_PARENT_NODES 20140525

Method SET_PARENT_NODES on class TD_SALV_GUI_DATA_MANAGER_IDA has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in