SAP ABAP Data Element HREXP_ACTION (URL for Additional Action in Hit List)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-XF (Application Component) SAP Expert Finder
     PWPC_EXP_01 (Package) HR Expert Finder
Basic Data
Data Element HREXP_ACTION
Short Description URL for Additional Action in Hit List  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type HREXP_URL    
Data Type CHAR   Character String 
Length 255    
Decimal Places 0    
Output Length 255    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Action 
Medium 20 Additional Action 
Long 40 Additional Action in Hit List 
Heading 55 Action 
Documentation

Definition

URL for additional actions in the hit list and on the detail screen.

Use

The URL entered in this field is displayed as a hyperlink in the hit list and on the detail screen.

Output is executed using the HTML tag <a>.

To perform the action it is usually necessary to set the parameters for the hyperlink with the value of the element to which the semantic attribute is assigned.

In the hyperlink, you must use character string <ELEM_VAL> as a placeholder for the element value.

Examples

  • You can create an e-mail with the help of
    href="mailto: <ELEM_VAL>"
  • Navigation to an Internet address (for example, a Homepage) is defined using action
    href="<ELEM_VAL>"
  • If the Internet address should be opened in a different browser window, you can enter this using
    href="<ELEM_VAL>" target="WINDOW_ID".
  • You can define more complex actions using
    href="http://services.mycompany.com/service?parameter=<ELEM_VAL>".
  • You can also execute client-defined scripts (must be present in the hit list and on the detail screen) according to the following example
    href="javascript:service("<ELEM_VAL>")".

History
Last changed by/on SAP  20040312 
SAP Release Created in 110