Function | Returns the standard field help for an attribute | |||||||||
Example |
myhtmltext = s10fieldhelp( "kunnr" ). |
|||||||||
Format |
data: myattrname type string, myhtmltext type string. myhtmltext = s10fieldhelp( myattrname ). |
|||||||||
Parameters |
|
|||||||||
Description |
s10fieldhelp() returns the standard SAP help in HTML format for a class
attribute. You can use this to display help for selected fields whose meaning
may not be obvious to the user. Example: HTML ABAP
Instead of an icon "help.png" you can also use a UTF-8 character for display:
<label
class='label
output'
name="regio"></label> Another way of displaying the label in this case is to underline it. To achieve a uniform display, it is best to define the appearance in the central CSS file "style/custom.style.css" in your project:
CSS
HTML
|
|||||||||
Components | S10 Framework |