C_CntrlPurContrSuplrValueHelp
Cnsmpn Vw for Supplier Val Help in CCTR
C_CntrlPurContrSuplrValueHelp is a Consumption CDS View that provides data about "Cnsmpn Vw for Supplier Val Help in CCTR" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 16 fields with key field Supplier. Part of development package ODATA_MM_CCTR_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| EndUserText.label | Cnsmpn Vw for Supplier Val Help in CCTR | view | |
| Analytics.technicalName | CCNTRLPCSUPLRVH | view | |
| Consumption.ranked | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | Supplier | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | ||
| SupplierName | SupplierName | |||
| AuthorizationGroup | AuthorizationGroup | |||
| SupplierAccountGroup | SupplierAccountGroup | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| DataControllerSet | DataControllerSet | |||
| DataController1 | DataController1 | |||
| DataController2 | DataController2 | |||
| DataController3 | DataController3 | |||
| DataController4 | DataController4 | |||
| DataController5 | DataController5 | |||
| DataController6 | DataController6 | |||
| DataController7 | DataController7 | |||
| DataController8 | DataController8 | |||
| DataController9 | DataController9 | |||
| DataController10 | DataController10 |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@EndUserText.label: 'Cnsmpn Vw for Supplier Val Help in CCTR'
@Analytics.technicalName: 'CCNTRLPCSUPLRVH'
@Consumption.ranked: true
@ObjectModel: { usageType: { serviceQuality: #C,
sizeCategory: #XL,
dataClass: #MASTER },
representativeKey: 'Supplier',
dataCategory:#VALUE_HELP }
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity C_CntrlPurContrSuplrValueHelp as select from I_Supplier
{
@ObjectModel.text.element: [ 'SupplierName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH }
key Supplier as Supplier,
@Semantics.text: true
SupplierName as SupplierName,
//for DCL
@UI.hidden: true
@Consumption.hidden: true
AuthorizationGroup,
@UI.hidden: true
@Consumption.hidden: true
SupplierAccountGroup,
@UI.hidden: true
@Consumption.hidden: true
IsBusinessPurposeCompleted,
@UI.hidden: true
@Consumption.hidden: true
DataControllerSet,
@UI.hidden: true
@Consumption.hidden: true
DataController1,
@UI.hidden: true
@Consumption.hidden: true
DataController2,
@UI.hidden: true
@Consumption.hidden: true
DataController3,
@UI.hidden: true
@Consumption.hidden: true
DataController4,
@UI.hidden: true
@Consumption.hidden: true
DataController5,
@UI.hidden: true
@Consumption.hidden: true
DataController6,
@UI.hidden: true
@Consumption.hidden: true
DataController7,
@UI.hidden: true
@Consumption.hidden: true
DataController8,
@UI.hidden: true
@Consumption.hidden: true
DataController9,
@UI.hidden: true
@Consumption.hidden: true
DataController10
}
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