I_ChgMgmtActyWithPersnCube

DDL: I_CHGMGMTACTYWITHPERSNCUBE SQL: ICMACTWPERCUBE Type: view COMPOSITE

Change Management Activity with Person - Cube

I_ChgMgmtActyWithPersnCube is a Composite CDS View (Cube) that provides data about "Change Management Activity with Person - Cube" in SAP S/4HANA. It reads from 1 data source (I_ChgMgmtActivityCube) and exposes 28 fields with key field ChgMgmtActyUUID. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_ChgMgmtActivityCube I_ChgMgmtActivityCube from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_ChgMgmtActyPersnInvolvedCube _ChgMgmtActyPersnInvolvedCube $projection.ChgMgmtActyUUID = _ChgMgmtActyPersnInvolvedCube.ChgMgmtActyUUID
[0..1] I_BusinessUserBasic _BusinessUserBasicResponsible $projection.ChgMgmtActyResponsible = _BusinessUserBasicResponsible.BusinessPartner

Annotations (16)

NameValueLevelField
EndUserText.label Change Management Activity with Person - Cube view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.sqlViewName ICMACTWPERCUBE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Analytics.dataCategory #CUBE view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ChgMgmtActyUUID view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

Fields (28)

KeyFieldSource TableSource FieldDescription
KEY ChgMgmtActyUUID ChgMgmtActyUUID
ChgMgmtActivity ChgMgmtActivity
ChgMgmtActyDescText ChgMgmtActyDescText
ChgMgmtActyType ChgMgmtActyType
ChgMgmtActyTypeText
_ChgMgmtActyType _ChgMgmtActyType
ChgMgmtActyStatus ChgMgmtActyStatus
ChgMgmtActyStatusText
ChgMgmtActyResponsible ChgMgmtActyResponsible
_BusinessUserBasicResponsible _BusinessUserBasicResponsible
BusinessPartner _ChgMgmtActyPersnInvolvedCube BusinessPartner Issuing Authority
_BusinessUserBasic _ChgMgmtActyPersnInvolvedCube _BusinessUserBasic
ChgMgmtPersnInvolvedRole _ChgMgmtActyPersnInvolvedCube ChgMgmtPersnInvolvedRole
ChgMgmtPersnInvolvedRoleText
ChgMgmtActyDueDate ChgMgmtActyDueDate
ChgMgmtActyDueDateTime ChgMgmtActyDueDateTime
ChgMgmtActyIsOverdue ChgMgmtActyIsOverdue
IndicatorText
ChgMgmtReqDescriptionText ChgMgmtReqDescriptionText
ChgMgmtRequest ChgMgmtRequest
ChgMgmtReqType ChgMgmtReqType Change Request Type
ChgMgmtReqUUID ChgMgmtReqUUID
NumberOfChgMgmtActivities 1 Change Activities
_ChgMgmtReqMainPlant _ChgMgmtReqMainPlant
ChgMgmtActyAuthorizationGroup ChgMgmtActyAuthorizationGroup
ChgMgmtReqIsAccessRestricted ChgMgmtReqIsAccessRestricted
_ChgMgmtReqWorklist _ChgMgmtReqWorklist
_ChgMgmtActyPersonInvolved _ChgMgmtActyPersonInvolved

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 I_ChgMgmtActyWithPersnCube.
-- 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.
-- SQL view name: ICMACTWPERCUBE

CREATE VIEW I_ChgMgmtActyWithPersnCube AS
SELECT
  ChgMgmtActyUUID,
  ChgMgmtActivity,
  ChgMgmtActyDescText,
  ChgMgmtActyType,
  _ChgMgmtActyType._Text[1: Language = $session.system_language ].ChgMgmtActyTypeText AS ChgMgmtActyTypeText,
  ChgMgmtActyStatus,
  _ChgMgmtActyStatus._Text[1: Language = $session.system_language].ChgMgmtActyStatusText AS ChgMgmtActyStatusText,
  ChgMgmtActyResponsible,
  _ChgMgmtActyPersnInvolvedCube.BusinessPartner AS BusinessPartner,
  _ChgMgmtActyPersnInvolvedCube._BusinessUserBasic AS _BusinessUserBasic,
  _ChgMgmtActyPersnInvolvedCube.ChgMgmtPersnInvolvedRole AS ChgMgmtPersnInvolvedRole,
  _ChgMgmtActyPersnInvolvedCube._ChgMgmtPersnInvolvedRole._Text[1: Language = $session.system_language].ChgMgmtPersnInvolvedRoleText AS ChgMgmtPersnInvolvedRoleText,
  ChgMgmtActyDueDate,
  ChgMgmtActyDueDateTime,
  ChgMgmtActyIsOverdue,
  _OverdueIndicator._IndicatorText[1: Language = $session.system_language].IndicatorText AS IndicatorText,
  ChgMgmtReqDescriptionText,
  ChgMgmtRequest,
  ChgMgmtReqType,
  ChgMgmtReqUUID,
  1 AS NumberOfChgMgmtActivities,
  ChgMgmtActyAuthorizationGroup,
  ChgMgmtReqIsAccessRestricted
FROM I_ChgMgmtActivityCube
LEFT OUTER JOIN I_ChgMgmtActyPersnInvolvedCube AS _ChgMgmtActyPersnInvolvedCube ON ChgMgmtActyUUID = _ChgMgmtActyPersnInvolvedCube.ChgMgmtActyUUID  -- association [0..*]
LEFT OUTER JOIN I_BusinessUserBasic AS _BusinessUserBasicResponsible ON ChgMgmtActyResponsible = _BusinessUserBasicResponsible.BusinessPartner  -- association [0..1]
;