P_ACMContSubItem
CONSUMPTION VIEW for wbhd
P_ACMContSubItem is a Basic CDS View that provides data about "CONSUMPTION VIEW for wbhd" in SAP S/4HANA. It reads from 1 data source (wbhd) and exposes 17 fields with key field tkonn.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wbhd | Business | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PACMCONTSUBITEM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CONSUMPTION VIEW for wbhd | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AbapCatalog.preserveKey | true | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | tkonn | tkonn | ||
| elifn | elifn | |||
| zterm | zterm | |||
| ekorg | ekorg | |||
| ekgrp | ekgrp | |||
| waers_purch | waers_purch | |||
| incov_sd | incov_sd | |||
| inco2_l_sd | inco2_l_sd | |||
| inco3_l_sd | inco3_l_sd | |||
| incov_mm | incov_mm | |||
| inco2_l_mm | inco2_l_mm | |||
| knumv_mm | knumv_mm | |||
| ihrez | ihrez | |||
| bstkd | bstkd | |||
| zterm_sales | zterm_sales | |||
| inco1_mm | inco1_mm | |||
| inco1_sd | inco1_sd |
@AbapCatalog.sqlViewName: 'PACMCONTSUBITEM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
--@EndUserText.label: 'CONSUMPTION VIEW for wbhd'
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A // Changed from #C
@ObjectModel.usageType.sizeCategory: #XL // Changed from #L
@AbapCatalog.preserveKey:true
define view P_ACMContSubItem
as select
from wbhd as Business
{
key tkonn,
elifn,
zterm,
ekorg,
ekgrp,
waers_purch,
incov_sd,
inco2_l_sd,
inco3_l_sd,
incov_mm,
inco2_l_mm,
knumv_mm,
ihrez,
bstkd,
zterm_sales,
inco1_mm,
inco1_sd
}
where
tposn = '000000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WBHD"
],
"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