A_ComplaintInspection

DDL: A_COMPLAINTINSPECTION Type: view_entity CONSUMPTION

Inspection Detail

A_ComplaintInspection is a Consumption CDS View that provides data about "Inspection Detail" in SAP S/4HANA. It reads from 1 data source (I_ComplaintInspection) and exposes 9 fields with key fields PrecedingDocument, PrecedingDocumentItem, InspectionDocument, ReturnsInspectionItem. It is exposed through 2 OData services (API_CMPLPROCESSFLOWDETAIL_2, API_COMPLAINTPROCESSFLOWDETAIL).

Data Sources (1)

SourceAliasJoin Type
I_ComplaintInspection ComplaintInspection from

Annotations (11)

NameValueLevelField
ObjectModel.modelingPattern #NONE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Inspection Detail view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entitySet.name ComplaintInspectionDetail view
OData.entityType.name ComplaintInspectionDetail_Type view

OData Services (2)

ServiceBindingVersionContractRelease
API_CMPLPROCESSFLOWDETAIL_2
API_COMPLAINTPROCESSFLOWDETAIL API_COMPLAINTPROCESSFLOWDETAIL V4 C2 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY PrecedingDocument PrecedingDocument
KEY PrecedingDocumentItem PrecedingDocumentItem
KEY InspectionDocument InspectionDocument
KEY ReturnsInspectionItem ReturnsInspectionItem
SubsequentDocumentCategory SubsequentDocumentCategory
ReturnsInspectionStatusText _InspectionStatusText ReturnsInspectionStatusText
ReferenceDocument ReferenceDocument
ReferenceDocumentItem ReferenceDocumentItem
CustomerReturnType _CustomerReturn CustomerReturnType
@ObjectModel: {
 modelingPattern: #NONE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck:  #MANDATORY
@EndUserText.label: 'Inspection Detail'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@OData: {
  entitySet:  { name: 'ComplaintInspectionDetail' },
 entityType: { name: 'ComplaintInspectionDetail_Type' }
}
define view entity A_ComplaintInspection
  as select from I_ComplaintInspection as ComplaintInspection
{

  key    PrecedingDocument,
  key    PrecedingDocumentItem,
  key    InspectionDocument,
  key    ReturnsInspectionItem,
         SubsequentDocumentCategory,
         _InspectionStatusText.ReturnsInspectionStatusText as ReturnsInspectionStatusText,
         ReferenceDocument,
         ReferenceDocumentItem,
         _CustomerReturn.CustomerReturnType
}