SHSM_M_AUKOF

DDL: SHSM_M_AUKOF SQL: SHSMMAUKOF Type: view Package: CN_NET_OPR

View for matchcode ID AUKO-F

SHSM_M_AUKOF is a CDS View that provides data about "View for matchcode ID AUKO-F" in SAP S/4HANA. It reads from 2 data sources (I_ProjectNetwork, prps) and exposes 9 fields. Part of development package CN_NET_OPR.

Data Sources (2)

SourceAliasJoin Type
I_ProjectNetwork I_ProjectNetwork from
prps prps inner

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMMAUKOF view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label View for matchcode ID AUKO-F view

Fields (9)

KeyFieldSource TableSource FieldDescription
AUFNR ProjectNetwork Order
KTEXT ProjectNetworkDescription Network Name
POSID prps posid WBS Element
ProjectInternalID ProjectInternalID Project Def.
WBSElementInternalID WBSElementInternalID WBS Internal ID
MRPController MRPController MRP Controller
Plant Plant Valuation Area
_Project _Project
_WBSElement _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 SHSM_M_AUKOF.
-- 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: SHSMMAUKOF

CREATE VIEW SHSM_M_AUKOF AS
SELECT
  ProjectNetwork AS AUFNR,
  ProjectNetworkDescription AS KTEXT,
  prps.posid AS POSID,
  ProjectInternalID,
  WBSElementInternalID,
  MRPController,
  Plant
FROM I_ProjectNetwork
INNER JOIN prps ON /* join condition not captured in parsed metadata */
;