C_CollsSgmtCompanyCodeAssgmt
Colls Segment Company Code Assgmnt
C_CollsSgmtCompanyCodeAssgmt is a Consumption CDS View that provides data about "Colls Segment Company Code Assgmnt" in SAP S/4HANA. It reads from 1 data source (I_CollsSgmtCompanyCodeAssgmt) and exposes 4 fields with key fields CollectionSegment, CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CollsSgmtCompanyCodeAssgmt | I_CollsSgmtCompanyCodeAssgmt | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Colls Segment Company Code Assgmnt | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | CollectionSegment | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CollectionSegment | CollectionSegment | ||
| KEY | CompanyCode | CompanyCode | ||
| _CollectionSegment | _CollectionSegment | |||
| _CompanyCode | _CompanyCode |
@EndUserText: { label: 'Colls Segment Company Code Assgmnt' }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #L,
dataClass: #CUSTOMIZING },
semanticKey: [ 'CollectionSegment' ],
representativeKey: 'CollectionSegment' }
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #CONSUMPTION }
define root view entity C_CollsSgmtCompanyCodeAssgmt
provider contract transactional_query
as projection on I_CollsSgmtCompanyCodeAssgmt
{
key CollectionSegment,
key CompanyCode,
/* Associations */
_CollectionSegment,
_CompanyCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COLLSSGMTCOMPANYCODEASSGMT"
],
"ASSOCIATED":
[
"I_COLLECTIONSEGMENT",
"I_COMPANYCODE"
],
"BASE":
[
"I_COLLSSGMTCOMPANYCODEASSGMT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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