SAP ABAP Class CL_RFAC_ADT_RES_HELPER (Collection of static helper methods)
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
Class CL_RFAC_ADT_RES_HELPER  
Short Description Collection of static helper methods    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_ADT   ADT - Refactoring 
Created 20110704   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RFAC_ADT_RES_HELPER has no interface implemented.
Friends
Class CL_RFAC_ADT_RES_HELPER has no friend class.
Attributes
Class CL_RFAC_ADT_RES_HELPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_AFFECTED_OBJS_FOR_INCL Static method Private Method 20120516
2 BUILD_URI Static method Private Method 20120608
3 CHECK_INCLUDES Static method Public Method 20110704
4 CONVERT_CRLF_TO_LF Static method Public Method 20110704
5 CREATE_GENERIC_REFACTORING Static method Public Method 20110704
6 CREATE_INCLUDES Static method Public Method 20110704
7 CREATE_INCLUDE_FROM_URI Static method Private Method 20110704
8 GET_DATA_FROM_REQUEST Static method Public Method 20110704
9 GET_GLOBAL_TYPE_RENAME Static method Public Method 20120516
10 GET_LOCK_HANDLE_FROM_URI Static method Public Method 20110704
11 IS_REFACTORING_SUPPORTED Static method Public Method 20110704
12 PREPARE_SOURCE_URI Static method Public Method 20110704
13 RAISE_VERSION_EXCEPTION Static method Private Method 20110704
14 SET_DATA_TO_RESPONSE Static method Public Method 20110704
Events
Class CL_RFAC_ADT_RES_HELPER has no event.
Types
Class CL_RFAC_ADT_RES_HELPER has no local type.
Method Signatures

Method BUILD_AFFECTED_OBJS_FOR_INCL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AFFECTED_OBJECTS Call by reference Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TT_AFFECTED_OBJECTS 20120516
2 Importing I_IGNORE_EMPTY_RANGES Call by reference Type reference (TYPE) ABAP_BOOL 20120608
3 Importing I_INCLUDE Call by reference Object reference (TYPE REF TO) IF_RIS_INCLUDE 20120516
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20120516

Method BUILD_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ_NAME Call by reference Type reference (TYPE) STRING 20120608
2 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) STRING 20120608
3 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20120608
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20120608

Method CHECK_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENERIC_REFACTORING Call by reference Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TS_GENERIC_REFACTORING 20110704
2 Importing I_INCLUDES Call by reference Type reference (TYPE) IF_RIS_INCLUDE=>TAB 20110704
# Exception Resumable Description Created on
1 CX_ADT_REST 20110704
2 CX_ADT_URI_MAPPING 20110704

Method CONVERT_CRLF_TO_LF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Call by reference Type reference (TYPE) STRING 20110704
2 Returning R_OUTPUT Value transfer Type reference (TYPE) STRING 20110704

Method CONVERT_CRLF_TO_LF on class CL_RFAC_ADT_RES_HELPER has no exception.

Method CREATE_GENERIC_REFACTORING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADT_OBJECT_URI Call by reference Type reference (TYPE) STRING 20110704
2 Importing I_IGNORE_EMPTY_RANGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121212
3 Importing I_IGNORE_SYNTAX_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL 20110928
4 Importing I_IGNORE_SYNTAX_ERRORS_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL 20110928
5 Importing I_INCLUDES Call by reference Type reference (TYPE) IF_RIS_INCLUDE=>TAB 20110704
6 Importing I_TITLE Call by reference Type reference (TYPE) STRING 20110704
7 Importing I_TRANSPORT Call by reference Type reference (TYPE) TRKORR 20110704
8 Returning R_GENERIC_REFACTORING Value transfer Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TS_GENERIC_REFACTORING 20110704
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20110704
2 CX_RFAC_ADT_ERROR 20110704

Method CREATE_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENERIC_REFACTORING Call by reference Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TS_GENERIC_REFACTORING 20110704
2 Returning R_INCLUDES Value transfer Type reference (TYPE) IF_RIS_INCLUDE=>TAB 20110704
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20110704
2 CX_RFAC_ADT_ERROR 20110704

Method CREATE_INCLUDE_FROM_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URI Call by reference Type reference (TYPE) CSEQUENCE 20110704
2 Returning R_INCLUDE Value transfer Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110704
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20110704
2 CX_RFAC_ADT_ERROR 20120522

Method GET_DATA_FROM_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Value transfer Type reference (TYPE) DATA 20110704
2 Importing I_REQUEST Call by reference Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20110704
3 Importing I_ST_NAME Call by reference Type reference (TYPE) STRING 20110704
# Exception Resumable Description Created on
1 CX_ADT_REST 20110704

Method GET_GLOBAL_TYPE_RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENERIC_REFACTORING Call by reference Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TS_GENERIC_REFACTORING 20120516
2 Returning R_GLOBAL_TYPE_RENAME Value transfer Type reference (TYPE) IF_RFAC_ADT_RES_DEFINITIONS=>TS_GLOBAL_TYPE_RENAME 20120516

Method GET_GLOBAL_TYPE_RENAME on class CL_RFAC_ADT_RES_HELPER has no exception.

Method GET_LOCK_HANDLE_FROM_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URI Call by reference Type reference (TYPE) STRING 20110704
2 Returning R_LOCK_HANDLE Value transfer Type reference (TYPE) SADT_LOCK_HANDLE 20110704

Method GET_LOCK_HANDLE_FROM_URI on class CL_RFAC_ADT_RES_HELPER has no exception.

Method IS_REFACTORING_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFACTORING Call by reference Object reference (TYPE REF TO) CL_RFAC_REFACTORING 20110704
2 Returning R_IS_SUPPORTED Value transfer Type reference (TYPE) ABAP_BOOL 20110704
# Exception Resumable Description Created on
1 CX_RFAC_ADT_ERROR 20110704

Method PREPARE_SOURCE_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URI Call by reference Type reference (TYPE) STRING 20110704
2 Returning R_SOURCE_SELECTION Value transfer Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_SELECTION 20110704
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20110704
2 CX_RFAC_ADT_ERROR 20110704

Method RAISE_VERSION_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110704
# Exception Resumable Description Created on
1 CX_ADT_REST 20110704
2 CX_ADT_URI_MAPPING 20110704

Method SET_DATA_TO_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Call by reference Type reference (TYPE) DATA 20110704
2 Importing I_RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20110704
3 Importing I_ST_NAME Call by reference Type reference (TYPE) STRING 20110704
# Exception Resumable Description Created on
1 CX_ADT_REST 20110704
History
Last changed by/on SAP  20130531 
SAP Release Created in 740