C_TrdCmplncLicCtrlGroupingTP

DDL: C_TRDCMPLNCLICCTRLGROUPINGTP Type: view_entity CONSUMPTION

C_TrdCmplncLicCtrlGroupingTP is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_TrdCmplncLicCtrlGroupingTP) and exposes 9 fields with key field TrdCmplncLicCtrlGrpgUUID.

Data Sources (1)

SourceAliasJoin Type
I_TrdCmplncLicCtrlGroupingTP I_TrdCmplncLicCtrlGroupingTP projection

Annotations (7)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
Metadata.allowExtensions true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY TrdCmplncLicCtrlGrpgUUID TrdCmplncLicCtrlGrpgUUID
TrdCmplncLicenseUUID TrdCmplncLicenseUUID
ControlGrouping ControlGrouping
ControlGroupingNamelocalized
LegalRegulation LegalRegulation
_LegalRegulation _LegalRegulation
_ControlGrouping _ControlGrouping
_ControlGroupingText _ControlGroupingText
_TrdCmplncLicHeader _TrdCmplncLicHeader

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_TrdCmplncLicCtrlGroupingTP.
-- 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_TrdCmplncLicCtrlGroupingTP AS
SELECT
  TrdCmplncLicCtrlGrpgUUID,
  TrdCmplncLicenseUUID,
  ControlGrouping,
  _ControlGroupingText.ControlGroupingName : localized AS ControlGroupingNamelocalized,
  LegalRegulation
FROM I_TrdCmplncLicCtrlGroupingTP
;