SAP ABAP Class CL_RSDMD_DISPLAY_INTERNAL_TABS (Display Internal Tables)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDMD (Package) Master Data Update
Properties
Class CL_RSDMD_DISPLAY_INTERNAL_TABS  
Short Description Display Internal Tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDMD   Master Data Update 
Created 19990811   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSDMD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSSM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDMD_DISPLAY_INTERNAL_TABS has no interface implemented.
Friends
Class CL_RSDMD_DISPLAY_INTERNAL_TABS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DESCRIPTION Instance attribute Private Type reference (TYPE) RSTXTLG a 19990811
2 P_INDEX_ITAB Instance attribute Private Type reference (TYPE) I a 20000329
3 P_R_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID a 19990811
4 P_R_BEHAVIOUR_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP a 19990811
5 P_R_BEHAVIOUR_TREE Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP a 19990811
6 P_R_CUSTOM_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER a 20000331
7 P_R_SIMPLE_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SIMPLE_TREE a 19990811
8 P_R_SPLITTER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER a 20000331
9 P_S_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO a 19990811
10 P_T_DIT_TREE Instance attribute Private Type reference (TYPE) RSDMD_T_DIT_TREE a 19990811
11 P_T_INTERNAL_TABLE Instance attribute Private Type reference (TYPE) RSSM_T_INTERNAL_TABLE a 19990811
12 P_T_INTERNAL_TABLE_CHANGE Instance attribute Private Type reference (TYPE) RSSM_T_INTERNAL_TABLE a 19990811
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_NODES_AND_HANDLES Instance method Private Method a 19990811
2 CHECK_INTERNAL_TABS Instance method Private Method check_internal_tabs 20000329
3 CONSTRUCTOR Instance method Public Constructor a 19990811
4 FREE Instance method Public Method Damage Object 19991026
5 GET_DATA_FOR_DISPLAY Instance method Private Method a 19990811
6 HANDLE_ALV_DROP Instance method Private Event handling method handle_alv_drop 19990811
7 HANDLE_TOOLBAR Instance method Private Event handling method handle_toolbar 20000329
8 HANDLE_TREE_DOUBLE_CLICK Instance method Private Event handling method handle_tree_double_click 19990811
9 HANDLE_TREE_DRAG Instance method Private Event handling method handle_tree_drag 19990811
10 HANDLE_USER_COMMAND Instance method Private Event handling method handle_user_command 20000329
11 SHOW_PROTOCOL Instance method Private Method a 19990812
Events
Class CL_RSDMD_DISPLAY_INTERNAL_TABS has no event.
Types
Class CL_RSDMD_DISPLAY_INTERNAL_TABS has no local type.
Method Signatures

Method BUILD_NODES_AND_HANDLES Signature

Method BUILD_NODES_AND_HANDLES on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no parameter.
Method BUILD_NODES_AND_HANDLES on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method CHECK_INTERNAL_TABS Signature

Method CHECK_INTERNAL_TABS on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no parameter.
Method CHECK_INTERNAL_TABS on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Value transfer Type reference (TYPE) RSTXTLG a 19990811
2 Importing I_PARENT_OBJECTNAME Value transfer Type reference (TYPE) OBJECTNAME 'G_CUSTOM_CONTROL' a 19990812
3 Importing I_PROGRAM Value transfer Type reference (TYPE) SYREPID a 19990812
4 Importing I_S_LOG_FILTER Call by reference Type reference (TYPE) BAL_S_LFIL a 19990812
5 Importing I_T_DIT_TREE Call by reference Type reference (TYPE) RSDMD_T_DIT_TREE a 19990811
6 Importing I_T_INTERNAL_TABLE Call by reference Type reference (TYPE) RSSM_T_INTERNAL_TABLE a 19990811

Method CONSTRUCTOR on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method FREE Signature

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

Method GET_DATA_FOR_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_DATA Call by reference Object reference (TYPE REF TO) DATA a 19990811
2 Importing I_S_INTERNAL_TABLE Call by reference Type reference (TYPE) RSSM_S_INTERNAL_TABLE a 19990811

Method GET_DATA_FOR_DISPLAY on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method HANDLE_ALV_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Call by reference Type reference (TYPE) 19990811
2 Importing E_DRAGDROPOBJ Call by reference Type reference (TYPE) 19990811
3 Importing E_ROW Call by reference Type reference (TYPE) 19990811

Method HANDLE_ALV_DROP on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method HANDLE_TOOLBAR Signature

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

Method HANDLE_TOOLBAR on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method HANDLE_TREE_DOUBLE_CLICK Signature

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

Method HANDLE_TREE_DOUBLE_CLICK on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method HANDLE_TREE_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Type reference (TYPE) 19990811
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990811

Method HANDLE_TREE_DRAG on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method HANDLE_USER_COMMAND Signature

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

Method HANDLE_USER_COMMAND on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.

Method SHOW_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_LOG_FILTER Call by reference Type reference (TYPE) BAL_S_LFIL a 19990812

Method SHOW_PROTOCOL on class CL_RSDMD_DISPLAY_INTERNAL_TABS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in