Definition
Remove Filter
is a command for a view in the Web template.Use
You use this command to remove the filter from a characteristic or a structure for one or more views.
Structure
CMD |
Remove_Filter |
Parameter |
Description |
IOBJNM |
Name of the characteristic/structure Specify here the technical name of the characteristic (0COUNTRY, for example) or structure (25 characters) from which you want to delete the filter. |
Examples
Remove the filter by country from View 1
<SAP_BW_URL DATA_PROVIDER=’View 1’ CMD=’Remove_Filter’ IOBJNM=’0COUNTRY’ >
Remove the filter by country from all views, and filter according to calendar year 2000
<SAP_BW_URL DATA_PROVIDER=’*’ MULTI=’X’ CMD=’Remove_Filter’ IOBJNM=’0COUNTRY’ FILTER_IOBJNM=’0CALYEAR’ FILTER_VALUE=’2000’>