Skip to content

Latest commit

 

History

History
148 lines (80 loc) · 4.07 KB

File metadata and controls

148 lines (80 loc) · 4.07 KB

Editing Status

The editing status reflects the state of the object or entry in terms of the processing cycle in an app based on SAP Fiori elements for OData V4.

For example, it can give the user information about whether the item can be accessed, or about its level of completion.

Users can view the editing status of the objects displayed on the list report page. On a list report page with a responsive table, the editing status is shown in the key column (the first column displayed with a semantic key). On a list report page with a grid table, a tree table, or an analytical table, the editing status is shown in a separate column which is placed in the second position and doesn't have a label. The editing status is calculated from the draft administrative data that is provided by the back end.

Note:

You can't override the header label of the editing status column.

Editing Status Visualization on a List Report Page with a Responsive Table

Editing Status Visualization on a List Report Page with a Grid Table

For the statuses Unsaved Changes by Another User and Locked by Another User, the name of the user who last changed the object is visible directly in the line item on the list report page. Note that if the user's full name isn't available in the master data in the back-end system, only the technical user name is displayed. If the technical name is also not available, the message then indicates that the unsaved changes or the lock on the object belongs to "another user".

In addition, for the statuses Own Draft, Unsaved Changes by Another User, and Locked by Another User, a link accesses a popover to allow you to view the user who last changed the object and the time of the change. Note that if the user's full name isn't available in the master data in the back-end system, only the technical user name is displayed.

A static filter attribute is available for all applications, which is added to the filter bar of the list report page for all draft-enabled applications by default. This filter allows users to search for objects or entries in a specific state.

The drop-down values are as follows:

Dropdown Values

Dropdown Value

Description

All

Displays all entities

Own Draft

Displays a user's own draft only

Locked by Another User

Displays all entities that are currently in progress by someone

Unsaved Changes by Another User

Displays all entities with unsaved changes (lock expired, draft of someone is still available)

Unchanged

Displays all entities that have no draft

Note:

The default search filter is All, even if the user clears the filter value.

Disabling the Editing Status Filter

If desired, the editing status filter can be disabled after you generate your app. For more information, see Disabling the Editing Status Filter.

Note:

For information about SAP Fiori elements for OData V2, see Editing Status.

Related Information

Handling Semantic Key Fields