C_JITUnloadingPointValueHelp
Unloading Point Value Help
C_JITUnloadingPointValueHelp is a Consumption CDS View that provides data about "Unloading Point Value Help" in SAP S/4HANA. It reads from 1 data source (I_CustomerUnloadingPoint) and exposes 3 fields with key fields Customer, UnloadingPointName.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustomerUnloadingPoint | I_CustomerUnloadingPoint | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Analytics.technicalName | CJITUNLDNGPT_VH | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Unloading Point Value Help | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | UnloadingPointName | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| KEY | UnloadingPointName | UnloadingPointName | ||
| _Customer | _Customer |
@AccessControl.authorizationCheck: #CHECK
@AccessControl: {
personalData: {
blocking:#REQUIRED
}
}
@Analytics.technicalName: 'CJITUNLDNGPT_VH'
@Consumption.ranked: true
@EndUserText.label : 'Unloading Point Value Help'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel :{ dataCategory : #VALUE_HELP,
representativeKey : 'UnloadingPointName',
semanticKey : [ 'Customer', 'UnloadingPointName'],
usageType : { dataClass : #MASTER,
serviceQuality : #A,
sizeCategory : #S
}
}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view entity C_JITUnloadingPointValueHelp
as select from I_CustomerUnloadingPoint
{
/* start suppress warning shlporigin_not_inherited */
/*====================================================================*/
//*Technical Key //
//*--------------------------------------------------------------------*//
@EndUserText: {label: 'Ship-To Party'}
@Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8 }
key Customer,
@EndUserText: {label: 'Unloading Point'}
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
key UnloadingPointName,
/* Associations */
@Consumption.filter.hidden: true
_Customer
/* end suppress warning shlporigin_not_inherited */
}
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