SAP ABAP Class CL_HC_HELPPROVIDER (Example Implementation for Additional Help)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
     SWDP_HELP_CENTER (Package) Help Center ABAP Web Dynpro
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20090922
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HC_HELPPROVIDER Help Provider 20090922
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HC_HELPPROVIDER_TEST 20091006
Properties
Class CL_HC_HELPPROVIDER  
Short Description Example Implementation for Additional Help    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_HELP_CENTER   Help Center ABAP Web Dynpro 
Created 20090827   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20090922
2 IF_HC_HELPPROVIDER Help Provider 20090922
Friends
Class CL_HC_HELPPROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CATEGORY_LEARNING_MATERIAL Instance attribute Protected Attribute reference (LIKE) 20090922
2 C_CATEGORY_WORTH_KNOWING Instance attribute Protected Attribute reference (LIKE) 20090922
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINKS_LEARNING_MATERIAL Instance method Protected Method Add Links to 'Learning Content' Category 20091007
2 ADD_LINKS_WORTH_KNOWING Instance method Protected Method Add Links to 'Worth Knowing' Category 20091007
Events
Class CL_HC_HELPPROVIDER has no event.
Types
Class CL_HC_HELPPROVIDER has no local type.
Method Signatures

Method ADD_LINKS_LEARNING_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LINKS Call by reference Type reference (TYPE) SAPHC_LINK_TT Verweise 20091007
2 Importing I_APPL Call by reference Type reference (TYPE) SAPHC_APPL Anwendung 20091007
3 Importing I_IS_POWERUSER Call by reference Type reference (TYPE) ABAP_BOOL SPACE = kein Poweruser, 'X' = Poweruser 20091007
4 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20091007

Method ADD_LINKS_LEARNING_MATERIAL on class CL_HC_HELPPROVIDER has no exception.

Method ADD_LINKS_WORTH_KNOWING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LINKS Call by reference Type reference (TYPE) SAPHC_LINK_TT Verweise 20091007
2 Importing I_APPL Call by reference Type reference (TYPE) SAPHC_APPL Anwendung 20091007
3 Importing I_IS_POWERUSER Call by reference Type reference (TYPE) ABAP_BOOL SPACE = kein Poweruser, 'X' = Poweruser 20091007
4 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20091007

Method ADD_LINKS_WORTH_KNOWING on class CL_HC_HELPPROVIDER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in