cancel
Showing results for 
Search instead for 
Did you mean: 

Define default order of work centers

Former Member
0 Kudos

Hi everyone,

I have a small simple question but could not find an answer in the documentation (Maybe it is there but I were not able to locate it).

The question is:

I have created multiple work centers in our custom solution.

These work centers always have the same order in the top ribbon after initially assigning them a user.

I can change this order as a user by dragging them using the mouse.

However:

Using the SDK, is it possible to define the initial order these work centers are displayed?

Reasoning behind this question is, that they have a natural ordering due to their nature but the current default order is a different one.

Accepted Solutions (1)

Accepted Solutions (1)

charles_paulet
Participant
0 Kudos

Hi,

I find this in the doc :

Modify the Order of Work Centers

Overview

You can modify the order in which the work centers are displayed in the UI Settings XML file, the path to which is given below.

Prerequisites

The UI Settings file has a WorkCenterListAnchor.

For more information, see Anchors.

Procedure

  1. In the studio, open the user interface designer.

  2. In the Configuration Explorer, go to SAP_BYD_UI_CCOW Main root uisetting .

  3. Double-click the file.

  4. In the Extensibility Explorer, select the WorkCenterListAnchor.

  5. Click Add and then choose WorkCenterReordering.

  6. You can do the following in the Work Center Reordering dialog box:

    • Add work centers to the list of Ordered WorkCenters.

      • Select the required work center from the list of Unordered WorkCenters and use the right arrow button to add the work center to the list of Ordered WorkCenters.

        The required work center is added to the list of Ordered WorkCenters, below a work center selected in the list.

    • Remove work centers from the list of Ordered WorkCenters.

      • Select the required work center from the list of Ordered WorkCenters and use the left arrow button to move the work center to the list of Unordered WorkCenters.

    • Change the position of the work center.

      • Select a work center and use the up and down arrow buttons to change its position in the list of Ordered WorkCenters.

      • To place the selected work center at the top of the list of Ordered WorkCenters click Top.

      • To place the selected work center at the bottom of the list of Ordered WorkCenters click Bottom.

  • Click Apply.

  • Save and activate your changes.

Answers (0)