Function | Returns the column header of an attribute | |||||||||
Example |
myheader = s10columnheader( "kunnr" ). |
|||||||||
Format |
data: myattrname type string, myheader type string. myheader = s10columnheader( myattrname ). |
|||||||||
Parameters |
|
|||||||||
Description |
The method s10columnheader() is called automatically by the S10 Framework
if the class "colhead output" is specified in HTML for a column header. With
s10columnheader() the column header is read from the SAP Data Dictionary and
displayed. Example:
HTML
If you output the country name with the notation name="land1@text", the field name for "land1" is displayed as the heading: HTML
HTML
|
|||||||||
Components | S10 Framework |