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 (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJITUNLDNGPT_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Unloading Point Value Help | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| KEY | UnloadingPointName | UnloadingPointName | ||
| _Customer | _Customer |
@AbapCatalog.sqlViewName: 'CJITUNLDNGPT_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl: {
personalData: {
blocking:#REQUIRED
}
}
@EndUserText.label: 'Unloading Point Value Help'
@VDM.viewType: #CONSUMPTION
@ObjectModel.semanticKey: [ 'Customer', 'UnloadingPointName' ]
@ObjectModel.representativeKey: [ 'UnloadingPointName' ]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory:#VALUE_HELP
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
define view C_JITUnloadingPointValueHelp
as select from I_CustomerUnloadingPoint
{
@EndUserText: {label: 'Ship-To Party'}
//@Consumption.filter.hidden: true
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMERUNLOADINGPOINT"
],
"ASSOCIATED":
[
"I_CUSTOMER"
],
"BASE":
[
"I_CUSTOMERUNLOADINGPOINT"
],
"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