C_IntOrderActiveUserStatus
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)
| Source | Alias | Join Type |
|---|---|---|
| I_IntOrderActiveUserStatus | I_IntOrderActiveUserStatus | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_INTORDSETTLEMENTRULE_MANAGE | UI_INTORDSETTLRULE_MANAGE | V2 | C1 | NOT_RELEASED |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA