SAP ABAP Class CL_CFX_UTIL_UI (General UI Basic Functions)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_UI (Package) Collaboration Folders: User Interface
Properties
Class CL_CFX_UTIL_UI  
Short Description General UI Basic Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_UI   Collaboration Folders: User Interface 
Created 20001222   SAP 
Last change 20141109    
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)
2 CL_CFX_CONST_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_CFX_UTIL_UI has no interface implemented.
Friends
Class CL_CFX_UTIL_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GP_RUNTIME Static Attribute Public Object reference (TYPE REF TO) CL_BSP_RUNTIME Business Server Pages (BSP) Runtime 20100927
2 GV_ADD_TOKEN_CALL Static Attribute Public Type reference (TYPE) CFX_BOOLEAN True Means Method Add Token Call from BSP Else False 20120323
3 GV_MAX_VALUE Constant Public Type reference (TYPE) I '32767' Max value for DO's do loop 20100920
4 GV_READ Static Attribute Public Type reference (TYPE) CHAR1 Single-Character Flag 20070924
5 GV_USER_NEEDS_ACCESSIBILITY Static Attribute Public Type reference (TYPE) CFX_BOOLEAN Boolean Type 20070924
6 SC_ID_DE_VIEW_ALL_ECNS Constant Public Type reference (TYPE) STRING 'view_all_ecn_button' ID for 'View All ECNs' Button 20060320
7 SC_ID_EVT_VIEW_ALL_ECNS Constant Public Type reference (TYPE) STRING 'view_all_ecns' Event for 'View All ECNs' Button 20060504
8 SC_TRUNCATION_POSTFIX Constant Public Type reference (TYPE) CHAR3 '...' 3-Byte Field 20001222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TOKEN Static method Public Method method is used for add token in url 20100928
2 ADD_WILDCARDS Static method Public Method Adds * Before and After String for Search If No * Contained 20040326
3 ADJUST_BUTTON_EVENT Static method Public Method Generate Javascript for Button Click 20030124
4 ASSERT_VALID_SESSION_ID Static method Public Method Checks Validity of Session ID 20050726
5 CHECK_VULNERABILITY Static method Public Method Checks Whether Cross-Side-Scripting Is Attempted in String 20050629
6 CONCATENATE_FOR_TOOLTIP Static method Public Method Make HTML Tool Tip from Type and Description 20011002
7 CONVERT_BOOLEAN_FROM_UI Static method Public Method Converts from cfx_boolean_ui to cfx_boolean 20030210
8 CONVERT_BOOLEAN_TO_UI Static method Public Method Converts From cfx_boolean to String: "True" or "False" 20030210
9 DECODE_URL Static method Public Method Decodes the Specified URL 20010605
10 DUMP_INCLUDE Static method Public Method Returns the Source Code of an Include 20010119
11 ENABLE_FOREIGN_SESSION_ACCESS Static method Private Method Access to Stateful Session Through Other HTTP Clients 20100219
12 ENCODE_URL Static method Public Method Encodes the Current URL with Parameters as a String 20010605
13 ESCAPE_HTML Static method Public Method Converts Input String to Browser-Compatible HTML 20010427
14 ESCAPE_PAGE_ATTRIBUTES Static method Public Method find page attributes from request and escape it 20090904
15 ESCAPE_XSS_JAVASCRIPT Static method Public Method Escape Javascript string for XSS safety 20111208
16 ESCAPE_XSS_URL Static method Public Method Escape URL string for XSS safety 20111208
17 FORMAT_STRING_FOR_POPUP Static method Public Method Prepare String with Javascript Compatibility 20021001
18 GET_ABSOLUTE_BASE_URL Static method Public Method Returns the Absolute Basic URL for a Request Object 20010504
19 GET_ACCESS_TOKEN Static method Public Method Get Foreign session token 20100406
20 GET_BUTTON_FOR_WEBDAV_URL Static method Public Method Button for Popup with WebDAV URL 20050616
21 GET_BUTTON_VIEW_ALL_ECNS Static method Public Method 20060320
22 GET_HELP_LINK Static method Public Method Returns HTML Link for KW Docu to Help LOIO 20030905
23 GET_HELP_LINK_REDIRECT Static method Public Method Returns HTML Link for KW Docu to Help LOIO 20031222
24 GET_JAVASCRIPT_FOR_HELP Static method Public Method Returns Javascript for Help Page 20030916
25 GET_ONCLICK_FOR_EVENT Static method Public Method Javascript for SAP Event 20030304
26 GET_PLUGIN_HTML_TAGS Static method Public Method Gets HTML Tags for Applet 20030113
27 GET_REFERER Static method Public Method Returns the Referrer URL 20010723
28 GET_SUFFIX Static method Public Method Get Suffix of Oage, for Example htm or xml 20010717
29 GET_TABINDEX Static method Public Method Gets the html Tabindex for a UI Control 20020311
30 GET_TARGET_CFX Static method Public Method MiniApp: Get Target Window ID to Outplace Open cFolders 20020522
31 GET_URL Static method Public Method Returns a URL for Procol, Host, and Path 20010831
32 GET_URL_FOR_APPLICATION Static method Public Method Returns the URL for the BSP Application Main Level 20010613
33 GET_URL_PAGE_MEMORY Static method Public Method Returns URL of Page with Memory ID 20020204
34 GET_USERNAME_FOR_SORT Static method Public Method User Names as String for Sorted Display 20020710
35 IS_CHECKBOX Static method Public Method Is the Dropdown List a Checkbox? 20020517
36 NAVIGATE Static method Public Method Goes to Specified Page 20010125
37 NAVIGATE_PAGE_MEMORY Static method Public Method Goes to Specified Page with Memory ID 20020204
38 REPLACE_PARAMETER Static method Public Method Replaces a Specified Parameter with a New Value 20010605
39 SET_MAX_NUM_DO Static method Public Method use for control Do's in Do loop 20100917
40 SHOW_INFO Static method Public Method Display Info Texts 20010329
41 STRING_TO_XHTML Static method Public Method Replaces XHTML Tags in String 20010813
42 STR_TRUNC Static method Public Method Truncates String After n Characters and Selects the Cutoff 20001222
43 USER_IS_EXPERT Static method Public Method Returns "true" if User is an Expert 20010328
44 USER_NEEDS_ACCESSIBILITY Static method Public Method Returns "true" if User is an Expert 20020311
45 XHTML_TO_STRING Static method Public Method Replaces XHTML Tags in String 20010813
Events
Class CL_CFX_UTIL_UI has no event.
Types
Class CL_CFX_UTIL_UI has no local type.
Method Signatures

Method ADD_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing URL Call by reference Type reference (TYPE) STRING Business Server Pages (BSP) Runtime 20100928

Method ADD_TOKEN on class CL_CFX_UTIL_UI has no exception.

Method ADD_WILDCARDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20040326
2 Returning R_SEARCH_STRING Value transfer Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20040326

Method ADD_WILDCARDS on class CL_CFX_UTIL_UI has no exception.

Method ADJUST_BUTTON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BUTTON Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030124

Method ADJUST_BUTTON_EVENT on class CL_CFX_UTIL_UI has no exception.

Method ASSERT_VALID_SESSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20050726
2 Importing I_SESSION_ID Call by reference Type reference (TYPE) STRING 20050726

Method ASSERT_VALID_SESSION_ID on class CL_CFX_UTIL_UI has no exception.

Method CHECK_VULNERABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20050629
2 Returning R_IS_DANGEROUS Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20050629

Method CHECK_VULNERABILITY on class CL_CFX_UTIL_UI has no exception.

Method CONCATENATE_FOR_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESC Call by reference Type reference (TYPE) STRING 20011002
2 Importing I_TYPE Call by reference Type reference (TYPE) STRING 20011002
3 Returning R_TT Value transfer Type reference (TYPE) STRING 20011002

Method CONCATENATE_FOR_TOOLTIP on class CL_CFX_UTIL_UI has no exception.

Method CONVERT_BOOLEAN_FROM_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOLEAN_UI Call by reference Type reference (TYPE) CFX_T_BOOLEAN_UI Boolscher Typ für ui CL_CFX_CONST_UI=>SC_TRUE od. SC_FALSE 20030210
2 Returning R_BOOLEAN Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20030210

Method CONVERT_BOOLEAN_FROM_UI on class CL_CFX_UTIL_UI has no exception.

Method CONVERT_BOOLEAN_TO_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOLEAN Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20030210
2 Returning R_BOOLEAN_UI Value transfer Type reference (TYPE) CFX_T_BOOLEAN_UI Boolscher Typ für ui CL_CFX_CONST_UI=>SC_TRUE od. SC_FALSE 20030210

Method CONVERT_BOOLEAN_TO_UI on class CL_CFX_UTIL_UI has no exception.

Method DECODE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URL Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20010605
2 Returning R_URL Value transfer Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20010605

Method DECODE_URL on class CL_CFX_UTIL_UI has no exception.

Method DUMP_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINE Call by reference Type reference (TYPE) CFX_T_STRING Tabelle mit Zeichenketten 20010119
2 Importing I_INCLUDE Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20010119
3 Importing I_LINE Call by reference Type reference (TYPE) I 1 20010119

Method DUMP_INCLUDE on class CL_CFX_UTIL_UI has no exception.

Method ENABLE_FOREIGN_SESSION_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SESSION_ACCESS_TOKEN Call by reference Type reference (TYPE) STRING 20100301
2 Importing SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20100219

Method ENABLE_FOREIGN_SESSION_ACCESS on class CL_CFX_UTIL_UI has no exception.

Method ENCODE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST Zeichenkette für Collaboration Folders 20010605
2 Returning R_URL Value transfer Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20010605

Method ENCODE_URL on class CL_CFX_UTIL_UI has no exception.

Method ESCAPE_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABOVE_FF Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Escape all characters above 0xFF 20111208
2 Importing I_STR Call by reference Type reference (TYPE) STRING 20010427
3 Returning R_STR Value transfer Type reference (TYPE) STRING 20010427

Method ESCAPE_HTML on class CL_CFX_UTIL_UI has no exception.

Method ESCAPE_PAGE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAGE Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20090904
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20090904

Method ESCAPE_PAGE_ATTRIBUTES on class CL_CFX_UTIL_UI has no exception.

Method ESCAPE_XSS_JAVASCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABOVE_FF Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Escape all characters above 0xFF 20111208
2 Importing I_STR Call by reference Type reference (TYPE) STRING Value to be escaped 20111208
3 Returning R_STR Value transfer Type reference (TYPE) STRING Escaped value 20111208

Method ESCAPE_XSS_JAVASCRIPT on class CL_CFX_UTIL_UI has no exception.

Method ESCAPE_XSS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABOVE_FF Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Escape all characters above 0xFF 20111208
2 Importing I_STR Call by reference Type reference (TYPE) STRING Value to be escaped 20111208
3 Returning R_STR Value transfer Type reference (TYPE) STRING Escaped value 20111208

Method ESCAPE_XSS_URL on class CL_CFX_UTIL_UI has no exception.

Method FORMAT_STRING_FOR_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR Call by reference Type reference (TYPE) STRING 20021001
2 Returning R_STR Value transfer Type reference (TYPE) STRING 20021001

Method FORMAT_STRING_FOR_POPUP on class CL_CFX_UTIL_UI has no exception.

Method GET_ABSOLUTE_BASE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010504
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20010504

Method GET_ABSOLUTE_BASE_URL on class CL_CFX_UTIL_UI has no exception.

Method GET_ACCESS_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SESSION_ACCESS_TOKEN Value transfer Type reference (TYPE) STRING 20100406
2 Importing SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20100406

Method GET_ACCESS_TOKEN on class CL_CFX_UTIL_UI has no exception.

Method GET_BUTTON_FOR_WEBDAV_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_IF_CFX_COMMON Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20050616
2 Returning RS_BUTTON Value transfer Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20050616

Method GET_BUTTON_FOR_WEBDAV_URL on class CL_CFX_UTIL_UI has no exception.

Method GET_BUTTON_VIEW_ALL_ECNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_IF_CFX_COMMON Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON 20060320
2 Returning RS_BUTTON Value transfer Type reference (TYPE) CFX_TS_BUTTON 20060320

Method GET_BUTTON_VIEW_ALL_ECNS on class CL_CFX_UTIL_UI has no exception.

Method GET_HELP_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KW_LOIO Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030905
2 Importing I_LANG Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20030905
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030905
4 Returning R_LINK Value transfer Type reference (TYPE) STRING 20030905

Method GET_HELP_LINK on class CL_CFX_UTIL_UI has no exception.

Method GET_HELP_LINK_REDIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KW_LOIO Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20031222
2 Importing I_LANG Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20031222
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20031222
4 Returning R_LINK Value transfer Type reference (TYPE) STRING 20031222

Method GET_HELP_LINK_REDIRECT on class CL_CFX_UTIL_UI has no exception.

Method GET_JAVASCRIPT_FOR_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KW_LOIO Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030917
2 Importing I_LANG Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20030917
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030917
4 Returning R_LINK Value transfer Type reference (TYPE) STRING 20030916

Method GET_JAVASCRIPT_FOR_HELP on class CL_CFX_UTIL_UI has no exception.

Method GET_ONCLICK_FOR_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAP_EVENT Call by reference Type reference (TYPE) CFX_STRING Event ID des SAP Event 20030304
2 Returning R_ONCLICK Value transfer Type reference (TYPE) CFX_STRING Java Script Code zur Erzeugung des SAP Event 20030304

Method GET_ONCLICK_FOR_EVENT on class CL_CFX_UTIL_UI has no exception.

Method GET_PLUGIN_HTML_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SESSION_ACCESS_TOKEN Call by reference Type reference (TYPE) STRING 20100309
2 Exporting E_CLOSE_TAG Call by reference Type reference (TYPE) STRING 20030113
3 Exporting E_OPEN_TAG Call by reference Type reference (TYPE) STRING 20030113
4 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20030113
5 Importing IP_RUNTIME Call by reference Object reference (TYPE REF TO) IF_BSP_RUNTIME Business Server Page (BSP) Runtime 20100219
6 Importing I_HEIGHT Call by reference Type reference (TYPE) STRING 20030113
7 Importing I_HTML_ID Call by reference Type reference (TYPE) STRING 20030113
8 Importing I_JAVA_CLASS Call by reference Type reference (TYPE) STRING 'com.sap.plm.cfx.cfxfiles.DownloadApplet.class' Applet-Start-Klasse 20030124
9 Importing I_WIDTH Call by reference Type reference (TYPE) STRING 20030113

Method GET_PLUGIN_HTML_TAGS on class CL_CFX_UTIL_UI has no exception.

Method GET_REFERER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010723
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20010723

Method GET_REFERER on class CL_CFX_UTIL_UI has no exception.

Method GET_SUFFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PAGE Call by reference Type reference (TYPE) STRING page name 20010717
2 Returning R_SUFFIX Value transfer Type reference (TYPE) STRING suffix of page name 20010717

Method GET_SUFFIX on class CL_CFX_UTIL_UI has no exception.

Method GET_TABINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABINDEX Value transfer Type reference (TYPE) I tabindex 20020311

Method GET_TABINDEX on class CL_CFX_UTIL_UI has no exception.

Method GET_TARGET_CFX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARGET Value transfer Type reference (TYPE) STRING to be used as target in html anchor 20020522

Method GET_TARGET_CFX on class CL_CFX_UTIL_UI has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HOST Call by reference Type reference (TYPE) STRING 20010831
2 Importing I_PATH Call by reference Type reference (TYPE) STRING 20010831
3 Importing I_PROTOCOL Call by reference Type reference (TYPE) STRING 20010831
4 Returning R_URL Value transfer Type reference (TYPE) STRING 20010831

Method GET_URL on class CL_CFX_UTIL_UI has no exception.

Method GET_URL_FOR_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010613
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20010613

Method GET_URL_FOR_APPLICATION on class CL_CFX_UTIL_UI has no exception.

Method GET_URL_PAGE_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_URL Call by reference Type reference (TYPE) STRING 20020204
2 Importing I_MEMORY_ID Call by reference Type reference (TYPE) STRING 20020204
3 Importing I_PAGENAME Call by reference Type reference (TYPE) STRING 20020204

Method GET_URL_PAGE_MEMORY on class CL_CFX_UTIL_UI has no exception.

Method GET_USERNAME_FOR_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USERID Call by reference Type reference (TYPE) CFX_USERID User Id 20020710
2 Returning R_SORTNAME Value transfer Type reference (TYPE) STRING 20020710

Method GET_USERNAME_FOR_SORT on class CL_CFX_UTIL_UI has no exception.

Method IS_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DROPDOWNLIST Call by reference Type reference (TYPE) CFX_TT_DROPDOWNLIST table of options for ui object dropdownlistbox 20020517
2 Returning R_CHECKBOX Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020517

Method IS_CHECKBOX on class CL_CFX_UTIL_UI has no exception.

Method NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010125
2 Importing I_ACTION Call by reference Type reference (TYPE) STRING Parameter "Action" 20010125
3 Importing I_ACTION_ID Call by reference Type reference (TYPE) STRING Parameter "Action Id" 20020507
4 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) STRING 20060315
5 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING Parameter "Area id" 20010125
6 Importing I_BACK_STRING Call by reference Type reference (TYPE) CFX_STRING Back String für Navigation bei Stautusübergängen 20031120
7 Importing I_CHANGE_NUMBER Call by reference Type reference (TYPE) STRING Parameter 'Change Number' Statusprotokoll 20020918
8 Importing I_COL_ID Call by reference Type reference (TYPE) STRING Parameter "Collaboration id" 20010125
9 Importing I_COMPLETE Call by reference Type reference (TYPE) STRING Paramger "Complete" 20020511
10 Importing I_CONTEXTS_ID Call by reference Type reference (TYPE) STRING 20010605
11 Importing I_CONTEXT_ID Call by reference Type reference (TYPE) STRING 20010605
12 Importing I_DOC_ID Call by reference Type reference (TYPE) STRING Parameter "Document id" 20010125
13 Importing I_ITEM_ID Call by reference Type reference (TYPE) STRING Parameter "Item id" 20020402
14 Importing I_MSG_ID Call by reference Type reference (TYPE) STRING Parameter "Message Id" 20010322
15 Importing I_MSG_TXT Call by reference Type reference (TYPE) STRING Parameter "Message text" 20010322
16 Importing I_NTF_ID Call by reference Type reference (TYPE) STRING Parameter "Notification id" 20011012
17 Importing I_NTF_TMPL_ID Call by reference Type reference (TYPE) STRING 20060120
18 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) STRING 20010125
19 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20010125
20 Importing I_PRF_ID Call by reference Type reference (TYPE) STRING Parameter "Profile id" 20020321
21 Importing I_PRF_SHD Call by reference Type reference (TYPE) STRING Parameter "Profildetail" 20020417
22 Importing I_PROCESS_ID Call by reference Type reference (TYPE) STRING Parameter "Process id" 20010611
23 Importing I_PROCESS_INFO Call by reference Type reference (TYPE) STRING Parameter "Process info" 20010702
24 Importing I_ROLE Call by reference Type reference (TYPE) STRING Parameter "Role" 20010125
25 Importing I_SCENARIO Call by reference Type reference (TYPE) STRING Parameter "Scenario" 20010611
26 Importing I_SEARCH_ID Call by reference Type reference (TYPE) STRING Parameter "Search id" 20010919
27 Importing I_START_ID Call by reference Type reference (TYPE) STRING Parameter "Start id" 20020410
28 Importing I_STATUS_ID Call by reference Type reference (TYPE) STRING Parameter "Status id" 20020321
29 Importing I_STATUS_SHD Call by reference Type reference (TYPE) STRING Parameter "Statusdetail" 20020417
30 Importing I_TARGET_ID Call by reference Type reference (TYPE) STRING Parameter "Target id" 20020410
31 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING Parameter "Topic id" 20010125
32 Importing I_TRANS_ID Call by reference Type reference (TYPE) STRING Parameter "Transition id" 20020321
33 Importing I_TRANS_SHD Call by reference Type reference (TYPE) STRING Parameter "Transitiondetail" 20020417
34 Importing I_USER_GRP_ID Call by reference Type reference (TYPE) STRING Parameter "User group id" 20010914
35 Importing I_VER_ID Call by reference Type reference (TYPE) STRING Parameter "Version id" 20010924

Method NAVIGATE on class CL_CFX_UTIL_UI has no exception.

Method NAVIGATE_PAGE_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20020204
2 Importing I_MEMORY_ID Call by reference Type reference (TYPE) STRING 20020204
3 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20020204

Method NAVIGATE_PAGE_MEMORY on class CL_CFX_UTIL_UI has no exception.

Method REPLACE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20010605
2 Importing I_URL Call by reference Type reference (TYPE) STRING 20010605
3 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20010605
4 Returning R_URL Value transfer Type reference (TYPE) STRING 20010605

Method REPLACE_PARAMETER on class CL_CFX_UTIL_UI has no exception.

Method SET_MAX_NUM_DO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_MAX_NUM_DO Value transfer Type reference (TYPE) I export maximum number for do loop 20100917
2 Importing IV_GIVEN_NUM_DO Value transfer Type reference (TYPE) I imports given value for do loop 20100917

Method SET_MAX_NUM_DO on class CL_CFX_UTIL_UI has no exception.

Method SHOW_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SHOW_INFO Value transfer Type reference (TYPE) STRING 20010329

Method SHOW_INFO on class CL_CFX_UTIL_UI has no exception.

Method STRING_TO_XHTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20010813
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20010813

Method STRING_TO_XHTML on class CL_CFX_UTIL_UI has no exception.

Method STR_TRUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POS Value transfer Type reference (TYPE) I 20001222
2 Importing I_POSTFIX Value transfer Type reference (TYPE) CHAR3 20001222
3 Importing I_STR Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20001222
4 Returning R_STR Value transfer Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20001222

Method STR_TRUNC on class CL_CFX_UTIL_UI has no exception.

Method USER_IS_EXPERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USER_IS_EXPERT Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010328

Method USER_IS_EXPERT on class CL_CFX_UTIL_UI has no exception.

Method USER_NEEDS_ACCESSIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USER_NEEDS_ACCESSIBILITY Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020311

Method USER_NEEDS_ACCESSIBILITY on class CL_CFX_UTIL_UI has no exception.

Method XHTML_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20010813
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20010813

Method XHTML_TO_STRING on class CL_CFX_UTIL_UI has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A