!--a11y-->
Setting the Navigational Status 
Set Navigation Statusis a command for a Data Provider in the Web Template.
By calling up this command, you can restructure or redistribute characteristics and structures on the axes.
|
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 here the technical name of the characteristic (such as 0COUNTRY) / structure (25 character string) that you want to place on the 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 parameter POSITION determines its position on the axis. |
|
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 set to ‘0’, the characteristic/structure is placed 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'>
Make sure that the cost centers are in drilldown for all DataProviders and not the materials
<SAP_BW_URL DATA_PROVIDER='*' MULTI='X' CMD='SET_NAV_STATE' IOBJNM_1='0COSTCENTER' AXIS_1='Y' IOBJNM_2='0MATERIAL' AXIS_2=' '>
