!--a11y-->
Definition
Functional components of the table interface.
Structure
The following instance attributes of the class are filled automatically. They get their values from the Web application framework.

The attributes are read-only.
|
Attribute |
Description |
|
N_ITEM_NAME |
Logical name of the table This attribute is needed for command URLs. You can use this attribute, for example, to change attributes in the table. |
|
N_GENERATE_LINKS |
Generate navigation links If the value = "X", URLs can be generated. If the value is blank, the item is for display only. It is not possible to interact with the item. |
|
N_ALT_STYLES |
Display zebra list If the value = "X", the formatting is the same in every other row. |
|
N_STATELESS |
Calling the Web application without interaction If the value = "X", the Web application is called and the session is dismantled on the application server. SAP BW 2.0 supports no further interaction. |
|
N_R_CREATION_PARAMETERS |
Creation parameters for the table Using the reference for an instance of the class CL_RSR_PARAMETER, the system is able to read the value-name pairs that have been used in the generation of the table. Methods such as GET are used to read the values. The parameters of the start URL and the name-value pairs specified in the object tag of the item in the Web template belong to these name-value pairs. This means that the start URL or object tag (in the Web template) can transfer parameters to the class. This increases the number of times a class can be reused and the different areas where the class can be used, for example, by using customer-specific parameters that configure the class individually. |
|
N_JAVASCRIPT |
Using Java Script If the value = "X", Java Script functions are supported. Otherwise, you must not use Java Script functions, since you cannot be sure that the requesting Web browser supports Java Script. |
|
N_DATA_PROVIDER_NAME |
Logical name of the data provider Needed in the generation of navigation URLs. |
|
N_NO_DATA |
No relevant data found |
|
N_NO_AUTHORIZATION |
No authorization for displaying data |
|
N_R_DATA_SET |
Data in the data provider
This attribute is needed only for special applications. As a rule, the information that is transferred by the method interfaces is enough to determine the cell contents. For more information see Datasets. |