C_IntOrderActiveUserStatus

DDL: C_INTORDERACTIVEUSERSTATUS Type: view_entity CONSUMPTION

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.

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

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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INTORDERACTIVEUSERSTATUS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/