SAP ABAP Interface IF_RFAC_IMPL_TYPES (Refactoring: Global Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
⤷
SRFAC_IMPL (Package) Implementation of new refactoring

⤷

⤷

Properties
Interface | IF_RFAC_IMPL_TYPES | |
Short Description | Refactoring: Global Types |
General Data
Package | SRFAC_IMPL | Implementation of new refactoring |
Created | 20110517 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RFAC_IMPL_TYPES has no forward declaration.
Interfaces
Interface IF_RFAC_IMPL_TYPES has no interface.
Friends
Interface IF_RFAC_IMPL_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_METHOD_CALL_TYPE | Constant | Public | See coding | 20110701 | ||||
2 | CO_METHOD_VISIBILITY | Constant | Public | See coding | 20110701 | ||||
3 | CO_PARAMETER_TYPE_TYPE | Constant | Public | See coding | 20110701 | ||||
4 | CO_PARAM_TRANSFER_DIRECTION | Constant | Public | See coding | 20110701 |
Methods
Interface IF_RFAC_IMPL_TYPES has no method.
Events
Interface IF_RFAC_IMPL_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_EXCEPTION | Public | See coding | 20110701 | BEGIN OF ts_exception,
name TYPE seocmpname,
resumable TYPE abap_bool,
subrc TYPE i,
END OF ts_exception
|
||
2 | TS_METHOD | Public | See coding | 20110701 | BEGIN OF ts_method,
name TYPE seocpdname,
classname TYPE string,
interface_name TYPE string,
visibility TYPE ty_method_visibility,
is_static TYPE abap_bool,
call_type TYPE ty_method_call_type, "short, medium, long
call_reference TYPE string,
body TYPE rswsourcet,
types TYPE tt_types,
source_types TYPE tt_types,
locals TYPE string_table,
source_locals TYPE string_table,
importing TYPE tt_params,
exporting TYPE tt_params,
changing TYPE tt_params,
returning TYPE ts_param,
exceptions TYPE tt_exceptions,
class_based_exceptions TYPE abap_bool,
definition_include TYPE syrepid,
implemention_include TYPE syrepid,
call_include TYPE syrepid,
is_event_allowed TYPE abap_bool,
is_event TYPE abap_bool,
is_for_testing TYPE abap_bool,
is_redefinition TYPE abap_bool,
END OF ts_method
|
||
3 | TS_PARAM | Public | See coding | 20110701 | BEGIN OF ts_param,
name TYPE string,
byvalue TYPE abap_bool,
typetype TYPE ty_parameter_type_type,
type TYPE string,
actual TYPE string,
occurrences TYPE tt_param_occurrences,
END OF ts_param
|
||
4 | TS_PARAM_OCCURRENCE | Public | See coding | 20110701 | BEGIN OF ts_param_occurrence,
start_row TYPE i,
start_col TYPE i,
end_row TYPE i,
end_col TYPE i,
END OF ts_param_occurrence
|
||
5 | TS_TYPE | Public | See coding | 20110701 | BEGIN OF ts_type,
name TYPE c LENGTH 30,
typetype TYPE ty_parameter_type_type,
value TYPE string,
END OF ts_type
|
||
6 | TT_EXCEPTIONS | Public | See coding | 20110701 | tt_exceptions TYPE SORTED TABLE OF ts_exception WITH UNIQUE KEY name
|
||
7 | TT_METHODS | Public | See coding | 20110701 | tt_methods TYPE STANDARD TABLE OF ts_method WITH DEFAULT KEY
|
||
8 | TT_METHOD_DESCRIPTIONS | Public | See coding | 20120726 | tt_method_descriptions TYPE STANDARD TABLE OF REF TO CL_RFAC_METHOD_DESCRIPTION WITH DEFAULT KEY
|
||
9 | TT_PARAMS | Public | See coding | 20110701 | tt_params TYPE Standard TABLE OF ts_param WITH KEY actual
|
||
10 | TT_PARAM_OCCURRENCES | Public | See coding | 20110701 | tt_param_occurrences TYPE SORTED TABLE OF ts_param_occurrence WITH UNIQUE KEY start_row start_col
|
||
11 | TT_TYPES | Public | See coding | 20110701 | tt_types TYPE Standard TABLE OF ts_type WITH key name
|
||
12 | TY_METHOD_CALL_TYPE | Public | See coding | 20110701 | ty_method_call_type TYPE c LENGTH 10
|
||
13 | TY_METHOD_VISIBILITY | Public | See coding | 20110701 | ty_method_visibility TYPE c LENGTH 10
|
||
14 | TY_PARAMETER_TYPE_TYPE | Public | Type reference (TYPE) | STRING | 20110701 |
|
|
15 | TY_PARAM_TRANSFER_DIRECTION | Public | See coding | 20110701 | ty_param_transfer_direction TYPE c LENGTH 10
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |