I_ServiceDocBillingStatusText

DDL: I_SERVICEDOCBILLINGSTATUSTEXT Type: view BASIC

Billing Status of Srvc Transaction - Text

I_ServiceDocBillingStatusText is a Basic CDS View that provides data about "Billing Status of Srvc Transaction - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields ServiceDocBillingStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_ServiceDocBillingStatus _ServiceDocBillingStatus $projection.ServiceDocBillingStatus = _ServiceDocBillingStatus.ServiceDocBillingStatus
[0..1] I_Language _Language _Language.Language = $projection.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISERVDOCBILSTATX view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Billing Status of Srvc Transaction - Text view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ServiceDocBillingStatus view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocBillingStatus domvalue_l
KEY Language ddlanguage
ServiceDocBillingStatusName ddtext
_ServiceDocBillingStatus _ServiceDocBillingStatus
_Language _Language
@AbapCatalog:{
sqlViewName: 'ISERVDOCBILSTATX',
compiler.compareFilter: true,
preserveKey:true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Billing Status of Srvc Transaction - Text'

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

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

define view I_ServiceDocBillingStatusText
  as select from dd07t
  association [1..1] to I_ServiceDocBillingStatus as _ServiceDocBillingStatus on $projection.ServiceDocBillingStatus = _ServiceDocBillingStatus.ServiceDocBillingStatus
  association [0..1] to I_Language                as _Language                on _Language.Language = $projection.Language
{

      @ObjectModel.foreignKey.association: '_ServiceDocBillingStatus'
  key domvalue_l as ServiceDocBillingStatus,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage as Language,
      @Semantics.text: true
      ddtext     as ServiceDocBillingStatusName,

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