I_ACMMapDocItemData
CPE Caller Mapping KNUMV and Document Item to GUID
I_ACMMapDocItemData is a Basic CDS View that provides data about "CPE Caller Mapping KNUMV and Document Item to GUID" in SAP S/4HANA. It reads from 1 data source (cped_knumvtoguid) and exposes 3 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cped_knumvtoguid | cped_knumvtoguid | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAPGDOCDATA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CPE Caller Mapping KNUMV and Document Item to GUID | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| PricingDocument | knumv | |||
| ConditionItem | kposn | |||
| ACMPricingDocItemUUID | docitem_guid |
@AbapCatalog.sqlViewName: 'IMAPGDOCDATA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CPE Caller Mapping KNUMV and Document Item to GUID'
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
define view I_ACMMapDocItemData as select from cped_knumvtoguid {
knumv as PricingDocument,
kposn as ConditionItem,
docitem_guid as ACMPricingDocItemUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CPED_KNUMVTOGUID"
],
"ASSOCIATED":
[],
"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