I_UtilsInvcgOrdSourceType

DDL: I_UTILSINVCGORDSOURCETYPE SQL: IEINVCGORDSRCETY Type: view BASIC

Invoicing Order Source Type

I_UtilsInvcgOrdSourceType is a Basic CDS View (Dimension) that provides data about "Invoicing Order Source Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field UtilsInvoicingOrdSrceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsInvcgOrdSourceTypeT _Text $projection.UtilsInvoicingOrdSrceType = _Text.UtilsInvoicingOrdSrceType

Annotations (15)

NameValueLevelField
EndUserText.label Invoicing Order Source Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEINVCGORDSRCETY view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey UtilsInvoicingOrdSrceType view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.sapObjectNodeType.name UtilsInvcgOrdSourceType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsInvoicingOrdSrceType
_Text _Text
@EndUserText.label: 'Invoicing Order Source Type'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEINVCGORDSRCETY'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'UtilsInvoicingOrdSrceType'
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@Analytics.dataExtraction.enabled: true
@ObjectModel.sapObjectNodeType.name: 'UtilsInvcgOrdSourceType'


define view I_UtilsInvcgOrdSourceType
  as select from dd07l
  association [0..*] to I_UtilsInvcgOrdSourceTypeT as _Text on $projection.UtilsInvoicingOrdSrceType = _Text.UtilsInvoicingOrdSrceType
{
      @ObjectModel.text.association: '_Text'
  key cast(substring(dd07l.domvalue_l, 1, 1) as bel_art  preserving type) as UtilsInvoicingOrdSrceType,
      _Text
}
where
      domname  = 'BEL_ART'
  and as4local = 'A'