SAP ABAP Class CL_GFS_ALIAS_GEN (CL_GFS_ALIAS_GEN)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSG_RP (Package) Fast Search Repository
Properties
Class CL_GFS_ALIAS_GEN  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSG_RP   Fast Search Repository 
Created 20041201   SAP 
Last change 20050105   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GFS_JOIN_GRAPH_VERTEX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_GFS_ALIAS_GEN has no interface implemented.
Friends
Class CL_GFS_ALIAS_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_GRAPH Instance attribute Private Object reference (TYPE REF TO) CL_GFS_JOIN_GRAPH 20041201
2 MT_VISITED_TABLE Instance attribute Private Type reference (TYPE) T_TABLE_NAME_T 20041201
3 M_CURR_TEMP_COUNT Instance attribute Private Type reference (TYPE) I 20041201
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_ALIAS_IN_EDGE Instance method Private Method 20041201
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041201
3 GENERATE Instance method Public Method 20041201
4 GET_ALIAS Instance method Private Method 20041201
5 VISITED Instance method Private Method 20041201
Events
Class CL_GFS_ALIAS_GEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_TABLE_NAME Public See coding 20041213 begin of T_TABLE_NAME, tabname type tabname, boname type tabname, end of T_TABLE_NAME
2 T_TABLE_NAME_T Public See coding 20041213 T_TABLE_NAME_T type table of T_TABLE_NAME
Method Signatures

Method CHANGE_ALIAS_IN_EDGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EDGE Call by reference Object reference (TYPE REF TO) CL_GFS_JOIN_GRAPH_EDGE 20041201
2 Importing I_NEW_ALIAS_FROM Call by reference Type reference (TYPE) TABNAME Tabellenname 20041201
3 Importing I_NEW_ALIAS_TO Call by reference Type reference (TYPE) TABNAME Tabellenname 20041201

Method CHANGE_ALIAS_IN_EDGE on class CL_GFS_ALIAS_GEN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_GRAPH Call by reference Object reference (TYPE REF TO) CL_GFS_JOIN_GRAPH 20041201

Method CONSTRUCTOR on class CL_GFS_ALIAS_GEN has no exception.

Method GENERATE Signature

Method GENERATE on class CL_GFS_ALIAS_GEN has no parameter.
Method GENERATE on class CL_GFS_ALIAS_GEN has no exception.

Method GET_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ALIAS Value transfer Type reference (TYPE) TABNAME Tabellenname 20041201

Method GET_ALIAS on class CL_GFS_ALIAS_GEN has no exception.

Method VISITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BO_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20041213
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20041201
3 Returning R_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20041201

Method VISITED on class CL_GFS_ALIAS_GEN has no exception.
History
Last changed by/on SAP  20050105 
SAP Release Created in 700