C_Manufctrnmbrtemp
Manufacturer number Value help
C_Manufctrnmbrtemp is a Consumption CDS View that provides data about "Manufacturer number Value help" in SAP S/4HANA. It reads from 1 data source (lfa1) and exposes 3 fields with key field Supplier.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| lfa1 | lfa1 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMANFCTRNMBRVH | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | Supplier | view | |
| EndUserText.label | Manufacturer number Value help | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | lifnr | ||
| Name | mcod1 | |||
| AuthorizationGroup | begru |
@AbapCatalog.sqlViewName: 'CMANFCTRNMBRVH'
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true
@ObjectModel.representativeKey:'Supplier'
@EndUserText.label: 'Manufacturer number Value help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@AccessControl.personalData.blocking : #NOT_REQUIRED
define view C_Manufctrnmbrtemp
as select from lfa1
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key lifnr as Supplier,
@Semantics.text: true
mcod1 as Name,
@UI.hidden: true
begru as AuthorizationGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LFA1"
],
"ASSOCIATED":
[],
"BASE":
[],
"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