C_Customer360Configuration
Customer 360 System Configuration
C_Customer360Configuration is a Consumption CDS View that provides data about "Customer 360 System Configuration" in SAP S/4HANA. It reads from 1 data source (I_SAPClient). It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPClient | I_SAPClient | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | P_SrvcOrderCnfgrd | _SrvcOrderCnfgrd | 1 = 1 |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Customer 360 System Configuration | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customer 360 System Configuration'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@VDM.viewType: #CONSUMPTION
//! Purpose : System dependant configuration for facet visibility
define view entity C_Customer360Configuration
as select from I_SAPClient
association [1..1] to P_SrvcOrderCnfgrd as _SrvcOrderCnfgrd on 1 = 1
{
@Semantics.booleanIndicator: true
case _SrvcOrderCnfgrd.NumberOfServiceOrderTypes
when 0 then 'X'
else ''
end as SrvcOrdUIIsInactive //SrvcOrdUIIsInactive is 'X' means hidden true since Service order related configuration(NumberOfServiceOrderTypes) is 0
}
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