SAP ABAP Class TD_RFAC_INCLUDE (Stub)
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_RIS_INCLUDE Include for Refactoring 20110404
Properties
Class TD_RFAC_INCLUDE  
Short Description Stub    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SRFAC_IMPL   Implementation of new refactoring 
Created 20110210   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class TD_RFAC_INCLUDE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RIS_INCLUDE Include for Refactoring 20110404
Friends
Class TD_RFAC_INCLUDE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISPLAY_NAME_OF_MAIN_PROGRAM Instance attribute Private Attribute reference (LIKE) 20110404
2 FUNCTION_MODULE_NAME Instance attribute Private Attribute reference (LIKE) 20110404
3 HAS_SYNTAX_ERRORS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110404
4 IS_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110404
5 IS_CS_INCLUDE Instance attribute Private Attribute reference (LIKE) 20110404
6 IS_FUNCTION_MODULE Instance attribute Private Attribute reference (LIKE) 20110404
7 IS_IN_FOREIGN_WORKLIST Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110404
8 IS_IP_INCLUDE Instance attribute Private Attribute reference (LIKE) 20110404
9 IS_LOCKED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110404
10 IS_MULTIUSED Instance attribute Private Attribute reference (LIKE) 20110404
11 LOCKING_USER Instance attribute Private Type reference (TYPE) SYUNAME 20110404
12 LOCK_HANDLE Instance attribute Public Attribute reference (LIKE) 20110404
13 MAIN_PROGRAM Instance attribute Public Attribute reference (LIKE) 20110404
14 MAIN_TYPE Instance attribute Public Attribute reference (LIKE) 20110404
15 NAME Instance attribute Private Attribute reference (LIKE) 20110404
16 NUMBER_OF_LOCK_CALLS Instance attribute Public Type reference (TYPE) I 0 20110404
17 NUMBER_OF_SAVE_CALLS Instance attribute Public Type reference (TYPE) I 0 20110404
18 NUMBER_OF_UNLOCK_CALLS Instance attribute Public Type reference (TYPE) I 0 20110404
19 RAISE_EXCEPTION_IN_SAVE_SOURCE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110404
20 RANGES Instance attribute Private Attribute reference (LIKE) 20110404
21 REAL_INCLUDE Instance attribute Private Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110701
22 SOURCE Instance attribute Private Attribute reference (LIKE) 20110404
23 SOURCE_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110404
24 TRANSPORT_REQUEST Instance attribute Private Type reference (TYPE) STRING 20110404
25 VERSION Instance attribute Private Attribute reference (LIKE) 20110701
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RANGE Instance method Private Method 20110404
2 ADD_SYNTAX_ERROR Instance method Public Method 20110404
3 CHANGE_SOURCE Instance method Public Method 20110404
4 CLONE Instance method Private Method 20110404
5 CREATE Static method Public Method 20110404
6 CREATE_FROM_REAL_INCLUDE Static method Public Method 20110404
7 GET_TRANSPORT_REQUEST Instance method Private Method 20110404
8 HAS_SOURCE_CHANGED Instance method Private Method 20110404
9 IS_LOCKED_BY Instance method Public Method 20110404
10 LOCK Instance method Public Method 20110404
11 PUT_TO_FOREIGN_WORKLIST Instance method Public Method 20110404
12 READ_SOURCE Instance method Private Method 20110404
13 SAVE_SOURCE Instance method Private Method 20110404
14 SET_FUNCTION_MODULE_NAME Instance method Public Method 20110701
15 SET_INACTIVE Instance method Public Method 20110404
16 SET_IS_FUNCTION_MODULE Instance method Public Method 20110404
17 SET_LOCK_HANDLE Instance method Public Method 20110404
18 SET_MAIN_PROGRAM Instance method Public Method 20110404
19 SET_MAIN_TYPE Instance method Public Method 20110404
20 SET_RANGES Instance method Private Method 20110404
21 SET_SOURCE Instance method Private Method 20110404
22 SET_TRANSPORT_REQUEST Instance method Public Method 20110404
23 SET_VERSION Instance method Public Method 20110701
24 UNLOCK Instance method Public Method 20110404
Events
Class TD_RFAC_INCLUDE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Private Attribute reference (LIKE) 20110404
2 TS_RANGE Private Attribute reference (LIKE) 20110404
3 TT_RANGES Private Attribute reference (LIKE) 20110404
Method Signatures

Method ADD_RANGE Signature

Method ADD_RANGE on class TD_RFAC_INCLUDE has no parameter.
Method ADD_RANGE on class TD_RFAC_INCLUDE has no exception.

Method ADD_SYNTAX_ERROR Signature

Method ADD_SYNTAX_ERROR on class TD_RFAC_INCLUDE has no parameter.
Method ADD_SYNTAX_ERROR on class TD_RFAC_INCLUDE has no exception.

Method CHANGE_SOURCE Signature

Method CHANGE_SOURCE on class TD_RFAC_INCLUDE has no parameter.
Method CHANGE_SOURCE on class TD_RFAC_INCLUDE has no exception.

Method CLONE Signature

Method CLONE on class TD_RFAC_INCLUDE has no parameter.
Method CLONE on class TD_RFAC_INCLUDE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAIN_PROGRAM Call by reference Type reference (TYPE) CSEQUENCE 20110404
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110404
3 Returning R_INCLUDE Value transfer Object reference (TYPE REF TO) TD_RFAC_INCLUDE 20110404

Method CREATE on class TD_RFAC_INCLUDE has no exception.

Method CREATE_FROM_REAL_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REAL_INCLUDE Call by reference Object reference (TYPE REF TO) IF_RIS_INCLUDE 20110404
2 Returning R_INCLUDE Value transfer Object reference (TYPE REF TO) TD_RFAC_INCLUDE 20110404

Method CREATE_FROM_REAL_INCLUDE on class TD_RFAC_INCLUDE has no exception.

Method GET_TRANSPORT_REQUEST Signature

Method GET_TRANSPORT_REQUEST on class TD_RFAC_INCLUDE has no parameter.
Method GET_TRANSPORT_REQUEST on class TD_RFAC_INCLUDE has no exception.

Method HAS_SOURCE_CHANGED Signature

Method HAS_SOURCE_CHANGED on class TD_RFAC_INCLUDE has no parameter.
Method HAS_SOURCE_CHANGED on class TD_RFAC_INCLUDE has no exception.

Method IS_LOCKED_BY Signature

Method IS_LOCKED_BY on class TD_RFAC_INCLUDE has no parameter.
Method IS_LOCKED_BY on class TD_RFAC_INCLUDE has no exception.

Method LOCK Signature

Method LOCK on class TD_RFAC_INCLUDE has no parameter.
Method LOCK on class TD_RFAC_INCLUDE has no exception.

Method PUT_TO_FOREIGN_WORKLIST Signature

Method PUT_TO_FOREIGN_WORKLIST on class TD_RFAC_INCLUDE has no parameter.
Method PUT_TO_FOREIGN_WORKLIST on class TD_RFAC_INCLUDE has no exception.

Method READ_SOURCE Signature

Method READ_SOURCE on class TD_RFAC_INCLUDE has no parameter.
Method READ_SOURCE on class TD_RFAC_INCLUDE has no exception.

Method SAVE_SOURCE Signature

Method SAVE_SOURCE on class TD_RFAC_INCLUDE has no parameter.
Method SAVE_SOURCE on class TD_RFAC_INCLUDE has no exception.

Method SET_FUNCTION_MODULE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION_MODULE_NAME Call by reference Type reference (TYPE) RS38L_FNAM 20110701

Method SET_FUNCTION_MODULE_NAME on class TD_RFAC_INCLUDE has no exception.

Method SET_INACTIVE Signature

Method SET_INACTIVE on class TD_RFAC_INCLUDE has no parameter.
Method SET_INACTIVE on class TD_RFAC_INCLUDE has no exception.

Method SET_IS_FUNCTION_MODULE Signature

Method SET_IS_FUNCTION_MODULE on class TD_RFAC_INCLUDE has no parameter.
Method SET_IS_FUNCTION_MODULE on class TD_RFAC_INCLUDE has no exception.

Method SET_LOCK_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOCK_HANDLE Call by reference Type reference (TYPE) CSEQUENCE 20110404

Method SET_LOCK_HANDLE on class TD_RFAC_INCLUDE has no exception.

Method SET_MAIN_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAIN_PROGRAM Call by reference Type reference (TYPE) CSEQUENCE 20110404

Method SET_MAIN_PROGRAM on class TD_RFAC_INCLUDE has no exception.

Method SET_MAIN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAIN_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20110404

Method SET_MAIN_TYPE on class TD_RFAC_INCLUDE has no exception.

Method SET_RANGES Signature

Method SET_RANGES on class TD_RFAC_INCLUDE has no parameter.
Method SET_RANGES on class TD_RFAC_INCLUDE has no exception.

Method SET_SOURCE Signature

Method SET_SOURCE on class TD_RFAC_INCLUDE has no parameter.
Method SET_SOURCE on class TD_RFAC_INCLUDE has no exception.

Method SET_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRANSPORT_REQUEST Call by reference Type reference (TYPE) CSEQUENCE 20110404

Method SET_TRANSPORT_REQUEST on class TD_RFAC_INCLUDE has no exception.

Method SET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VERSION Call by reference Type reference (TYPE) CSEQUENCE 20110701

Method SET_VERSION on class TD_RFAC_INCLUDE has no exception.

Method UNLOCK Signature

Method UNLOCK on class TD_RFAC_INCLUDE has no parameter.
Method UNLOCK on class TD_RFAC_INCLUDE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in