I_ACMApplDocBusinessData
Interface for ACM App Doc Business Data
I_ACMApplDocBusinessData is a Basic CDS View that provides data about "Interface for ACM App Doc Business Data" in SAP S/4HANA. It reads from 1 data source (/accgo/t_cas_cab) and exposes 11 fields with key fields ApplicationDocument, ApplicationDocumentItem, ACMDocumentSide, ApplicationDocumentSubItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /accgo/t_cas_cab | /accgo/t_cas_cab | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Interface for ACM App Doc Business Data | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ApplicationDocument | appldoc | ||
| KEY | ApplicationDocumentItem | item | ||
| KEY | ACMDocumentSide | side | ||
| KEY | ApplicationDocumentSubItem | sub_item | ||
| CompanyCode | bukrs | |||
| SalesOrganization | vkorg | |||
| DistributionChannel | vtweg | |||
| Division | spart | |||
| PurchasingOrganization | ekorg | |||
| PurchasingGroup | ekgrp | |||
| AssetProfitCenter | prctr |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Interface for ACM App Doc Business Data'
define view entity I_ACMApplDocBusinessData
as select from /accgo/t_cas_cab
{
key appldoc as ApplicationDocument,
key item as ApplicationDocumentItem,
key side as ACMDocumentSide,
key sub_item as ApplicationDocumentSubItem,
bukrs as CompanyCode,
vkorg as SalesOrganization,
vtweg as DistributionChannel,
spart as Division,
ekorg as PurchasingOrganization,
ekgrp as PurchasingGroup,
prctr as AssetProfitCenter
// case
// when side = 'M' then inco1_mm
// when side = 'S' then inco1_sd
// else cast( '' as inco1)
// end as IncotermsPart1
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_CAS_CAB"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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