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 Segment
KEY CompanyCode CompanyCode Receiver Company Code
_CollectionSegment _CollectionSegment
_CompanyCode _CompanyCode

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_CollsSgmtCompanyCodeAssgmt.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_CollsSgmtCompanyCodeAssgmt AS
SELECT
  CollectionSegment,
  CompanyCode
FROM I_CollsSgmtCompanyCodeAssgmt
;