I_CACollMasterDataGroup
Collection Master Data Group
I_CACollMasterDataGroup is a Basic CDS View that provides data about "Collection Master Data Group" in SAP S/4HANA. It reads from 1 data source (tfk041b) and exposes 5 fields with key field CACollectionsMasterDataGroup. It has 1 association to related views. Part of development package FKK_CM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk041b | tfk041b | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CACollMasterDataGroupText | _Text | $projection.CACollectionsMasterDataGroup = _Text.CACollectionsMasterDataGroup |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Collection Master Data Group | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.representativeKey | CACollectionsMasterDataGroup | view | |
| ObjectModel.sapObjectNodeType.name | ContrAcctgCollMasterDataGroup | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CACollectionsMasterDataGroup | cmgrp | ||
| CACollMasterDataGroupLevel | grplvl | |||
| CAAuthorizationGroup | begru | |||
| CAIsUsedForSpcfcMasterDataCat | xassignmd | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Collection Master Data Group'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { modelingPattern: #NONE,
representativeKey: 'CACollectionsMasterDataGroup',
sapObjectNodeType.name: 'ContrAcctgCollMasterDataGroup',
supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SQL_DATA_SOURCE ],
usageType: { dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S } }
@VDM.viewType: #BASIC
define view entity I_CACollMasterDataGroup
as select from tfk041b
association [0..*] to I_CACollMasterDataGroupText as _Text on $projection.CACollectionsMasterDataGroup = _Text.CACollectionsMasterDataGroup
{
@ObjectModel.text.association: '_Text'
key cmgrp as CACollectionsMasterDataGroup,
grplvl as CACollMasterDataGroupLevel,
begru as CAAuthorizationGroup,
xassignmd as CAIsUsedForSpcfcMasterDataCat,
_Text
}
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