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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'Activate' | Name of 'Activate' action in Mass Change UI | 20110429 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'Check' | Name of 'Check' action in mass change tool | 20101111 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'Copy' | Name of 'Copy' action in Mass Change UI | 20101111 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'Delete' | Name of 'Delete' action in Mass Change UI | 20101111 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'Mark_as_Obsolete' | Name of 'Mark as Obsolete' action in Mass Change UI | 20101111 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'Mark_for_delete' | Name of 'Mark for delete' action in Mass Change UI | 20101111 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'Rename' | Name of 'Rename' action in Mass Change UI | 20101111 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'Set_Access_Level' | Name of 'Set Access Level' action in Mass Change UI | 20110429 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'Set_Application' | Name of 'Set Application' | 20121219 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'Set_Text' | Name of 'Set Text' action in Mass Change UI | 20110429 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'Set_Versioning' | Name of 'Set Versioning' action in Mass Change UI | 20110429 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'Transport' | Name of 'Transport' action in Mass Change UI | 20111212 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'Application' | Constant for requesting application name | 20101111 | ||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'Prefix' | Constant for requesting prefix input | 20101111 | ||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'Suffix' | Constant for requesting prefix input | 20101111 | ||
| 16 | Constant | Public | Type reference (TYPE) | TRFUNCTION | 'W' | Customizing Request | 20101111 | ||
| 17 | Constant | Public | Type reference (TYPE) | TRFUNCTION | 'K' | Workbench Request | 20101111 | ||
| 18 | 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 | Instance method | Public | Method | Convert node structure into model structure | 20100817 | |
| 2 | 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 | IS_NODE | Call by reference | Type reference (TYPE) | FDTS_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20100817 | |||
| 2 | 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 | EV_SUBTYPE_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100817 | ||||
| 2 | EV_TYPE_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100817 | ||||
| 3 | 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 |