I_ACMTradingContractTypeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| P_TradingContractType | P_TradingContractType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | P_TradingContractTypeDesc | _ContractTypeText | $projection.TradingContractType = _ContractTypeText.tctyp |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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