C_RealTmeOrdJointProductionVH

DDL: C_REALTMEORDJOINTPRODUCTIONVH SQL: CEBORDJNTPRDVH Type: view CONSUMPTION

Real Time Production Order Joint Production

C_RealTmeOrdJointProductionVH is a Consumption CDS View that provides data about "Real Time Production Order Joint Production" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 3 fields with key fields MfgOrderHasMultipleItems, Language.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText I_DomainFixedValueText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CEBORDJNTPRDVH view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey MfgOrderHasMultipleItems view
UI.textArrangement #TEXT_ONLY view
EndUserText.label Real Time Production Order Joint Production view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MfgOrderHasMultipleItems
KEY Language Language
MfgOrderWithMultipleItemsText
@AbapCatalog.sqlViewName: 'CEBORDJNTPRDVH'
@AbapCatalog.compiler.compareFilter: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED

@VDM.viewType: #CONSUMPTION

@ObjectModel: {
    dataCategory: #VALUE_HELP,
    usageType: {
        dataClass: #CUSTOMIZING,
        serviceQuality: #B,
        sizeCategory: #S
    }
}

@ObjectModel.representativeKey: 'MfgOrderHasMultipleItems'

@UI.textArrangement: #TEXT_ONLY

@EndUserText.label: 'Real Time Production Order Joint Production'
define view C_RealTmeOrdJointProductionVH
  as select from I_DomainFixedValueText
{
      @ObjectModel.text.element: 'MfgOrderWithMultipleItemsText'
      @Semantics.booleanIndicator: true
  key cast(DomainValue as fis_co_mltps)                  as MfgOrderHasMultipleItems,

      @UI.hidden: true
  key Language,

      @Semantics.text: true
      cast(DomainText as fco_rt_prod_costs_jnt_prod_txt) as MfgOrderWithMultipleItemsText
}
where
      SAPDataDictionaryDomain = 'FCO_RT_PROD_COSTS_JOINT_PRD_VH'
  and Language                = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/