R_NetworkActivityForGraphTP
Network Activity For Graph - TP
R_NetworkActivityForGraphTP is a Transactional CDS View that provides data about "Network Activity For Graph - TP" in SAP S/4HANA. It reads from 1 data source (I_NetworkActivityByInternalKey) and exposes 33 fields with key fields ProjectNetworkInternalID, NetworkActivityInternalID. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_NetworkActivityByInternalKey | I_NetworkActivityByInternalKey | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_NetworkActivityDatesQuantity | _NetworkActivityDatesQuantity | $projection.ProjectNetworkInternalID = _NetworkActivityDatesQuantity.ProjectNetworkInternalID and $projection.NetworkActivityInternalID = _NetworkActivityDatesQuantity.NetworkActivityInternalID |
| [1..1] | I_OperationControlProfileText | _OperationControlProfileText | $projection.NetworkActivityControlProfile = _OperationControlProfileText.OperationControlProfile and _OperationControlProfileText.Language = $session.system_language |
| [0..1] | I_Supplier | _Supplier | $projection.Supplier = _Supplier.Supplier |
| [0..1] | I_NetworkActivityByInternalKey | _Superior | $projection.SuperiorNtwkActivityInternalID = _Superior.NetworkActivityInternalID and $projection.ProjectNetworkInternalID = _Superior.ProjectNetworkInternalID |
| [0..1] | I_WBSElementData_2 | _WBSElement | $projection.WBSElementInternalID = _WBSElement.WBSElementInternalID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Network Activity For Graph - TP | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectNetworkInternalID | ProjectNetworkInternalID | Plan No.f.Oper. | |
| KEY | NetworkActivityInternalID | NetworkActivityInternalID | Counter | |
| NetworkActivityDescription | NetworkActivityDescription | |||
| NetworkActivity | NetworkActivity | Operation/Activity | ||
| OperationControlProfileName | Control Description | |||
| NetworkActivityControlProfile | NetworkActivityControlProfile | Control Key | ||
| SchedldBasicEarliestStartDate | _NetworkActivityDatesQuantity | SchedldBasicEarliestStartDate | ||
| SchedldBasicEarliestEndDate | _NetworkActivityDatesQuantity | SchedldBasicEarliestEndDate | ||
| SchedldBasicLatestStartDate | _NetworkActivityDatesQuantity | SchedldBasicLatestStartDate | ||
| ScheduledBasicLatestEndDate | _NetworkActivityDatesQuantity | ScheduledBasicLatestEndDate | ||
| SchedldFcstdEarliestStartDate | _NetworkActivityDatesQuantity | SchedldFcstdEarliestStartDate | ||
| SchedldFcstdEarliestEndDate | _NetworkActivityDatesQuantity | SchedldFcstdEarliestEndDate | ||
| LatestSchedldFcstdStartDate | _NetworkActivityDatesQuantity | LatestSchedldFcstdStartDate | ||
| LatestSchedldFcstdEndDate | _NetworkActivityDatesQuantity | LatestSchedldFcstdEndDate | ||
| IsMarkedForDeletion | IsMarkedForDeletion | Purch.org. data | ||
| SuperiorNtwkActivityInternalID | SuperiorNtwkActivityInternalID | Sup. Op. Node | ||
| Plant | Plant | Valuation Area | ||
| ProjectObject | ||||
| WorkCenter | _WorkCenter | WorkCenter | Work Center | |
| Supplier | Supplier | Supplier | ||
| _Supplier | _Supplier | |||
| NetworkActivityObject | NetworkActivityObject | Val. Obj. No. | ||
| WorkCenterInternalID | I_NetworkActivityByInternalKey | WorkCenterInternalID | Work Center | |
| _WorkCenter | I_NetworkActivityByInternalKey | _WorkCenter | ||
| WBSElementInternalID | WBSElementInternalID | WBS Internal ID | ||
| ObjBasedAuthorizationIsActive | ObjBasedAuthorizationIsActive | |||
| _WBSElement | _WBSElement | |||
| ProjectInternalID | _WBSElement | ProjectInternalID | Project Def. | |
| _Project | _WBSElement | _Project | ||
| _NetworkActivityDatesQuantity | _NetworkActivityDatesQuantity | |||
| _OperationControlProfileText | _OperationControlProfileText | |||
| _Superior | _Superior | |||
| _ProjectRoot | _ProjectRoot |
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 R_NetworkActivityForGraphTP.
-- 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 R_NetworkActivityForGraphTP AS
SELECT
ProjectNetworkInternalID,
NetworkActivityInternalID,
NetworkActivityDescription,
NetworkActivity,
cast ( _OperationControlProfileText.OperationControlProfileName as ps_s4_pph_steutxt ) AS OperationControlProfileName,
NetworkActivityControlProfile,
_NetworkActivityDatesQuantity.SchedldBasicEarliestStartDate AS SchedldBasicEarliestStartDate,
_NetworkActivityDatesQuantity.SchedldBasicEarliestEndDate AS SchedldBasicEarliestEndDate,
_NetworkActivityDatesQuantity.SchedldBasicLatestStartDate AS SchedldBasicLatestStartDate,
_NetworkActivityDatesQuantity.ScheduledBasicLatestEndDate AS ScheduledBasicLatestEndDate,
_NetworkActivityDatesQuantity.SchedldFcstdEarliestStartDate AS SchedldFcstdEarliestStartDate,
_NetworkActivityDatesQuantity.SchedldFcstdEarliestEndDate AS SchedldFcstdEarliestEndDate,
_NetworkActivityDatesQuantity.LatestSchedldFcstdStartDate AS LatestSchedldFcstdStartDate,
_NetworkActivityDatesQuantity.LatestSchedldFcstdEndDate AS LatestSchedldFcstdEndDate,
IsMarkedForDeletion,
SuperiorNtwkActivityInternalID,
Plant,
_ProjectNetworkBasicData._ProjectData.ProjectObject AS ProjectObject,
_WorkCenter.WorkCenter AS WorkCenter,
Supplier,
NetworkActivityObject,
I_NetworkActivityByInternalKey.WorkCenterInternalID AS WorkCenterInternalID,
I_NetworkActivityByInternalKey._WorkCenter AS _WorkCenter,
WBSElementInternalID,
ObjBasedAuthorizationIsActive,
_WBSElement.ProjectInternalID AS ProjectInternalID,
_WBSElement._Project AS _Project
FROM I_NetworkActivityByInternalKey
LEFT OUTER JOIN I_NetworkActivityDatesQuantity AS _NetworkActivityDatesQuantity ON ProjectNetworkInternalID = _NetworkActivityDatesQuantity.ProjectNetworkInternalID AND NetworkActivityInternalID = _NetworkActivityDatesQuantity.NetworkActivityInternalID -- association [1..1]
LEFT OUTER JOIN I_OperationControlProfileText AS _OperationControlProfileText ON NetworkActivityControlProfile = _OperationControlProfileText.OperationControlProfile AND _OperationControlProfileText.Language = $session.system_language -- association [1..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier -- association [0..1]
LEFT OUTER JOIN I_NetworkActivityByInternalKey AS _Superior ON SuperiorNtwkActivityInternalID = _Superior.NetworkActivityInternalID AND ProjectNetworkInternalID = _Superior.ProjectNetworkInternalID -- association [0..1]
LEFT OUTER JOIN I_WBSElementData_2 AS _WBSElement ON WBSElementInternalID = _WBSElement.WBSElementInternalID -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA