SAP ABAP Interface IF_RFAC_ADT_RES_DEFINITIONS (Definitions used by the Refactoring Resource Controller)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
⤷
SRFAC_ADT (Package) ADT - Refactoring
⤷
⤷
Properties
| Interface | IF_RFAC_ADT_RES_DEFINITIONS | |
| Short Description | Definitions used by the Refactoring Resource Controller |
General Data
| Package | SRFAC_ADT | ADT - Refactoring |
| Created | 20110513 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RFAC_ADT_RES_DEFINITIONS has no forward declaration.
Interfaces
Interface IF_RFAC_ADT_RES_DEFINITIONS has no interface.
Friends
Interface IF_RFAC_ADT_RES_DEFINITIONS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_GENERIC_ST | Constant | Public | Type reference (TYPE) | STRING | 'RFAC_ST_ADT_GENERIC' | 20110701 | ||
| 2 | CO_PARAMETER_TYPE_TYPE | Constant | Public | See coding | 20110701 | ||||
| 3 | CO_PARAM_RELATION | Constant | Public | Type reference (TYPE) | STRING | 'rel' | 20110701 | ||
| 4 | CO_PARAM_STEP | Constant | Public | Type reference (TYPE) | STRING | 'step' | 20110701 | ||
| 5 | CO_PARAM_URI | Constant | Public | Type reference (TYPE) | STRING | IF_ADT_URI_QUERY_PARAMETERS=>CO_URI | 20110701 | ||
| 6 | CO_RFAC_REL_EXTRACT_METHOD | Constant | Public | Type reference (TYPE) | STRING | 'http://www.sap.com/adt/relations/refactoring/extractmethod' | 20110701 | ||
| 7 | CO_RFAC_REL_RENAME | Constant | Public | Type reference (TYPE) | STRING | 'http://www.sap.com/adt/relations/refactoring/rename' | 20110701 | ||
| 8 | CO_RFAC_STEP_EVALUATE | Constant | Public | Type reference (TYPE) | STRING | 'evaluate' | 20110701 | ||
| 9 | CO_RFAC_STEP_EXECUTE | Constant | Public | Type reference (TYPE) | STRING | 'execute' | 20110701 | ||
| 10 | CO_RFAC_STEP_PREVIEW | Constant | Public | Type reference (TYPE) | STRING | 'preview' | 20110701 |
Methods
Interface IF_RFAC_ADT_RES_DEFINITIONS has no method.
Events
Interface IF_RFAC_ADT_RES_DEFINITIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_AFFECTED_OBJECT | Public | See coding | 20110701 | BEGIN OF ts_affected_object.
INCLUDE TYPE sadt_object_reference.
TYPES: text_replace_deltas TYPE tt_text_replace_deltas,
rename_object_delta TYPE ts_rename_object_delta,
user_content TYPE string,
END OF ts_affected_object
|
||
| 2 | TS_EXCEPTION | Public | See coding | 20110928 | BEGIN OF ts_exception,
name TYPE seocmpname,
resumable TYPE xsdboolean,
user_content TYPE string,
END OF ts_exception
|
||
| 3 | TS_EXTRACT_METHOD_REFACTORING | Public | See coding | 20110701 | BEGIN OF ts_extract_method_refactoring,
generic TYPE ts_generic_refactoring,
name TYPE string,
is_static TYPE xsdboolean,
visibility TYPE string,
parameters TYPE tt_method_parameters,
exceptions TYPE tt_exceptions,
class_based_exceptions TYPE xsdboolean,
content TYPE string,
class_name TYPE string,
is_event_allowed TYPE xsdboolean,
is_event TYPE xsdboolean,
user_content TYPE string,
is_for_testing TYPE xsdboolean,
END OF ts_extract_method_refactoring
|
||
| 4 | TS_GENERIC_REFACTORING | Public | See coding | 20110701 | BEGIN OF ts_generic_refactoring,
title TYPE string,
adt_object_uri TYPE string,
affected_objects TYPE tt_affected_objects,
transport TYPE trkorr,
ignore_syntax_errors TYPE xsdboolean,
ignore_syntax_errors_allowed TYPE xsdboolean,
user_content TYPE string,
END OF ts_generic_refactoring
|
||
| 5 | TS_GLOBAL_TYPE_RENAME | Public | See coding | 20120516 | BEGIN OF ts_global_type_rename,
old TYPE sadt_object_reference,
new TYPE sadt_object_reference,
END OF ts_global_type_rename
|
||
| 6 | TS_METHOD_PARAMETER | Public | See coding | 20110701 | BEGIN OF ts_method_parameter,
id TYPE string,
name TYPE string,
direction TYPE string,
byvalue TYPE xsdboolean,
typetype TYPE string,
type TYPE string,
user_content TYPE string,
END OF ts_method_parameter
|
||
| 7 | TS_RENAME_OBJECT_DELTA | Public | See coding | 20120507 | BEGIN OF ts_rename_object_delta,
new_object TYPE sadt_object_reference,
END OF ts_rename_object_delta
|
||
| 8 | TS_RENAME_REFACTORING | Public | See coding | 20110701 | BEGIN OF ts_rename_refactoring,
generic TYPE ts_generic_refactoring,
old_name TYPE string,
new_name TYPE string,
user_content TYPE string,
END OF ts_rename_refactoring
|
||
| 9 | TS_TEXT_REPLACE_DELTA | Public | See coding | 20110701 | BEGIN OF ts_text_replace_delta,
range_fragment TYPE string,
content_old TYPE string,
content_new TYPE string,
END OF ts_text_replace_delta
|
||
| 10 | TT_AFFECTED_OBJECTS | Public | See coding | 20110701 | tt_affected_objects TYPE STANDARD TABLE OF ts_affected_object WITH DEFAULT KEY
|
||
| 11 | TT_EXCEPTIONS | Public | See coding | 20110701 | tt_exceptions TYPE STANDARD TABLE OF ts_exception WITH DEFAULT KEY
|
||
| 12 | TT_METHOD_PARAMETERS | Public | See coding | 20110701 | tt_method_parameters TYPE STANDARD TABLE OF ts_method_parameter WITH DEFAULT KEY
|
||
| 13 | TT_TEXT_REPLACE_DELTAS | Public | See coding | 20110701 | tt_text_replace_deltas TYPE STANDARD TABLE OF ts_text_replace_delta WITH DEFAULT KEY
|
||
| 14 | TY_PARAMETER_TYPE_TYPE | Public | Type reference (TYPE) | STRING | 20110701 | |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |