!--a11y-->
Definition
The component AXIS_DATA describes the contents of the axis.
Structure
AXIS_DATA is a table with the following structure:
|
AXIS_DATA |
Description |
|
AXIS |
Axis ID 0 : Columns 1 : Rows 255 : Filters |
|
SET |
Axis contents |
The complex table SET has the following structure:
|
SET |
Description |
|
TUPLE_ORDINAL |
Number of the entry beginning with 0 on the axis |
|
CHANM |
Name of the characteristic or of the structure |
|
CAPTION |
Text for the characteristic value |
|
CHAVL |
Internal key value for the characteristic value This is needed, for example, for the filter operations. |
|
CHAVL_EXT |
External key value for the characteristic value This corresponds with CHAVL after the application of the conversion exit. |
|
NIOBJNM |
With hierarchy nodes, this is the name of the node characteristic (0HIERNODE for text nodes). |
|
TLEVEL |
Hierarchy level of the entry |
|
DRILLSTATE |
Extent to which the entry is expanded (for an active hierarchy). L : Hierarchy leaf - : Expanded node + : Collapsed node |
|
OPT |
Only with filters: EQ : Single value LT : Less than LE : Less than or equal to GT : Greater than GE : Greater than or equal to BL : From-value with intervals (two rows) BH : To-value with intervals |
|
SIGN |
I : Include E : Exclude |
|
ATTRIBUTES |
Attribute values |
ATTRIBUTES is a table with the following structure:
|
ATTRIBUTES |
Description |
|
ATTRINM |
Name of the attribute |
|
CAPTION |
Text for an attribute value |
|
ATTRIVL |
Key for the attribute value |
This describes the contents of an axis.