C_JITUnloadingPointValueHelp

DDL: C_JITUNLOADINGPOINTVALUEHELP Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_CustomerUnloadingPoint I_CustomerUnloadingPoint from

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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 */
}