Setting the Navigational State 

Definition

Setting the navigational state is a command for a query view in the Web template.

Use

By calling this command, you can restructure or redistribute characteristics and structures on the axes.

Structure

CMD

SET_NAV_STATE

Parameter

Description

ALL

‘X’ = Yes, ‘ ’ = No

Redistribute all characteristics and structures

If this parameter is set to ‘X’, then all characteristics and structures are taken from the axes and redistributed according to the other parameters.

If the parameter is not set or is set to ‘ ‘, then the listed characteristics are assigned according to the parameters on the axes.

IOBJNM

IOBJNM_N

Name of the characteristic/structure

Specify the technical name of the characteristic here (for example, 0COUNTRY) or the structure (25-place character sequence) that you would like to place on an axis.

AXIS

AXIS_N

‘X’ = columns

‘Y’ = rows

' ' = free characteristics

Axis on which the characteristic/structure is to be based

The characteristic or structure is based on the axis. The position on the axis is specified by the parameter ‘Position’.

POSITION

POSITION_N

Position on an axis

By specifying the position, the characteristic or structure is set for this position on the axis.

If the position is not specified or is set to ‘0’, then the characteristic or structure is set at the end of the drilldown sequence.

Moving the key figure structure to the rows and removing the calendar year and planned/actual structure from the columns

<SAP_BW_URL DATA_PROVIDER='View1' CMD='SET_NAV_STATE' ALL='X' IOBJNM_1='DTG057U7OQ8K2ALKCMR2AWM14' AXIS_1='Y' IOBJNM_2='0CALYEAR' POSITION_2='1' AXIS_2='X' IOBJNM_3='EFG057U7OQ8K2JKKCMR2AWM67' POSITION_3='2' AXIS_3='X'>

Ensuring that the cost centers (and not the materials) are in the drilldown for all query views

<SAP_BW_URL DATA_PROVIDER='*' MULTI='X' CMD='SET_NAV_STATE' IOBJNM_1='0COSTCENTER' AXIS_1='Y' IOBJNM_2='0MATERIAL' AXIS_2=' '>