P_ACMTrdgContrExtIdentifier
Trading Contract External Identifier
P_ACMTrdgContrExtIdentifier is a Basic CDS View that provides data about "Trading Contract External Identifier" in SAP S/4HANA. It reads from 1 data source (wbhk) and exposes 1 field with key field TradingContractExternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wbhk | wbhk | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PACMCNTREXTIDF | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| EndUserText.label | Trading Contract External Identifier | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TradingContractExternalID | tkonn_ex |
@AbapCatalog.sqlViewName: 'PACMCNTREXTIDF'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.private: true
@AccessControl.authorizationCheck: #CHECK
//@EndUserText.label: 'Contract External Identifier'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #XL
@EndUserText.label: 'Trading Contract External Identifier'
define view P_ACMTrdgContrExtIdentifier as select //distinct
from wbhk {
// key tkonn_ex as ExternalIdentifier,
key tkonn_ex as TradingContractExternalID
} where tkonn_ex is not initial
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