!--a11y-->
Web Cockpit: My Cost Centers – Current Situation 
Contents
The cost center manager uses this Web Cockpit for a quick overview of the current costs on his or her cost centers.
This Web Cockpit contains five reports for the cost center manager that provide information on the current plan-actual situation of the cost centers. If personalization is active, the reports are filtered automatically by the cost centers for which the manager is responsible (provided these were specified in the personalization settings).
See also:
WEB: Personalization.The initial screen shows a cost element report with a graphic. It displays the actual and planned costs of the last period, the variances, and the statistical key figures for the time frame.
The report first displays cumulative data for your cost centers. You can restrict the report to an individual cost center by selecting the cost center from the selection list in the report header. Selecting a filter value in this way is only possible in the initial report.
You can navigate to detailed reports on travel expenses, personnel costs, depreciation, and purchase orders using the navigation bar at the top of the report. The filter for cost centers is taken from the initial report.
This Web Cockpit can be used as a central self-service point, either alone or in conjunction with our other Web Cockpits in CO. Reports can be sent to thousands of addressees on this new distribution path. The expense and trouble of distributing reports as hard copies is no longer necessary. This lowers costs and enables current information to be accessed more quickly.
Managers can access the reports through a standard web browser – no special software is needed.
Navigation
Information on navigating in the reports can be found under
Navigation and Navigation Functions.
Queries Utilized
The Web Cockpit comprises the following queries:
Initial Report
Web:
My Cost Centers – Plan/Actual – Current and YTD Web: My Cost Centers – Key Figures – Current and YTDWeb:
My Cost Centers – Plan/Actual – YTD GraphicWeb:
My Cost Centers – Plan/Actual – QuarterlyWeb:
My Cost Centers – Key Figures – QuarterlyTravel Expenses
Web:
My Cost Centers – Travel Expenses – DetailWeb:
My Cost Centers – Travel Expenses – CurrentWeb:
My Cost Centers – Travel Planning – CurrentWeb:
My Cost Centers – Travel Expenses – YearWeb:
My Cost Centers – Travel Expenses – QuarterlyWeb:
My Cost Centers – Travel Expenses – Last 12 MonthsPersonnel Costs
Web:
My Cost Centers – Education and Training Costs – YearWeb:
My Cost Centers – Education and Training Costs – QuarterlyWeb:
My Cost Centers – Education and Training Costs – CurrentWeb:
Personal Costs for Current Fiscal Year
Web: Personal Costs for Last Posting Period
Web: Personal Costs for Current Fiscal Year (Quarters)
Depreciations
Web:
My Cost Centers – Depreciation – QuarterlyWeb:
My Cost Centers – Depreciation – Current SituationWeb:
My Cost Centers – Depreciation – YTDWeb:
My Cost Centers – Depreciation – Top 5 Last PeriodPurchase Orders
Web:
My Cost Centers – Procurement Data – QuarterlyWeb:
My Cost Centers – Procurement Data – Current and YTDHTML Templates
Enhancing the BW Web Cockpit
Adding your own cost center reports can enhance the cockpit.

The selection of report objects through assigned cost centers does not necessarily reflect the actual account assignment information of the posted costs. Consequently, variances between the cost element report and the supplementary reports are unavoidable.
0COSTCENTER (see also Personalization).
table,
chart,
filter, ...).The following items are needed in the template for navigation purposes, even though they are not displayed:
In the input element FILTER_CCTR (see also example):
Filter (item type filter) for characteristic cost center (info object for cost center that is used in the query) with the following attributes:
|
Attributes |
Value |
Description |
|
Name (NAME) |
FILTER_COSTCTR |
Logical name of element, change default value of Web publisher if necessary. |
|
Output values without labeling (ONLY_VALUES) |
X |
Filter values are displayed without formatting, separated by semicolons. |
|
Display of filter value (PRESENTATION) |
KEY |
The filter value is displayed as a text or as a key. |

<input type="hidden" name="FILTER_CCTR" value="
<object>
<param name='OWNER' value='SAP_BW'>
<param name='CMD' value='GET_ITEM'>
<param name='NAME' value='FILTER_COSTCTR'>
<param name='ITEM_CLASS' value='CL_RSR_WWW_ITEM_FILTER'>
<param name='DATA_PROVIDER' value='travel_ytd'>
<param name='ITEM_FILTER_IOBJNM' value='0EMPLOYEE__0MAST_CCTR'>
<param name='PRESENTATION' value='KEY'>
ITEM :FILTER_COSTCTR
</object>
">
In the input element TEXT_CCTR (see also example):
Filter (item type filter) for characteristic cost center (info object for cost center that is used in the query) with the following attributes:
|
Attributes |
Value |
Description |
|
Name (NAME) |
FILTER_COSTCTR_1 |
Logical name of element, change default value of Web publisher if necessary. |
|
Output values without labeling (ONLY_VALUES) |
X |
Filter values are displayed without formatting, separated by semicolons. |
|
Display of filter value (PRESENTATION) |
TEXT |
The filter value is displayed as a text or as a key. |

<input type="hidden" name="TEXT_CCTR" value="
<object>
<param name='OWNER' value='SAP_BW'>
<param name='CMD' value='GET_ITEM'>
<param name='NAME' value='FILTER_COSTCTR_1'>
<param name='ITEM_CLASS' value='CL_RSR_WWW_ITEM_FILTER'>
<param name='DATA_PROVIDER' value='travel_ytd'>
<param name='ITEM_FILTER_IOBJNM' value='0EMPLOYEE__0MAST_CCTR'>
<param name='PRESENTATION' value='TEXT'>
ITEM :FILTER_COSTCTR
</object>
">

Do not make any changes to the structure of the template, and do not delete any <input type="hidden"...> parameters, since these are necessary for navigation.

For more information on the enhancement, see:
Enhancing Web Cockpits (for example,. My Cost Centers – Planning)
