C_NetworkActivityValueHelp
Network Activity Value help
C_NetworkActivityValueHelp is a Consumption CDS View that provides data about "Network Activity Value help" in SAP S/4HANA. It reads from 1 data source (I_NetworkActivityValueHelp) and exposes 18 fields with key fields NetworkActivity, ProjectNetwork. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_NetworkActivityValueHelp | I_NetworkActivityValueHelp | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProjectResponsiblePerson | _ResponsiblePerson | $projection.responsibleperson = _ResponsiblePerson.ResponsiblePerson |
| [0..1] | I_ProjectApplicant | _ProjectApplicant | $projection.applicantcode = _ProjectApplicant.ApplicantCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CNTWKACTYVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Network Activity Value help | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NetworkActivity | |||
| KEY | ProjectNetwork | I_NetworkActivityValueHelp | ProjectNetwork | Order |
| NetworkActivityDescription | I_NetworkActivityValueHelp | NetworkActivityDescription | ||
| NetworkActivityCategory | I_NetworkActivityValueHelp | NetworkActivityCategory | ||
| Plant | I_NetworkActivityValueHelp | Plant | Valuation Area | |
| WorkCenter | I_NetworkActivityValueHelp | WorkCenter | Work Center | |
| FreeDefinedAttribute01 | I_NetworkActivityValueHelp | FreeDefinedAttribute01 | Attribute 1 | |
| FreeDefinedAttribute02 | I_NetworkActivityValueHelp | FreeDefinedAttribute02 | Attribute 2 | |
| FreeDefinedAttribute03 | I_NetworkActivityValueHelp | FreeDefinedAttribute03 | Attribute 3 | |
| FreeDefinedAttribute04 | I_NetworkActivityValueHelp | FreeDefinedAttribute04 | Attribute 4 | |
| FreeDefinedIndicator1 | I_NetworkActivityValueHelp | FreeDefinedIndicator1 | ||
| FreeDefinedIndicator2 | I_NetworkActivityValueHelp | FreeDefinedIndicator2 | ||
| WBSElementInternalID | I_NetworkActivityValueHelp | WBSElementInternalID | WBS Internal ID | |
| ResponsiblePerson | ||||
| ApplicantCode | ||||
| _ResponsiblePerson | _ResponsiblePerson | |||
| _ProjectApplicant | _ProjectApplicant | |||
| _WBSElement | I_NetworkActivityValueHelp | _WBSElement |
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_NetworkActivityValueHelp.
-- 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: CNTWKACTYVH
CREATE VIEW C_NetworkActivityValueHelp AS
SELECT
cast( I_NetworkActivityValueHelp.NetworkActivity as ps_s4_vornr ) AS NetworkActivity,
I_NetworkActivityValueHelp.ProjectNetwork AS ProjectNetwork,
I_NetworkActivityValueHelp.NetworkActivityDescription AS NetworkActivityDescription,
I_NetworkActivityValueHelp.NetworkActivityCategory AS NetworkActivityCategory,
I_NetworkActivityValueHelp.Plant AS Plant,
I_NetworkActivityValueHelp.WorkCenter AS WorkCenter,
I_NetworkActivityValueHelp.FreeDefinedAttribute01 AS FreeDefinedAttribute01,
I_NetworkActivityValueHelp.FreeDefinedAttribute02 AS FreeDefinedAttribute02,
I_NetworkActivityValueHelp.FreeDefinedAttribute03 AS FreeDefinedAttribute03,
I_NetworkActivityValueHelp.FreeDefinedAttribute04 AS FreeDefinedAttribute04,
I_NetworkActivityValueHelp.FreeDefinedIndicator1 AS FreeDefinedIndicator1,
I_NetworkActivityValueHelp.FreeDefinedIndicator2 AS FreeDefinedIndicator2,
I_NetworkActivityValueHelp.WBSElementInternalID AS WBSElementInternalID,
I_NetworkActivityValueHelp._WBSElement.ResponsiblePerson AS ResponsiblePerson,
I_NetworkActivityValueHelp._WBSElement.ApplicantCode AS ApplicantCode,
I_NetworkActivityValueHelp._WBSElement AS _WBSElement
FROM I_NetworkActivityValueHelp
LEFT OUTER JOIN I_ProjectResponsiblePerson AS _ResponsiblePerson ON responsibleperson = _ResponsiblePerson.ResponsiblePerson -- association [0..1]
LEFT OUTER JOIN I_ProjectApplicant AS _ProjectApplicant ON applicantcode = _ProjectApplicant.ApplicantCode -- 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