I_DailyGrainRepQtyType

DDL: I_DAILYGRAINREPQTYTYPE SQL: IDGREPQTYTYPE Type: view BASIC

Daily Grain Report Quantity Type

I_DailyGrainRepQtyType is a Basic CDS View that provides data about "Daily Grain Report Quantity Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DailyGrainReportQtyType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DailyGrainRepQtyTypeText _Text $projection.DailyGrainReportQtyType = _Text.DailyGrainReportQtyType

Annotations (11)

NameValueLevelField
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IDGREPQTYTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Daily Grain Report Quantity Type view
ObjectModel.representativeKey DailyGrainReportQtyType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.supportedCapabilities #CDS_MODELING_DATA_SOURCE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DailyGrainReportQtyType domvalue_l
_Text _Text
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IDGREPQTYTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Daily Grain Report Quantity Type'

@ObjectModel.representativeKey: 'DailyGrainReportQtyType'

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
@Metadata.ignorePropagatedAnnotations: true   
@ObjectModel.supportedCapabilities:#CDS_MODELING_DATA_SOURCE  
define view I_DailyGrainRepQtyType 
 as select from dd07l
  association [0..*] to I_DailyGrainRepQtyTypeText  as _Text on $projection.DailyGrainReportQtyType = _Text.DailyGrainReportQtyType
{
      @ObjectModel.text.association: '_Text'
  key domvalue_l as DailyGrainReportQtyType,
      _Text
}
where
      domname  = 'CDS_DGR_QUANTIYTYPE'
  and as4local = 'A';