I_FxdAstUsageObjectLfcycSts

DDL: I_FXDASTUSAGEOBJECTLFCYCSTS SQL: IFAUOLFCYCSTS Type: view BASIC

Usage Object Lifecycle Status

I_FxdAstUsageObjectLfcycSts is a Basic CDS View that provides data about "Usage Object Lifecycle Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FixedAssetUsageObjLfcycSts. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FxdAstUsageObjLfcycStsText _Text $projection.FixedAssetUsageObjLfcycSts = _Text.FixedAssetUsageObjLfcycSts

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IFAUOLFCYCSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey FixedAssetUsageObjLfcycSts view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Usage Object Lifecycle Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FixedAssetUsageObjLfcycSts
_Text _Text
@AbapCatalog.sqlViewName: 'IFAUOLFCYCSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
    representativeKey: 'FixedAssetUsageObjLfcycSts',
    usageType.serviceQuality: #A,
    usageType.sizeCategory: #S,
    usageType.dataClass: #CUSTOMIZING
}
@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Usage Object Lifecycle Status'
define view I_FxdAstUsageObjectLfcycSts
  as select from dd07l

  association [0..*] to I_FxdAstUsageObjLfcycStsText as _Text on $projection.FixedAssetUsageObjLfcycSts = _Text.FixedAssetUsageObjLfcycSts
{
      @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as faa_uo_lc_status)          as FixedAssetUsageObjLfcycSts,

      _Text

}
where
      as4local = 'A'
  and domname  = 'FAA_UO_LC_STATUS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FXDASTUSAGEOBJLFCYCSTSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/