P_CO_DIANFormatByCompanyCode
P_CO_DIANFormatByCompanyCode is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 2 fields with key fields CO_DIANReportFormat, CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_CO_DIANReportFormat | ficodian_report_format |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | PCOFRMTBYCOCODE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.private | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CO_DIANReportFormat | |||
| KEY | CompanyCode | CompanyCode |
@AbapCatalog: {
buffering.status: #NOT_ALLOWED,
compiler.compareFilter: true,
preserveKey: true,
sqlViewName: 'PCOFRMTBYCOCODE'
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
representativeKey: 'CompanyCode',
usageType.dataClass: #MIXED,
usageType.serviceQuality: #P,
usageType.sizeCategory: #S
}
@VDM: {
private: true,
viewType: #CONSUMPTION
}
define view P_CO_DIANFormatByCompanyCode
with parameters
P_CO_DIANReportFormat : ficodian_report_format
as select from I_CompanyCode
{
key $parameters.P_CO_DIANReportFormat as CO_DIANReportFormat,
key CompanyCode
}
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