data:
mycolumns type string,
myfoldername type string.
s10buildcolumns(
exporting
columns = mycolumns
foldername = myfoldername ).
Parameters
Name
Type
Description
columns
string
Comma separated list of column names
foldername
string
Table name
Description
The s10buildcolumns() method is automatically called by the S10 Framework
when a table is displayed in HTML. For all objects of the table, s10build() is
performed for the columns to be displayed.