C_CacheSupplier

DDL: C_CACHESUPPLIER SQL: CCACHESUPPLIER Type: view CONSUMPTION

MRP Supplier

C_CacheSupplier is a Consumption CDS View that provides data about "MRP Supplier" in SAP S/4HANA. It reads from 1 data source (I_CacheSupplier) and exposes 11 fields with key fields MRPPlant, Material, MRPArea, MRPPlanningSegmentType, MRPPlanningSegment.

Data Sources (1)

SourceAliasJoin Type
I_CacheSupplier I_CacheSupplier from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CCACHESUPPLIER view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label MRP Supplier view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
AccessControl.personalData.blocking #REQUIRED view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY MRPPlant MRPPlant
KEY Material Material
KEY MRPArea MRPArea
KEY MRPPlanningSegmentType MRPPlanningSegmentType
KEY MRPPlanningSegment MRPPlanningSegment
KEY Supplier Supplier
SequenceNumber SequenceNumber
MRPElementEndDate MRPElementEndDate
SupplierName SupplierName
AuthorizationGroup AuthorizationGroup
_Supplier _Supplier
@AbapCatalog.sqlViewName: 'CCACHESUPPLIER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'MRP Supplier'

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL

@VDM.viewType: #CONSUMPTION
@AccessControl.personalData.blocking: #REQUIRED

define view C_CacheSupplier
  as select from I_CacheSupplier
{
  key MRPPlant,
  key Material,
  key MRPArea,
  key MRPPlanningSegmentType,
  key MRPPlanningSegment,
  key Supplier,
      SequenceNumber,
      MRPElementEndDate,
      SupplierName,
      AuthorizationGroup,
      @UI.hidden: true
      @Consumption.filter.hidden: true
      _Supplier
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CACHESUPPLIER"
],
"ASSOCIATED":
[
"I_SUPPLIER"
],
"BASE":
[
"I_CACHESUPPLIER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/