SAP ABAP Class CL_RFW_ALIAS_SERVICE_UTILS (CL_RFW_ALIAS_SERVICE_UTILS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSRFW_ALIAS (Package) Alias Assignment for Nested Structures
Properties
Class CL_RFW_ALIAS_SERVICE_UTILS  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSRFW_ALIAS   Alias Assignment for Nested Structures 
Created 20050204   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RFW_ALIAS_SERVICE_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RFW_ALIAS_SERVICE_UTILS has no interface implemented.
Friends
Class CL_RFW_ALIAS_SERVICE_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ALIAS_DDIC_TAB Instance attribute Private Type reference (TYPE) T_ALIAS_DDIC 20050204
2 M_BO_NAME Instance attribute Private Type reference (TYPE) STRING 20050204
3 M_BO_NODE_NAME Instance attribute Private Type reference (TYPE) STRING 20050204
4 M_STRUCTURE_NAME Instance attribute Private Type reference (TYPE) STRUKNAME Name of Structure 20050204
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ALIAS_LIST Instance method Private Method 20050204
2 BUILD_ALIAS_LIST_OF_NODE Instance method Private Method 20050204
3 DESCRIBE_BY_NAME Static method Public Method 20050204
4 GET_COMPONENTS Instance method Public Method 20050204
5 GET_DDIC_STRUKNAME Instance method Private Method 20050204
6 GET_STRUCTURE Instance method Private Method 20050204
7 SET_STRUCTURE Instance method Private Method 20050204
Events
Class CL_RFW_ALIAS_SERVICE_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ALIAS_DDIC Public See coding 20050204 BEGIN OF s_alias_ddic, alias TYPE fieldname, path TYPE string, rollname TYPE rollname, leng TYPE ddlen, datatype TYPE dynptype, intlen TYPE intlen, inttype TYPE inttype, outputlen TYPE outputlen, decimals TYPE decimals, END OF s_alias_ddic
2 T_ALIAS_DDIC Public See coding 20050204 t_alias_ddic TYPE STANDARD TABLE OF s_alias_ddic
Method Signatures

Method BUILD_ALIAS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_PATH Value transfer Type reference (TYPE) STRING 20050204
2 Importing I_STRUCTURE Call by reference Type reference (TYPE) STRUKNAME Name einer Struktur 20050204

Method BUILD_ALIAS_LIST on class CL_RFW_ALIAS_SERVICE_UTILS has no exception.

Method BUILD_ALIAS_LIST_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_BO_NAME Call by reference Type reference (TYPE) STRING 20050204
2 Importing I_ROOT_NODE_NAME Call by reference Type reference (TYPE) STRING 20050204

Method BUILD_ALIAS_LIST_OF_NODE on class CL_RFW_ALIAS_SERVICE_UTILS has no exception.

Method DESCRIBE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_BO_NAME Call by reference Type reference (TYPE) STRING 20050204
2 Importing I_ROOT_NODE_NAME Call by reference Type reference (TYPE) STRING 20050204
3 Importing I_ROOT_STRUCT_NAME Call by reference Type reference (TYPE) STRUKNAME Name einer Struktur 20050204
4 Returning R_ALIAS_SERVICE_UTIL Value transfer Object reference (TYPE REF TO) CL_RFW_ALIAS_SERVICE_UTILS 20050204
# Exception Resumable Description Created on
1 CX_SFSRFW_TYPE_NOT_FOUND Fast Search - Eintrag nicht gefunden 20050204

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting R_COMPONENTS Call by reference Type reference (TYPE) CL_RFW_ALIAS_SERVICE_UTILS=>T_ALIAS_DDIC 20050204
# Exception Resumable Description Created on
1 CX_SFSRFW_ALIAS_NOT_FOUND Alias Service - alias not found 20050204

Method GET_DDIC_STRUKNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_BO_NAME Call by reference Type reference (TYPE) STRING 20050204
2 Importing I_ROOT_NODE_NAME Call by reference Type reference (TYPE) STRING 20050204
3 Returning R_ROOT_STRUCT_NAME Value transfer Type reference (TYPE) STRUKNAME Name einer Struktur 20050204

Method GET_DDIC_STRUKNAME on class CL_RFW_ALIAS_SERVICE_UTILS has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STRUKNAME Value transfer Type reference (TYPE) STRUKNAME Name einer Struktur 20050204

Method GET_STRUCTURE on class CL_RFW_ALIAS_SERVICE_UTILS has no exception.

Method SET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUKNAME Call by reference Type reference (TYPE) STRUKNAME Name einer Struktur 20050204

Method SET_STRUCTURE on class CL_RFW_ALIAS_SERVICE_UTILS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700