I_StorageCostsPercentageCode

DDL: I_STORAGECOSTSPERCENTAGECODE SQL: ISTORCOSTSPCT Type: view BASIC

Percentage Code for Storage Costs

I_StorageCostsPercentageCode is a Basic CDS View (Dimension) that provides data about "Percentage Code for Storage Costs" in SAP S/4HANA. It reads from 1 data source (t439l) and exposes 4 fields with key fields Plant, StorageCostsPercentageCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t439l t439l from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_Plant _Plant $projection.Plant = _Plant.Plant

Annotations (23)

NameValueLevelField
AbapCatalog.sqlViewName ISTORCOSTSPCT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey StorageCostsPercentageCode view
ObjectModel.sapObjectNodeType.name StorageCostsPercentageCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Percentage Code for Storage Costs view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Plant werks
KEY StorageCostsPercentageCode lagpr
StorageCostsInPercent lkost
_Plant _Plant
@AbapCatalog.sqlViewName: 'ISTORCOSTSPCT'
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'StorageCostsPercentageCode'
@ObjectModel.sapObjectNodeType.name: 'StorageCostsPercentageCode'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Percentage Code for Storage Costs'

define view I_StorageCostsPercentageCode
  as select from t439l

  association [1..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
{
      // Key

      @ObjectModel.foreignKey.association: '_Plant'      
  key werks as Plant,
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key lagpr as StorageCostsPercentageCode,
  
      lkost as StorageCostsInPercent,

      // Associations

      _Plant
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T439L"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/