C_IntOrderActiveUserStatus

DDL: C_INTORDERACTIVEUSERSTATUS Type: view_entity CONSUMPTION Package: ODATA_INTERNAL_ORDERS_V2

Internal Order Active User Status

C_IntOrderActiveUserStatus is a Consumption CDS View that provides data about "Internal Order Active User Status" in SAP S/4HANA. It reads from 1 data source (I_IntOrderActiveUserStatus) and exposes 9 fields with key fields StatusObject, UserStatus. It is exposed through 1 OData service (UI_INTORDSETTLEMENTRULE_MANAGE). Part of development package ODATA_INTERNAL_ORDERS_V2.

Data Sources (1)

SourceAliasJoin Type
I_IntOrderActiveUserStatus I_IntOrderActiveUserStatus from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Internal Order Active User Status view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_INTORDSETTLEMENTRULE_MANAGE UI_INTORDSETTLRULE_MANAGE V2 C1 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY StatusObject StatusObject
KEY UserStatus UserStatus
StatusProfile StatusProfile
StatusIsInactive StatusIsInactive
IntOrderStatusSequenceNumber IntOrderStatusSequenceNumber
UserStatusShortName UserStatusShortName
UserStatusName UserStatusName
ControllingArea ControllingArea
OrderType OrderType
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Internal Order Active User Status'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  semanticKey: ['StatusObject', 'UserStatus'],
  usageType:{
    serviceQuality: #C,
    sizeCategory: #XL,
    dataClass: #MIXED
  }
}
@VDM: {
  viewType: #CONSUMPTION
}
define view entity C_IntOrderActiveUserStatus
  as select from I_IntOrderActiveUserStatus
{
      @UI.hidden: true
  key StatusObject,

      @UI.hidden: true
  key UserStatus,

      StatusProfile,

      @Semantics.booleanIndicator: true
      StatusIsInactive,

      IntOrderStatusSequenceNumber,

      @ObjectModel.text.element: ['UserStatusName']
      UserStatusShortName,

      UserStatusName,

      ControllingArea,

      OrderType
}