SAP BW Column Headers Builder

 

In this topic ...

Specifying Inputs

Objects this Builder Creates

Related Topics ...

How to use the SAP View and Form Builder

Use this Builder to conveniently set the column headings on a table when using a Dynamic Table Builder to display the results of a SAP Business Warehouse Data query.

The effect of adding this Builder to a model is to add N Text Builders to the model, each targeting the col<n>Header tag in the page created by the Dynamic Table Builder. The text will be set to be the result of calling getColLabelText(n) on the SAPBWDataHelper LJO that the SAP BW Data Access Builder added to the model.

 

Specifying Inputs

The HTML Builder takes the inputs described in the table below. For help on inputs common to many or all Builders such as those in the Properties and HTML Attributes input groups, see "Using the Builder Call Editor."

Input Name Description
Name Enter a name for this Builder call. The Designer displays this name in the Builder Call List.
Name of Dynamic Table Page Select the name of the page added to the model by the Dynamic Table Builder.

This page is usually named: <dynamic table Builder>TablePage

Number of Columns Specify the maximum number of Text Builders to be added to the model.
Name of SAPBWDataAccess Builder Select the SAP BW Data Access Builder in the model.

Once this Builder is selected here, the SAP BW Column Builder will locate the LJO added to the model, on which the calls to getColLabelText will be made.

 

Objects Created by this Builder

  • Text Builders -The SAP BW Column Builder Adds "N" Text Builders to the model, applying the results of "getColLabelText" to the col<n>Header tag in the Dynamic Table page.