C_CollsSgmtCompanyCodeAssgmt

DDL: C_COLLSSGMTCOMPANYCODEASSGMT Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_CollsSgmtCompanyCodeAssgmt I_CollsSgmtCompanyCodeAssgmt projection

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/