C_CollsSgmtCompanyCodeAssgmt

DDL: C_COLLSSGMTCOMPANYCODEASSGMT Type: view_entity CONSUMPTION Package: UDM_COLL_CDS

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. It is exposed through 1 OData service (UI_PROCESSRECEIVABLES_MANAGE). Part of development package UDM_COLL_CDS.

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_PROCESSRECEIVABLES_MANAGE UI_PROCESSRECEIVABLES_MAN V2 C1 NOT_TO_BE_RELEASED_STABLE

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

}