I_PartialGoodsReceiptIndicator

DDL: I_PARTIALGOODSRECEIPTINDICATOR SQL: IPRTGRC Type: view BASIC

Partial Goods Receipt Indicator Value Help

I_PartialGoodsReceiptIndicator is a Basic CDS View that provides data about "Partial Goods Receipt Indicator Value Help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields SAPDataDictionaryDomain, PartialInvoiceDistribution.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPRTGRC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Partial Goods Receipt Indicator Value Help view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname
KEY PartialInvoiceDistribution
PartialInvoiceDistributionName ddtext
@AbapCatalog.sqlViewName: 'IPRTGRC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
//check this should be #S

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Partial Goods Receipt Indicator Value Help'
@VDM.lifecycle.contract.type :#PUBLIC_LOCAL_API


define view I_PartialGoodsReceiptIndicator
  as select from dd07t
{

  key domname                                               as SAPDataDictionaryDomain,

      // @ObjectModel.text: { element: 'DomainText' }

      //Cast domvalue_L to match the GFN fields details

  key cast( domvalue_l   as mmpur_req_d_partial_inv_dist  ) as PartialInvoiceDistribution,
      @Semantics.text: true
      ddtext                                                as PartialInvoiceDistributionName
}
where
      domname    = 'TWRKZ'
  and ddlanguage = $session.system_language
  and as4local   = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/