C_JITOutbSupplierQuickView

DDL: C_JITOUTBSUPPLIERQUICKVIEW Type: view_entity CONSUMPTION

Supplier Details

C_JITOutbSupplierQuickView is a Consumption CDS View that provides data about "Supplier Details" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 11 fields with key field Supplier.

Data Sources (1)

SourceAliasJoin Type
I_Supplier I_Supplier from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Supplier Details view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey Supplier view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier ID
SupplierAccountGroup SupplierAccountGroup
SupplierName SupplierName
SupplierFullName SupplierFullName Supplier Name
Customer Customer Ship-to-party
OrganizationBPName1 OrganizationBPName1 Business Partner
OrganizationBPName2 OrganizationBPName2
SupplierPlant SupplierPlant Supplier Plant
IsBusinessPurposeCompleted IsBusinessPurposeCompleted
AuthorizationGroup AuthorizationGroup
_SupplierToBusinessPartner _SupplierToBusinessPartner
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Supplier Details'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM: {
  viewType: #CONSUMPTION
}
@ObjectModel.representativeKey: 'Supplier'
@UI.headerInfo : {
  typeImageUrl : 'sap-icon://supplier'

}
define view entity C_JITOutbSupplierQuickView as select from I_Supplier
{ 
  @UI.facet: [ {
               purpose:    #QUICK_VIEW,
               type:       #FIELDGROUP_REFERENCE,
               targetQualifier: 'Supplier',
               label: 'Supplier Details'
             }
           ]
  @UI.fieldGroup: [{ qualifier:'Supplier', position: 10}]
  @EndUserText.label: 'Supplier ID'
  key Supplier,
  SupplierAccountGroup,
  SupplierName,
  @UI.fieldGroup: [{ qualifier:'Supplier', position: 20}]
  @EndUserText.label: 'Supplier Name'
  SupplierFullName,
  @UI.fieldGroup: [{ qualifier:'Supplier', position: 30}]
  @EndUserText.label: 'Ship-to-party'
  Customer,
  @UI.fieldGroup: [{ qualifier:'Supplier', position: 40}]
  @EndUserText.label: 'Business Partner'
  OrganizationBPName1,
  OrganizationBPName2,
  @UI.fieldGroup: [{ qualifier:'Supplier', position: 50}]
  @EndUserText.label: 'Supplier Plant'
  SupplierPlant,
  
//  Added for DCL only

  @Semantics.booleanIndicator: true
  IsBusinessPurposeCompleted,
//  Added for DCL only

  AuthorizationGroup,
  
  //Associations

  _SupplierToBusinessPartner
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER"
],
"ASSOCIATED":
[
"I_SUPPLIERTOBUSINESSPARTNER"
],
"BASE":
[
"I_SUPPLIER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/