SAP ABAP Class CL_FDT_WD_RT_MASS_CHANGE (Reuse tree class for repository view)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_TOOLS (Package) BRFplus: Tools in Web Dynpro UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_RT Main class for Reuse Tree usage from UI 20100817
Properties
Class CL_FDT_WD_RT_MASS_CHANGE  
Short Description Reuse tree class for repository view    
Super Class CL_FDT_WD_RT Main class for Reuse Tree usage from UI 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_TOOLS   BRFplus: Tools in Web Dynpro UI 
Created 20100817   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_WD_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_FDT_WD_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_RT_MASS_CHANGE has no interface implemented.
Friends
Class CL_FDT_WD_RT_MASS_CHANGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION_ACTIVATE Constant Public Type reference (TYPE) STRING 'Activate' Name of 'Activate' action in Mass Change UI 20110429
2 GC_ACTION_CHECK Constant Public Type reference (TYPE) STRING 'Check' Name of 'Check' action in mass change tool 20101111
3 GC_ACTION_COPY Constant Public Type reference (TYPE) STRING 'Copy' Name of 'Copy' action in Mass Change UI 20101111
4 GC_ACTION_DELETE Constant Public Type reference (TYPE) STRING 'Delete' Name of 'Delete' action in Mass Change UI 20101111
5 GC_ACTION_MARK_AS_OBSOLETE Constant Public Type reference (TYPE) STRING 'Mark_as_Obsolete' Name of 'Mark as Obsolete' action in Mass Change UI 20101111
6 GC_ACTION_MARK_FOR_DELETE Constant Public Type reference (TYPE) STRING 'Mark_for_delete' Name of 'Mark for delete' action in Mass Change UI 20101111
7 GC_ACTION_RENAME Constant Public Type reference (TYPE) STRING 'Rename' Name of 'Rename' action in Mass Change UI 20101111
8 GC_ACTION_SET_ACCESS_LEVEL Constant Public Type reference (TYPE) STRING 'Set_Access_Level' Name of 'Set Access Level' action in Mass Change UI 20110429
9 GC_ACTION_SET_APPLICATION Constant Public Type reference (TYPE) STRING 'Set_Application' Name of 'Set Application' 20121219
10 GC_ACTION_SET_TEXT Constant Public Type reference (TYPE) STRING 'Set_Text' Name of 'Set Text' action in Mass Change UI 20110429
11 GC_ACTION_SET_VERSIONING Constant Public Type reference (TYPE) STRING 'Set_Versioning' Name of 'Set Versioning' action in Mass Change UI 20110429
12 GC_ACTION_TRANSPORT Constant Public Type reference (TYPE) STRING 'Transport' Name of 'Transport' action in Mass Change UI 20111212
13 GC_INPUT_APPLICATION Constant Public Type reference (TYPE) STRING 'Application' Constant for requesting application name 20101111
14 GC_INPUT_PREFIX Constant Public Type reference (TYPE) STRING 'Prefix' Constant for requesting prefix input 20101111
15 GC_INPUT_SUFFIX Constant Public Type reference (TYPE) STRING 'Suffix' Constant for requesting prefix input 20101111
16 GC_TRFUNCTION_CUSTOMIZING Constant Public Type reference (TYPE) TRFUNCTION 'W' Customizing Request 20101111
17 GC_TRFUNCTION_WORKBENCH Constant Public Type reference (TYPE) TRFUNCTION 'K' Workbench Request 20101111
18 MTS_OTE_TEXT Instance attribute Private Type reference (TYPE) TS_OTE_TEXT Table of texts for extended object types 20100817
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_NODE_2_MODEL Instance method Public Method Convert node structure into model structure 20100817
2 GET_OTE_TEXT Instance method Private Method Get text for extended object type 20100817
Events
Class CL_FDT_WD_RT_MASS_CHANGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COPY Public See coding 20101111 BEGIN OF s_copy, target_application_id TYPE if_fdt_types=>id, target_application_name TYPE if_fdt_types=>name, source TYPE s_id_per_application, END OF s_copy
2 S_ID_CHANGABLE Public See coding 20101111 BEGIN OF s_id_changable, id TYPE if_fdt_types=>id, changable TYPE abap_bool, END OF s_id_changable
3 S_ID_PER_APPLICATION Public See coding 20101111 BEGIN OF s_id_per_application, application_id TYPE if_fdt_types=>id, ts_id TYPE if_fdt_types=>ts_object_id, t_node TYPE fdtt_wd_mass_change_model, t_element TYPE wdr_context_element_set, application_in_ids TYPE abap_bool, END OF s_id_per_application
4 S_OTE_TEXT Private See coding 20100817 BEGIN OF s_ote_text, ote TYPE if_fdt_wd_types=>s_object_type_extended, text TYPE string, END OF s_ote_text
5 TS_COPY Public See coding 20101111 ts_copy TYPE SORTED TABLE OF s_copy WITH UNIQUE KEY source-application_id
6 TS_ID_CHANGABLE Public See coding 20101111 ts_id_changable TYPE SORTED TABLE OF s_id_changable WITH UNIQUE KEY id
7 TS_ID_PER_APPLICATION Public See coding 20101111 ts_id_per_application TYPE SORTED TABLE OF s_id_per_application WITH UNIQUE KEY application_id
8 TS_OTE_TEXT Private See coding 20100817 ts_ote_text TYPE SORTED TABLE OF s_ote_text WITH UNIQUE KEY ote
Method Signatures

Method CONVERT_NODE_2_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE Call by reference Type reference (TYPE) FDTS_WD_RT_NODE FDT: Structure of node for the re-use tree 20100817
2 Returning RS_MODEL Value transfer Type reference (TYPE) FDTS_WD_MASS_CHANGE_MODEL FDT WD: Structure for Navigation Model 20100817

Method CONVERT_NODE_2_MODEL on class CL_FDT_WD_RT_MASS_CHANGE has no exception.

Method GET_OTE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBTYPE_TEXT Call by reference Type reference (TYPE) STRING 20100817
2 Exporting EV_TYPE_TEXT Call by reference Type reference (TYPE) STRING 20100817
3 Importing IS_OTE Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED Extended Object Type 20100817

Method GET_OTE_TEXT on class CL_FDT_WD_RT_MASS_CHANGE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703