I_Draft_User

DDL: I_DRAFT_USER Type: view_entity

User Name View

I_Draft_User is a CDS View that provides data about "User Name View" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 2 fields with key field UserName. It is exposed through 3 OData services (UI_MAINTPLANNING_BUCKET, UI_RESERVATION_HDR_MNG_V2, UI_RESERVATION_ITM_MNG_V2). It is used in 3 Fiori applications: Manage Manual Reservations, Manage Reservation Items, Manage Reservation Items.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label User Name View view
Search.searchable true view

OData Services (3)

ServiceBindingVersionContractRelease
UI_MAINTPLANNING_BUCKET UI_MAINTPLANNING_BUCKET_O4 V4 C1 NOT_RELEASED
UI_RESERVATION_HDR_MNG_V2 UI_RESERVATION_HDR_MNG_V2 V2 C1 NOT_RELEASED
UI_RESERVATION_ITM_MNG_V2 UI_RESERVATION_ITM_MNG_V2 V2 C1 NOT_RELEASED

Fiori Apps (3)

App IDApp NameTypeDescription
F4839 Manage Manual Reservations Transactional With this app you can create, copy and manage manual reservations for goods movements
F5601 Manage Reservation Items Transactional With this App you can display Reservation items, create and copy Reservations.
F5601 Manage Reservation Items Transactional With this App you can display Reservation items, create and copy Reservations.

Manage Manual Reservations

Business Role: Warehouse Clerk

This app enables you to create and manage Manual Reservations for goods movements for a warehouse. Based on initial user’s input, the app calculates a predefined set of rules for reservation processing and adds relevant default values. You can search for reservations using different filters and display general information and details of individual reservation items. It’s possible to plan goods issues, goods receipts, and transfer postings.

Manage Reservation Items

Business Role: Warehouse Clerk

This app enables you to view the items of a reservation. It is also possible to create, copy and maintain Manual Reservations as well as mark items as deleted for Manual Reservations.

Manage Reservation Items

Business Role: Warehouse Clerk

This app enables you to view the items of a reservation. It is also possible to create, copy and maintain Manual Reservations as well as mark items as deleted for Manual Reservations.

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UserName bname
Description techdesc
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'User Name View'
@Search.searchable:                true
define view entity I_Draft_User
  as select from usr21
{
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      @ObjectModel.text.element: [ 'Description' ]
  key bname    as UserName,
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      techdesc as Description

}