SAP ABAP Data Element BAPI_LMASK (Syntax for conversion of hyperlinks: SAPscript-->HTML)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-API (Application Component) BAPI Tools (for BAPIs see Note 813411)
     SBF_BAPI (Package) Business Framework BAPI, Central Modules, Tools
Basic Data
Data Element BAPI_LMASK
Short Description Syntax for conversion of hyperlinks: SAPscript-->HTML  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type W3_HTML    
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 LINKFORMAT   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Conv. file 
Medium 19 Conversion file 
Long 29 Conversion file for links 
Heading 55 Conversion file for hyperlinks 
Documentation

Definition

Determines how a hyperlink is converted from SAPscript to HTML. The place where the SAPscript hyperlink is to be inserted is defined by the placeholder "&1".

Example

The examples below show how the syntax is used.

The SAPscript hyperlink "DE.BAPI_LMASK" to the data element BAPI_LMASK is to be converted to HTML:

  • To get an HTML hyperlink "sapevent:DOCU_LINK/DE.BAPI_LMASK" that can be used with the SAP HTML Control, you use the syntax "sapevent:DOCU_LINK/&1".
  • But if the R/3 documentation is on a Web server, e.g. "www.sap.com", in a directory "SAP_Help" in files ending with ".html", you use the syntax
    "http://www.sap.com/SAP_HELP/ &1.html".

    The link to the data element BAPI_LMASK is then converted to "http://www.sap.com/SAP_HELP/DE.BAPI_LMASK.html".

History
Last changed by/on SAP  20010130 
SAP Release Created in