I_OrglChangeNetworkActivityTP

DDL: I_ORGLCHANGENETWORKACTIVITYTP Type: view_entity TRANSACTIONAL

OrglChange Networkactivity - TP

I_OrglChangeNetworkActivityTP is a Transactional CDS View that provides data about "OrglChange Networkactivity - TP" in SAP S/4HANA. It reads from 1 data source (R_OrglChangeNetworkActivityTP) and exposes 10 fields with key fields OrganizationalChange, ProjectNetwork, NetworkActivity.

Data Sources (1)

SourceAliasJoin Type
R_OrglChangeNetworkActivityTP R_OrglChangeNetworkActivityTP projection

Annotations (9)

NameValueLevelField
EndUserText.label OrglChange Networkactivity - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY OrganizationalChange OrganizationalChange Organizational Change
KEY ProjectNetwork ProjectNetwork Order
KEY NetworkActivity NetworkActivity Operation/Activity
ProjectNetworkForEdit ProjectNetworkForEdit Order
NetworkActivityForEdit NetworkActivityForEdit Operation/Activity
ControllingArea ControllingArea Controlling Area
ProfitCenter ProfitCenter Profit Center
ProfitCenterByOrglChange ProfitCenterByOrglChange New Profit Center
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUser LastChangedByUser User Name

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_OrglChangeNetworkActivityTP.
-- 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 I_OrglChangeNetworkActivityTP AS
SELECT
  OrganizationalChange,
  ProjectNetwork,
  NetworkActivity,
  ProjectNetworkForEdit,
  NetworkActivityForEdit,
  ControllingArea,
  ProfitCenter,
  ProfitCenterByOrglChange,
  LastChangeDateTime,
  LastChangedByUser
FROM R_OrglChangeNetworkActivityTP
;