A_MaintCtlgPrflCtlgCodeGrp

DDL: A_MAINTCTLGPRFLCTLGCODEGRP Type: view_entity COMPOSITE

Catalog Assignment to Catalog Profile

A_MaintCtlgPrflCtlgCodeGrp is a Composite CDS View that provides data about "Catalog Assignment to Catalog Profile" in SAP S/4HANA. It reads from 1 data source (I_MaintCtlgPrflCtlgCodeGrp) and exposes 5 fields with key fields MaintNotifCatalogProfile, MaintNotificationCatalog, MaintNotifCodeGrpSrchPattern. It is exposed through 1 OData service (API_CATALOGPROFILE).

Data Sources (1)

SourceAliasJoin Type
I_MaintCtlgPrflCtlgCodeGrp I_MaintCtlgPrflCtlgCodeGrp from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Catalog Assignment to Catalog Profile view
Metadata.ignorePropagatedAnnotations true view
OData.entitySet.name Catalog view
OData.entityType.name Catalog_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CATALOGPROFILE API_CATALOGPROFILE V4 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifCatalogProfile MaintNotifCatalogProfile Catalog Profile
KEY MaintNotificationCatalog MaintNotificationCatalog Catalog Type
KEY MaintNotifCodeGrpSrchPattern MaintNotifCodeGrpSrchPattern Cd.Grp Pattern
MaintNotificationCatalogText
_CatalogProfile _CatalogProfile

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 A_MaintCtlgPrflCtlgCodeGrp.
-- 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 A_MaintCtlgPrflCtlgCodeGrp AS
SELECT
  MaintNotifCatalogProfile,
  MaintNotificationCatalog,
  MaintNotifCodeGrpSrchPattern,
  _CatalogText[1:Language=$session.system_language].InspSpecAdditionalCatalogText AS MaintNotificationCatalogText
FROM I_MaintCtlgPrflCtlgCodeGrp
;