SAP ABAP Class CL_RSAN_FCT_APPL_TYPE (APD Factory Class for Application Types)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_WBH (Package) APD - Tool - User Interface - Main Control
Properties
Class CL_RSAN_FCT_APPL_TYPE  
Short Description APD Factory Class for Application Types    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAN_WBH   APD - Tool - User Interface - Main Control 
Created 20031030   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSAN_FCT_TOOL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSAN_FCT_APPL_TYPE has no interface implemented.
Friends
Class CL_RSAN_FCT_APPL_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL_TYPE Instance attribute Public Type reference (TYPE) RSAN_WB_APPL_TYPE APPL_TYPE 20031030
2 C_APPL_TYPE_ADP_STREAM Constant Public Type reference (TYPE) RSAN_WB_APPL_TYPE 'RSAN_ADP_STREAM' Constant: Application Type for Stream 20031117
3 TH_APPLTOOLGROUPS Instance attribute Public Type reference (TYPE) YTH_APPLTOOLGROUP TH_APPLTOOLGROUPS 20031030
4 _GTH_APPL Static Attribute Private Type reference (TYPE) YTH_APPL _GTH_APPL 20031030
5 _T_APPL_TYPEC Instance attribute Private See coding Allowed Class IDs for Toolbar 20031030
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031030
2 GET_APPL_TYPE Static method Public Method GET_APPL_TYPE 20031030
Events
Class CL_RSAN_FCT_APPL_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_APPL Private See coding 20031031 BEGIN OF ys_appl, appl_type TYPE rsan_wb_appl_type, r_appl TYPE REF TO cl_rsan_fct_appl_type, END OF ys_appl
2 YS_APPLTOOL Public See coding 20031030 BEGIN OF ys_appltool. TYPES field_order TYPE rsant_wb_typec-field_order. INCLUDE TYPE cl_rsan_fct_tool=>ys_tool AS s_tool. TYPES END OF ys_appltool
3 YS_APPLTOOLGROUP Public See coding 20031030 BEGIN OF ys_appltoolgroup, toolgroup TYPE rsant_fct_toog-toolgroup, ts_applfunc TYPE yts_appltool, tool_order TYPE rsant_fct_toog-tool_order, text TYPE rsant_fct_toogt-text, tooltip TYPE rsant_fct_toogt-tooltip, END OF ys_appltoolgroup
4 YTH_APPL Private See coding 20031031 yth_appl TYPE HASHED TABLE OF ys_appl WITH UNIQUE KEY appl_type
5 YTH_APPLTOOLGROUP Public See coding 20031030 yth_appltoolgroup TYPE HASHED TABLE OF ys_appltoolgroup WITH UNIQUE KEY toolgroup INITIAL SIZE 5
6 YTS_APPLTOOL Public See coding 20031030 yts_appltool TYPE SORTED TABLE OF ys_appltool WITH NON-UNIQUE KEY field_order
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_TYPE Call by reference Type reference (TYPE) RSAN_WB_APPL_TYPE I_APPL_TYPE 20031030

Method CONSTRUCTOR on class CL_RSAN_FCT_APPL_TYPE has no exception.

Method GET_APPL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_TYPE Call by reference Type reference (TYPE) RSAN_WB_APPL_TYPE I_APPL_TYPE 20031030
2 Returning R_APPL_TYPE Value transfer Object reference (TYPE REF TO) CL_RSAN_FCT_APPL_TYPE R_APPL_TYPE 20031030

Method GET_APPL_TYPE on class CL_RSAN_FCT_APPL_TYPE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350