I_ACMTradingContractTypeVH

DDL: I_ACMTRADINGCONTRACTTYPEVH SQL: IACMTRDGCTRTYPVH Type: view BASIC

Interface Layer for Trading Contract Type

I_ACMTradingContractTypeVH is a Basic CDS View that provides data about "Interface Layer for Trading Contract Type" in SAP S/4HANA. It reads from 1 data source (P_TradingContractType) and exposes 2 fields with key field TradingContractType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
P_TradingContractType P_TradingContractType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_TradingContractTypeDesc _ContractTypeText $projection.TradingContractType = _ContractTypeText.tctyp

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IACMTRDGCTRTYPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Interface Layer for Trading Contract Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TradingContractType tctyp
TradingContractTypeName
@AbapCatalog.sqlViewName: 'IACMTRDGCTRTYPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel : { resultSet.sizeCategory: #XS }
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@EndUserText.label: 'Interface Layer for Trading Contract Type'
define view I_ACMTradingContractTypeVH
as select from P_TradingContractType
association [0..*] to P_TradingContractTypeDesc as _ContractTypeText on $projection.TradingContractType = _ContractTypeText.tctyp
{
  @ObjectModel.text.element: ['TradingContractTypeName']
  key tctyp as TradingContractType,
  @Semantics.text: true
  _ContractTypeText[1: spras = $session.system_language ].bezei as TradingContractTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_TRADINGCONTRACTTYPE",
"P_TRADINGCONTRACTTYPEDESC"
],
"ASSOCIATED":
[
"P_TRADINGCONTRACTTYPEDESC"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/