I_ProdnRsceToolControlProfile

DDL: I_PRODNRSCETOOLCONTROLPROFILE SQL: IPPPRTCONTPRFL Type: view BASIC

Production Resource Tool Control Profile

I_ProdnRsceToolControlProfile is a Basic CDS View (Dimension) that provides data about "Production Resource Tool Control Profile" in SAP S/4HANA. It reads from 1 data source (tcf10) and exposes 7 fields with key field ProdnRsceToolControlProfile. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tcf10 prfl from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdnRsceToolControlPrflText _Text $projection.ProdnRsceToolControlProfile = _Text.ProdnRsceToolControlProfile

Annotations (21)

NameValueLevelField
AbapCatalog.sqlViewName IPPPRTCONTPRFL view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ProdnRsceToolControlProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Production Resource Tool Control Profile view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ProdnRsceToolControlProfile tcf10 steuf
ProdnRsceToolSchedgIsActv tcf10 xterm
ProdnRsceToolCostingIsActive tcf10 xkalk
ProdnRsceToolConfIsActive tcf10 xrueck
ProdnRsceToolPrintIsActive tcf10 xdruck
ProdnRsceToolExpandPrintIsActv tcf10 xexpand
_Text _Text
@AbapCatalog.sqlViewName: 'IPPPRTCONTPRFL'
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'ProdnRsceToolControlProfile'
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY, #VALUE_HELP_PROVIDER]
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Production Resource Tool Control Profile'

define view I_ProdnRsceToolControlProfile
  as select from tcf10 as prfl

  association [0..*] to I_ProdnRsceToolControlPrflText as _Text on $projection.ProdnRsceToolControlProfile = _Text.ProdnRsceToolControlProfile
{
    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}  
    @ObjectModel.text.association: '_Text'
    key prfl.steuf as ProdnRsceToolControlProfile,
    
    // Indicators

    prfl.xterm     as ProdnRsceToolSchedgIsActv,
    prfl.xkalk     as ProdnRsceToolCostingIsActive,
    prfl.xrueck    as ProdnRsceToolConfIsActive,
    prfl.xdruck    as ProdnRsceToolPrintIsActive,
    prfl.xexpand   as ProdnRsceToolExpandPrintIsActv,
    
    // Associations

    _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCF10"
],
"ASSOCIATED":
[
"I_PRODNRSCETOOLCONTROLPRFLTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/