I_InspPartialLotAssignmentText

DDL: I_INSPPARTIALLOTASSIGNMENTTEXT SQL: IINSPTPLTASGT Type: view BASIC

Assignment of Partial Lot to Inspection Text

I_InspPartialLotAssignmentText is a Basic CDS View that provides data about "Assignment of Partial Lot to Inspection Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields InspectionPartialLotAssignment, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_InspPartialLotAssignment _InspPartialLotAssignment $projection.InspectionPartialLotAssignment = _InspPartialLotAssignment.InspectionPartialLotAssignment

Annotations (10)

NameValueLevelField
EndUserText.label Assignment of Partial Lot to Inspection Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IINSPTPLTASGT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspectionPartialLotAssignment view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InspectionPartialLotAssignment
KEY Language ddlanguage
InspPartialLotAssignmentText ddtext
_InspPartialLotAssignment _InspPartialLotAssignment
_Language _Language
@EndUserText.label: 'Assignment of Partial Lot to Inspection Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPTPLTASGT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'InspectionPartialLotAssignment'
@ObjectModel.usageType: {
    dataClass: #META,
    sizeCategory: #S,
    serviceQuality: #C } //as function substring is used but #A and #B must not contain functions

define view I_InspPartialLotAssignmentText
  as select from dd07t
  association [0..1] to I_Language                 as _Language                 on $projection.Language = _Language.Language
  association [1..1] to I_InspPartialLotAssignment as _InspPartialLotAssignment on $projection.InspectionPartialLotAssignment = _InspPartialLotAssignment.InspectionPartialLotAssignment
{
  key cast ( substring( domvalue_l, 1, 1 ) as qppkztlzu ) as InspectionPartialLotAssignment,
      @Semantics.language
  key ddlanguage                                          as Language,
      @Semantics.text
      ddtext                                              as InspPartialLotAssignmentText,
      _InspPartialLotAssignment,
      _Language
}
where
      domname  = 'QPPKZTLZU'
  and as4local = 'A'              
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_INSPPARTIALLOTASSIGNMENT",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/