A_IncotermsClassificationText

DDL: A_INCOTERMSCLASSIFICATIONTEXT Type: view BASIC

Incoterms Description

A_IncotermsClassificationText is a Basic CDS View that provides data about "Incoterms Description" in SAP S/4HANA. It reads from 1 data source (I_IncotermsClassificationText) and exposes 3 fields with key fields IncotermsClassification, Language.

Data Sources (1)

SourceAliasJoin Type
I_IncotermsClassificationText I_IncotermsClassificationText from

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Incoterms Description view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ASDINCOTERMCLSST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IncotermsClassification IncotermsClassification
KEY Language Language
IncotermsClassificationName IncotermsClassificationName
@ClientHandling.algorithm:#SESSION_VARIABLE
@EndUserText.label: 'Incoterms Description'
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ASDINCOTERMCLSST',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: { 
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #S
   }
}
@Metadata.ignorePropagatedAnnotations: true
define view A_IncotermsClassificationText
as select from I_IncotermsClassificationText
{
      @ObjectModel.sapObjectNodeTypeReference: 'IncotermsClassification'
  key IncotermsClassification,
  key Language,
  IncotermsClassificationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INCOTERMSCLASSIFICATIONTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/