SAP ABAP Class CL_THTMLB_SECTION508_UTILS (Utility Functions for Section 508)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-TAG (Application Component) Tag Library
     BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
Properties
Class CL_THTMLB_SECTION508_UTILS  
Short Description Utility Functions for Section 508    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TAG_LIB   New tag library for CRM IC 
Created 20060208   SAP 
Last change 20130531   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
Class CL_THTMLB_SECTION508_UTILS has no interface implemented.
Friends
Class CL_THTMLB_SECTION508_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_ACCESSIBILITY Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED True if accessibility mode is on 20060706
2 PLACEHOLDER Constant Private Type reference (TYPE) CHAR1 '&' Single-Character Flag 20060208
Methods
# Method Level Visibility Method type Description Created on
1 GET_BC_SELECTED_TOOLTIP Static method Public Method Tooltip for a bradcrumb conforming to Section 508 20060208
2 GET_BREADCRUMB_TOOLTIP Static method Public Method Tooltip for a bradcrumb conforming to Section 508 20060208
3 GET_BUTTONGROUP_TOOLTIP Static method Public Method Tooltip for a Button Group Conforming to Section 508 20060208
4 GET_BUTTON_TOOLTIP Static method Public Method Tooltip for a pushbutton conforming to Section 508 20060208
5 GET_BUTTON_TOOLTIP_FROM_OTR Static method Public Method Gets a button tooltip via OTR Tooltip with 508 check 20060706
6 GET_BUTTON_TOOLTIP_TEXT Static method Public Method Adds the word 'Button' to the text in accessibility mode 20060706
7 GET_CHECKBOXGROUP_TOOLTIP Static method Public Method Tooltip for Checkbox Group Conforming to Section 508 20060208
8 GET_CHECKBOX_TOOLTIP Static method Public Method Tooltip for a Checkbox Conforming to Section 508 20060208
9 GET_DDLISTBOX_ICON_TOOLTIP Static method Public Method Tooltip for a Dropdown List Box Conforming to Section 508 20060627
10 GET_DDLISTBOX_TOOLTIP Static method Public Method Tooltip for a Dropdown List Box Conforming to Section 508 20060208
11 GET_DYNAMENU_ITEM_TOOLTIP Static method Public Method Tooltip for a pushbutton conforming to Section 508 20090408
12 GET_ENTRY_EXIT_POINT Static method Public Method Get Code for Entry or Exit Point of Container Only for 508 20060208
13 GET_GROUP_TOOLTIP Static method Public Method Tooltip for a Group Conforming to Section 508 20060208
14 GET_IMAGE_TOOLTIP Static method Public Method Tooltip for an Image Conforming to Section 508 20060208
15 GET_INPUTFIELD_TOOLTIP Static method Public Method Tooltip for an Input Field Conforming to Section 508 20060208
16 GET_LAYOUT_TABLE_SUMMARY Static method Public Method Returns the summary text to be used for layout HTML tables 20060710
17 GET_LINK_TOOLTIP Static method Public Method Tool Tip for a Link Icon Conforming to Section 508 20060208
18 GET_LISTBOX_TOOLTIP Static method Public Method Tooltip for a List Box Conforming to Section 508 20060208
19 GET_RADIOBUTTONGROUP_TOOLTIP Static method Public Method Tooltip for Radio Button Group Conforming to Section 508 20060208
20 GET_RADIOBUTTON_TOOLTIP Static method Public Method Tooltip for a Radio Button Conforming to Section 508 20060208
21 GET_TABFILTER_TOOLTIP Static method Public Method Tooltip for a Table Filter Conforming to Section 508 20060208
22 GET_TABHEADER_TOOLTIP Static method Public Method Tooltip for a Tab Header Conforming to Section 508 20060208
23 GET_TABLINE_TOOLTIP Static method Public Method Tooltip for a Table Line Conforming to Section 508 20060208
24 GET_TABSTRIPITEM_TOOLTIP Static method Public Method Tooltip for a Tabstrip Item conforming to Section 508 20060208
25 GET_TEXTEDIT_TOOLTIP Static method Public Method Tooltip for a Text Edit Conforming to Section 508 20060208
26 GET_TOOLBARMORE_TOOLTIP Static method Public Method Tooltip for More button Conforming to Section 508 20060704
27 GET_TOOLBAR_TOOLTIP Static method Public Method Tooltip for a Toolbar Conforming to Section 508 20060208
28 GET_TRAYICON_TOOLTIP Static method Public Method Tooltip for a Tray Icon Conforming to Section 508 20060208
29 GET_TRAY_TOOLTIP Static method Public Method Tooltip for a Tray Conforming to Section 508 20060208
30 GET_TREENODE_TOOLTIP Static method Public Method Tooltip for a Tree Node Conforming to Section 508 20060208
31 GET_TREE_EXPANDER_TOOLTIP Static method Public Method Tooltip for Expander Icons in tree Conforming to Section 508 20060704
32 GET_TVFOOTER_TOOLTIP Static method Public Method Tooltip for Table View Footer Conforming to Section 508 20060208
33 GET_XTABSTRIPITEM_TOOLTIP Static method Public Method Tooltip for a Tab Strip Conforming to Section 508 20060208
34 IS_IN_ACCESSIBILITY_MODE Static method Public Method Returns TRUE if the element is in accessibility mode 20060628
35 IS_RT_IN_ACCESSIBILITY_MODE Static method Public Method Returns TRUE if the Runtime is in accessibility mode 20061024
36 TRUNCATE_STRING Static method Public Method Truncate the tooltip standard string value to a 20070214
Events
Class CL_THTMLB_SECTION508_UTILS has no event.
Types
Class CL_THTMLB_SECTION508_UTILS has no local type.
Method Signatures

Method GET_BC_SELECTED_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BREADCRUMB Call by reference Object reference (TYPE REF TO) CL_HTMLB_BREADCRUMB GEN: CLG_HTMLB_BREADCRUMB 20060208
2 Importing NAME Call by reference Type reference (TYPE) STRING Entries for Breadcrumb 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Nodes 20060208

Method GET_BC_SELECTED_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_BREADCRUMB_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BREADCRUMB Call by reference Object reference (TYPE REF TO) CL_HTMLB_BREADCRUMB GEN: CLG_HTMLB_BREADCRUMB 20060208
2 Importing NAME Call by reference Type reference (TYPE) STRING Table with Entries 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Nodes 20060208

Method GET_BREADCRUMB_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTONGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTONGROUP Call by reference Object reference (TYPE REF TO) CL_XHTMLB_BUTTONGROUP Element Handler: 20060208
2 Importing BUTTONNAME Call by reference Type reference (TYPE) STRING 20060208
3 Importing MODE Call by reference Type reference (TYPE) STRING 20060208
4 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_BUTTONGROUP_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTON Call by reference Object reference (TYPE REF TO) CL_THTMLB_BUTTON Element-Handler: 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Pushbutton 20060208

Method GET_BUTTON_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTON_TOOLTIP_FROM_OTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OTR_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias 20060706
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING Correct Text for a button 20060706

Method GET_BUTTON_TOOLTIP_FROM_OTR on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_BUTTON_TOOLTIP_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CSEQUENCE Text for Button Tooltip 20060706
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING Changed Text for Button Tooltip 20060706

Method GET_BUTTON_TOOLTIP_TEXT on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_CHECKBOXGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKBOXGROUP Call by reference Object reference (TYPE REF TO) CL_HTMLB_CHECKBOXGROUP 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_CHECKBOXGROUP_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_CHECKBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKBOX Call by reference Object reference (TYPE REF TO) CL_THTMLB_CHECKBOX Checkbox 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_CHECKBOX_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_DDLISTBOX_ICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDLISTBOX Call by reference Object reference (TYPE REF TO) CL_THTMLB_DROPDOWNLISTBOX GEN: CLG_HTMLB_DROPDOWNLISTBOX 20060627
2 Importing IV_ICON_TOOLTIP Call by reference Type reference (TYPE) STRING 20060627
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060627

Method GET_DDLISTBOX_ICON_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_DDLISTBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDLISTBOX Call by reference Object reference (TYPE REF TO) CL_THTMLB_DROPDOWNLISTBOX GEN: CLG_HTMLB_DROPDOWNLISTBOX 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_DDLISTBOX_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_DYNAMENU_ITEM_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESSIBILITY_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20090408
2 Importing MENU_ITEM Call by reference Type reference (TYPE) WCFS_DYNAMENU_ITEM 20090408
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Pushbutton 20090408

Method GET_DYNAMENU_ITEM_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_ENTRY_EXIT_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CODE Value transfer Type reference (TYPE) STRING 20060208
2 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT 20060208
3 Importing CONTNAME Call by reference Type reference (TYPE) STRING 20060208
4 Importing ID Call by reference Type reference (TYPE) STRING 20060208
5 Importing MODE Call by reference Type reference (TYPE) STRING 20060208

Method GET_ENTRY_EXIT_POINT on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_GROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Object reference (TYPE REF TO) CL_HTMLB_GROUP GEN: CLG_HTMLB_GROUP 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_GROUP_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_IMAGE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAGE Call by reference Object reference (TYPE REF TO) CL_THTMLB_IMAGE 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_IMAGE_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_INPUTFIELD_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUTFIELD Call by reference Object reference (TYPE REF TO) CL_THTMLB_INPUTFIELD GEN: CLG_HTMLB_INPUTFIELD 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_INPUTFIELD_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_LAYOUT_TABLE_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUMMARY_HTML Value transfer Type reference (TYPE) STRING The HTML-encoded summary string 20060710

Method GET_LAYOUT_TABLE_SUMMARY on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_LINK_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK Call by reference Object reference (TYPE REF TO) CL_THTMLB_LINK 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_LINK_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_LISTBOX_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LISTBOX Call by reference Object reference (TYPE REF TO) CL_HTMLB_LISTBOX GEN: CLG_HTMLB_LISTBOX 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_LISTBOX_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_RADIOBUTTONGROUP_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RADIOBUTTONGROUP Call by reference Object reference (TYPE REF TO) CL_THTMLB_RADIOBUTTONGROUP GEN: CLG_HTMLB_RADIOBUTTONGROUP 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_RADIOBUTTONGROUP_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_RADIOBUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RADIOBUTTON Call by reference Object reference (TYPE REF TO) CL_THTMLB_RADIOBUTTON GEN: CLG_HTMLB_RADIOBUTTON 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_RADIOBUTTON_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TABFILTER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABLEVIEW 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TABFILTER_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TABHEADER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABLEVIEW 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TABHEADER_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TABLINE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CBVALUE Call by reference Type reference (TYPE) STRING 20060208
2 Importing ROWNUMBER Call by reference Type reference (TYPE) STRING 20060208
3 Importing TABLEVIEW Call by reference Object reference (TYPE REF TO) CL_THTMLB_TABLE_VIEW 20060208
4 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TABLINE_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TABSTRIPITEM_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED Call by reference Type reference (TYPE) STRING Selected Tabstrip 20060208
2 Importing TABSTRIPITEM Call by reference Object reference (TYPE REF TO) CL_HTMLB_TABSTRIPITEM 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Tabstrip 20060208

Method GET_TABSTRIPITEM_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TEXTEDIT_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXTEDIT Call by reference Object reference (TYPE REF TO) CL_THTMLB_TEXTAREA 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TEXTEDIT_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TOOLBARMORE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOLBAR Call by reference Object reference (TYPE REF TO) CL_THTMLB_TOOLBAR Element-Handler: 20060704
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Tabstrip 20060704

Method GET_TOOLBARMORE_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TOOLBAR_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAYER Call by reference Type reference (TYPE) SBSPEXT_XHTMLB_TOOLBAR_LAYER 20060208
2 Importing TOOLBAR Call by reference Object reference (TYPE REF TO) CL_XHTMLB_TOOLBAR Element Handler: 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TOOLBAR_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TRAYICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) STRING Icon Name 20060208
2 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Pushbutton 20060208
3 Importing TRAY Call by reference Object reference (TYPE REF TO) CL_HTMLB_TRAY 20060208

Method GET_TRAYICON_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TRAY_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Tabstrip 20060208
2 Importing TRAY Call by reference Object reference (TYPE REF TO) CL_HTMLB_TRAY 20060208

Method GET_TRAY_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TREENODE_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Value transfer Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT Context 20060208
2 Importing FINAL Call by reference Type reference (TYPE) C Leaf or Node? 20060208
3 Importing LEVEL Call by reference Type reference (TYPE) I Node Level 20060208
4 Importing OPEN Call by reference Type reference (TYPE) C Open? 20060208
5 Importing TEXT Call by reference Type reference (TYPE) STRING Text of Node 20060208
6 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Nodes 20060208

Method GET_TREENODE_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TREE_EXPANDER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING Tooltip for the Tabstrip 20060704
2 Importing TREE Call by reference Object reference (TYPE REF TO) CL_THTMLB_TREE Element-Handler: 20060704

Method GET_TREE_EXPANDER_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_TVFOOTER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20060208
2 Importing TOOLTIP Call by reference Type reference (TYPE) STRING 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_TVFOOTER_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method GET_XTABSTRIPITEM_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATUS Call by reference Type reference (TYPE) STRING 20060208
2 Importing TABSTRIPITEM Call by reference Object reference (TYPE REF TO) CL_XHTMLB_TABSTRIPITEM Element Handler: 20060208
3 Returning TOOLTIP508 Value transfer Type reference (TYPE) STRING 20060208

Method GET_XTABSTRIPITEM_TOOLTIP on class CL_THTMLB_SECTION508_UTILS has no exception.

Method IS_IN_ACCESSIBILITY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_ELEMENT BSP Element Basis Class 20060628
2 Returning RV_ACCESSIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20060628

Method IS_IN_ACCESSIBILITY_MODE on class CL_THTMLB_SECTION508_UTILS has no exception.

Method IS_RT_IN_ACCESSIBILITY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACC_MODE Call by reference Type reference (TYPE) BOOLEAN True if accessibility mode is switched on for runtime 20061024

Method IS_RT_IN_ACCESSIBILITY_MODE on class CL_THTMLB_SECTION508_UTILS has no exception.

Method TRUNCATE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_LENGTH Call by reference Type reference (TYPE) I 255 20070214
2 Importing IV_TOOLTIP_TEXT Call by reference Type reference (TYPE) STRING 20070214
3 Returning RV_TOOLTIP_TEXT Value transfer Type reference (TYPE) STRING 20070214

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