Start of Content Area

Procedure documentation Analysis Web Item: Using Parameter Modification  Locate the document in its SAP Library structure

Use

If you do not want to use the default display and behavior of the Analysis Web item, you can use the Modification parameter to change them. You can modify the table structure and the table cells.

The Modification parameter provides modules whose use can be controlled using additional parameters.

This function enables you to use similar options to those available in earlier releases with the Web Design API for Tables. Unlike the Web Design API for Tables, modifications enable you to make targeted changes to the display and behavior without any programming.

Prerequisites

The modules are the main prerequisites for making modifications to the Analysis Web item. The modules are implemented in Java. The SAP Basis infrastructure in SAP NetWeaver 7.0 does not support any customer modifications or extensions to Java coding. Customers are therefore not able to develop their own modules for modifications to the Analysis Web item.

SAP delivers a number of sample modules. You can use parameters to modify the display and behavior of these modules.

Procedure

You use the modules as follows:

...

       1.      Select a module from the sample modules.

       2.      Specify the module in the Modification parameter of the Analysis Web item.

       3.      Control the display and behavior of the module by specifying the module-specific parameters.

More information: Using Modifications

Result

The table of the Analysis Web item is displayed in an individual manner using the modules. The behavior of the table may also be different. For example, you can define commands for table cells.

Example

For example, you can define a fixed column width or display comments in cells.

More information:

Example: Column Width Module

Example: Document Content Module

 

End of Content Area