SAP ABAP Class CL_RFAC_REDEFINITION_HELPER (Refactoring: Helper class for redefined 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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RFAC_REDEFINITION_HELPER | Refactoring Type Redefinition Helper | 20120522 |
Properties
Class | CL_RFAC_REDEFINITION_HELPER | |
Short Description | Refactoring: Helper class for redefined types | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SRFAC_IMPL | Implementation of new refactoring |
Created | 20120522 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RFAC_REDEFINITION_HELPER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RFAC_REDEFINITION_HELPER | Refactoring Type Redefinition Helper | 20120522 |
Friends
Class CL_RFAC_REDEFINITION_HELPER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_METHOD_REFERENCE | 20120522 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_RFAC_REDEFINITION_HELPER | 20120522 |
Methods
Events
Class CL_RFAC_REDEFINITION_HELPER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_MAIN_PROGRAMS | Private | See coding | 20120522 | ty_main_programs TYPE STANDARD TABLE OF programm
|
||
2 | TY_METHOD_REFERENCE | Private | See coding | 20120522 | BEGIN OF ty_method_reference,
name TYPE string,
full_name TYPE string,
statement_include TYPE string,
END OF ty_method_reference
|
Method Signatures
Method ANALYZE_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TOKENS | Call by reference | Type reference (TYPE) | CL_RFAC_SELECTION_ANALYZER=>TY_T_STOKESX | 20120522 | |||
2 | ![]() |
I_INCLUDE_NAME | Call by reference | Type reference (TYPE) | PROGRAMM | 20120522 | |||
3 | ![]() |
I_STATEMENT_DEFINITION_REF | Call by reference | Type reference (TYPE) | SCR_REF | 20120522 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120522 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RFAC_REDEFINITION_HELPER | 20120522 |
Method CREATE on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method GET_COMPILER_REF_FOR_FULLNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FULLNAME | Call by reference | Type reference (TYPE) | STRING | 20120523 | |||
2 | ![]() |
I_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120523 | |||
3 | ![]() |
R_COMPILER_REFERENCE | Value transfer | Type reference (TYPE) | SCR_REF | 20120523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120523 |
Method GET_CURRENT_METHOD_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORIGINAL_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120525 | |||
2 | ![]() |
E_PARAMETER_REFERENCES | Call by reference | Type reference (TYPE) | SCR_REFS | 20120525 | |||
3 | ![]() |
E_USED_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120525 | |||
4 | ![]() |
I_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20130708 | |||
5 | ![]() |
I_METHOD_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120525 |
Method GET_DATA_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORIGINAL_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120531 | |||
2 | ![]() |
E_USED_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120531 | |||
3 | ![]() |
I_DATA_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120531 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120531 |
Method GET_INTERFACE_FULLNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLASS_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120522 | |||
2 | ![]() |
R_INTERFACE_FULLNAME | Value transfer | Type reference (TYPE) | STRING | 20120522 |
Method GET_INTERFACE_FULLNAME on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method GET_MAIN_PROGRAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATEMENT_INCLUDE | Call by reference | Type reference (TYPE) | PROGRAMM | 20120523 | |||
2 | ![]() |
R_MAIN_PROGRAM | Value transfer | Type reference (TYPE) | PROGRAMM | 20120522 |
Method GET_MAIN_PROGRAM on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method GET_MAIN_PROGRAM_FOR_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20120522 | |||
2 | ![]() |
R_MAIN_PROGRAM | Value transfer | Type reference (TYPE) | PROGRAMM | 20120522 |
Method GET_MAIN_PROGRAM_FOR_TYPE on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method GET_ORIGINAL_METHOD_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORIGINAL_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120523 | |||
2 | ![]() |
E_PARAMETER_REFERENCES | Call by reference | Type reference (TYPE) | SCR_REFS | 20120523 | |||
3 | ![]() |
E_USED_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120523 | |||
4 | ![]() |
I_METHOD_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120523 |
Method GET_PARAMETER_CANDIDATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_AC_REFERENCES | Call by reference | Type reference (TYPE) | SCR_REFS | 20120522 | |||
2 | ![]() |
I_ABAP_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_COMPILER | 20120523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120522 |
Method GET_PARAMETER_REFERENCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PARAMETER_REFERENCES | Call by reference | Type reference (TYPE) | SCR_REFS | 20120525 | |||
2 | ![]() |
I_ABAP_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_COMPILER | 20120525 | |||
3 | ![]() |
I_METHOD_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120525 |
Method GET_PARENT_CLASS_FULLNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ABAP_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_COMPILER | 20120523 | |||
2 | ![]() |
I_CLASS_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120522 | |||
3 | ![]() |
R_PARENT_CLASS_FULLNAME | Value transfer | Type reference (TYPE) | STRING | 20120522 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120522 |
Method GET_SINGLE_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORIGINAL_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120604 | |||
2 | ![]() |
E_USED_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120604 | |||
3 | ![]() |
I_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120604 |
Method GET_TYPE_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORIGINAL_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120604 | |||
2 | ![]() |
E_USED_MAIN_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAMM | 20120604 | |||
3 | ![]() |
I_DATA_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120604 |
Method IS_GLOBAL_CLIF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20120525 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120525 |
Method IS_GLOBAL_CLIF on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method IS_GLOBAL_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20120522 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120522 |
Method IS_GLOBAL_INTERFACE on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method IS_METHOD_REDEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_METHOD_REFERENCE | Call by reference | Type reference (TYPE) | SCR_REF | 20120525 | |||
2 | ![]() |
R_IS_METHOD_REDEFINITION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120525 |
Method IS_METHOD_REDEFINITION on class CL_RFAC_REDEFINITION_HELPER has no exception.
Method IS_POTENTIAL_METHOD_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FULLNAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20120531 | |||
2 | ![]() |
R_IS_POTENTIAL_METH_PARAMETER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120531 |
Method IS_POTENTIAL_METHOD_PARAMETER on class CL_RFAC_REDEFINITION_HELPER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |