I_SrvcDocRelForBillgStsText

DDL: I_SRVCDOCRELFORBILLGSTSTEXT Type: view BASIC

Rel for Billg Sts of Srvc Trans - Text

I_SrvcDocRelForBillgStsText is a Basic CDS View that provides data about "Rel for Billg Sts of Srvc Trans - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields ServiceDocIsReleasedForBilling, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_SrvcDocRelForBillgSts _SrvcDocIsRelForBillgSts $projection.ServiceDocIsReleasedForBilling = _SrvcDocIsRelForBillgSts.ServiceDocIsReleasedForBilling
[0..1] I_Language _Language _Language.Language = $projection.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISERVDOCRELBLSTX view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Rel for Billg Sts of Srvc Trans - Text view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ServiceDocIsReleasedForBilling view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocIsReleasedForBilling domvalue_l
KEY Language ddlanguage
ServiceDocIsReldForBillingName ddtext
_SrvcDocIsRelForBillgSts _SrvcDocIsRelForBillgSts
_Language _Language
@AbapCatalog:{
sqlViewName: 'ISERVDOCRELBLSTX',
compiler.compareFilter: true,
preserveKey:true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Rel for Billg Sts of Srvc Trans - Text'

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
   representativeKey: 'ServiceDocIsReleasedForBilling',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #D,
     sizeCategory:   #S
   },
   dataCategory: #TEXT,
   supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, 
   #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE],
   modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations: true

define view I_SrvcDocRelForBillgStsText
  as select from dd07t
  association [1..1] to I_SrvcDocRelForBillgSts as _SrvcDocIsRelForBillgSts on $projection.ServiceDocIsReleasedForBilling = _SrvcDocIsRelForBillgSts.ServiceDocIsReleasedForBilling
  association [0..1] to I_Language              as _Language                on _Language.Language = $projection.Language
{

      @ObjectModel.foreignKey.association: '_SrvcDocIsRelForBillgSts'
  key domvalue_l as ServiceDocIsReleasedForBilling,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage as Language,
      @Semantics.text: true
      ddtext     as ServiceDocIsReldForBillingName,

      _SrvcDocIsRelForBillgSts,
      _Language
}
where
      domname  = 'CRMS4_STAT_FOR_BILLING'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SRVCDOCRELFORBILLGSTS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/