SAP ABAP Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL (CL_CRMCMP_N_SHORTCUTLINKS_IMPL)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-APF (Application Component) Application Frame
     CRM_BSP_UI_FRAME_APPL (Package) Application Frame for CRM Standalone
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRMCMP_N_SHORTCUTLINKS 20060214
Properties
Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL  
Short Description    
Super Class CL_CRMCMP_N_SHORTCUTLINKS  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_UI_FRAME_APPL   Application Frame for CRM Standalone 
Created 20060214   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no forward declaration.
Interfaces
Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no interface implemented.
Friends
Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DLG_STATES_TABLE Instance attribute Public Type reference (TYPE) DLG_STATES Table of DLG states (collapsed/expanded) 20120410
2 SHORTCUT_TABLE Instance attribute Protected Type reference (TYPE) TY_DLGS Table of DLG data for thtmlb:shortcut tags 20080320
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_SHORTCUT_TABLE Instance method Protected Method Creates a table with information for thtmlb:shortcut tags 20080320
2 EH_RELOAD_SHORTCUTS Instance method Protected Event handling method Event handler to reload the shortcuts 20080402
3 GET_SHORTCUT_TABLE Instance method Public Method Returns the table with info thtmlb:shortcut tags 20080320
Events
Class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DLG_STATE Public See coding 20120410 BEGIN OF dlg_state. TYPES grp_id TYPE string. TYPES is_expanded TYPE abap_bool. TYPES END OF dlg_state
2 DLG_STATES Public See coding 20120410 dlg_states TYPE STANDARD TABLE OF dlg_state
3 TY_DLG Public See coding Direct Link Group Data for thtmlb:shortcut tag 20080320 BEGIN OF ty_dlg. TYPES activeid TYPE string. TYPES cssclass TYPE string. TYPES id TYPE string. TYPES switchid TYPE string. TYPES icon TYPE crms_thtmlb_icon. TYPES title TYPE string. TYPES tooltip TYPE string. TYPES shortcutlinks TYPE crmt_thtmlb_shortcut_items. TYPES group_type TYPE crmt_ui_group_type. TYPES END OF ty_dlg
4 TY_DLGS Public See coding Table of DLG data for thtmlb:shortcut tags 20080320 ty_dlgs TYPE STANDARD TABLE OF ty_dlg
Method Signatures

Method CREATE_SHORTCUT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DLGS Call by reference Type reference (TYPE) TY_DLGS Table of DLG data for thtmlb:shortcut tags 20080320

Method CREATE_SHORTCUT_TABLE on class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no exception.

Method EH_RELOAD_SHORTCUTS Signature

Method EH_RELOAD_SHORTCUTS on class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no parameter.
Method EH_RELOAD_SHORTCUTS on class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no exception.

Method GET_SHORTCUT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DLGS Call by reference Type reference (TYPE) TY_DLGS Table of DLG data for thtmlb:shortcut tags 20080320

Method GET_SHORTCUT_TABLE on class CL_CRMCMP_N_SHORTCUTLINKS_IMPL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700