fac_opp_cds_co_ctrl_area
CDS View For CO Controlling Area
fac_opp_cds_co_ctrl_area is a CDS View that provides data about "CDS View For CO Controlling Area" in SAP S/4HANA. It reads from 2 data sources (t009, tka01) and exposes 2 fields with key field ctrl_area.
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FACOPPV_CO_KOKRS | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CDS View For CO Controlling Area | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
@AbapCatalog.sqlViewName: 'FACOPPV_CO_KOKRS'
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View For CO Controlling Area'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
define view fac_opp_cds_co_ctrl_area
as select from tka01
inner join t009 on tka01.lmona = t009.periv
{
key tka01.kokrs as ctrl_area,
tka01.bezei as ctrl_area_descr,
t009.periv as fyv,
t009.anzbp as normal_periods,
t009.anzsp as special_periods,
cast( t009.anzbp as abap.int1) + cast( t009.anzsp as abap.int1) as total_periods
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T009",
"TKA01"
],
"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