P_CollGroupCollStrategyAssgmt
P_CollGroupCollStrategyAssgmt is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (udm_coll_grp) and exposes 2 fields with key field CollectionGroup.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| udm_coll_grp | udm_coll_grp | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCOLLGRP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_CollectionGroup | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CollectionGroup | coll_group | ||
| CollectionStrategy | coll_strategy |
@AbapCatalog.sqlViewName: 'PCOLLGRP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private:true
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_CollectionGroup'
define view P_CollGroupCollStrategyAssgmt
as select from udm_coll_grp
{
key coll_group as CollectionGroup,
coll_strategy as CollectionStrategy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"UDM_COLL_GRP"
],
"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