I_NetDryReportMeasureType

DDL: I_NETDRYREPORTMEASURETYPE SQL: INDREPMSRTYP Type: view BASIC

Net Dry Report Measure Type

I_NetDryReportMeasureType is a Basic CDS View (Dimension) that provides data about "Net Dry Report Measure Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field NetDryRepMeasureType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_NetDryReportMeasureTypeT _Text $projection.NetDryRepMeasureType = _Text.NetDryRepMeasureType

Annotations (13)

NameValueLevelField
EndUserText.label Net Dry Report Measure Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName INDREPMSRTYP view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey NetDryRepMeasureType 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 NetDryRepMeasureType domvalue_l
_Text _Text
@EndUserText.label: 'Net Dry Report Measure Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'INDREPMSRTYP'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'NetDryRepMeasureType'

@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_NetDryReportMeasureType
  as select from dd07l
  association [0..*] to I_NetDryReportMeasureTypeT as _Text on $projection.NetDryRepMeasureType = _Text.NetDryRepMeasureType
{
      @ObjectModel.text.association: '_Text'
  key domvalue_l as NetDryRepMeasureType,
      _Text
}
where
      domname  = 'CDS_NETDRY_REPORT_FIELD_TYPE'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_NETDRYREPORTMEASURETYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/