!--a11y-->
Definition
The dataset contains the data for the query view.
Use
Special applications
require information that cannot be obtained using the method interfaces. For some applications you need more information than is contained in the cell contents. For example, you need the list of available characteristics or the contents of the dynamic filter before you are able to jump from one report into another.
An understanding of the enhancement described below is not necessary for the use of the table interface.
You have made sure that the data from the dataset (N_R_DATA_SET) is always up to date. The N_SX_VERSION_20A_1 attribute, type RSRDS_SX_DATA_SET_20A_1, is filled automatically. The data consists of both the metadata (a catalog of characteristics (AXIS_INFO) and so on) and the displayed values (AXIS_DATA and CELL_DATA).
Structure
The instance attribute N_R_DATA_SET ® N_SX_VERSION_20A_1 has the following components:
|
Component |
Description |
| AXIS_INFO |
Metadata description of the characteristics, attributes, and structures on the axes. |
| AXIS_DATA |
Characteristic values, attribute values, and structural components according to the sequence they appear in on the axes. |
| CELL_DATA |
Value cells: The cells are arranged by row first, and then by column. |
| TXT_SYMBOLS |
Text elements for the query |