C_CacheSupplier
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CacheSupplier | I_CacheSupplier | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA