!--a11y-->
Labeling Area of the Navigation Block 
Definition
You can adjust the contents of the labeling cells of the navigation block with method NAV_BLOCK_LABEL.
Structure
The area for labeling can be divided in up to 4 columns.
|
Method |
NAV_BLOCK_LABEL |
|
Importing Parameter |
Description |
|
I_IOBJNM |
Technical name of the characteristic or structure |
|
I_IS_STRUCTURE |
Object is a structure ‘X’ = Yes, ‘ ’ = No |
|
I_AXIS |
Axis on which the characteristics / structure are arranged in the drilldown 'X' = columns, 'Y' = rows |
|
I_CAPTION |
Label text |
|
I_HRY_ACTIVE |
Status of the display hierarchy 'X' = Active |
|
Changing Parameter |
Description |
|
C_CELL1_ID |
ID of cell 1 If you leave this parameter empty, the cell has no ID. The ID can be used to process the cell contents with JavaScript. |
|
C_CELL2_ID |
ID of cell 2 |
|
C_CELL3_ID |
ID of cell 3 |
|
C_CELL4_ID |
ID of cell 4 |
|
C_CELL1_CONTENT |
Cell contents 1 The cell contents themselves can be very simple (for example only a number) or very complex (for example for hierarchy nodes: icons with expanded/collapsed URL and text). |
|
C_CELL2_CONTENT |
Cell contents 2 |
|
C_CELL3_CONTENT |
Cell contents 3 |
|
C_CELL4_CONTENT |
Cell contents 4 |
|
C_CELL1_STYLE |
Style of cell 1 The style defines the color, font, font size, distances, etc. of the cell. The styles are defined in the Cascading Style Sheet. The Cascading Style Sheet is assigned to the template. |
|
C_CELL2_STYLE |
Style of cell 2 |
|
C_CELL3_STYLE |
Style of cell 3 |
|
C_CELL4_STYLE |
Style of cell 4 |
|
C_CELL1_TD_EXTEND |
Extension of TD tag 1 Here you can set the properties such as the width, height, alignment or color of the cell. This parameter is not normally set because many of the properties are already defined when the style is defined. |
|
C_CELL2_TD_EXTEND |
Extension of TD tag 2 |
|
C_CELL3_TD_EXTEND |
Extension of TD tag 3 |
|
C_CELL4_TD_EXTEND |
Extension of TD tag 4 |
|
C_CELL1_WIDTH |
Width of column 1 |
|
C_CELL2_WIDTH |
Width of column 2 |
|
C_CELL3_WIDTH |
Width of column 3 |
|
C_CELL4_WIDTH |
Width of column 4 |